@charset "utf-8";

/*                                                擬似クラス
---------------------------------------------------------------*/

a:link, a:visited {
	color: #333333;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	border: 1px none #FFFFFF;
}

a:active,a:hover   {
	color: #990000;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

/*a:visited {
	color: #333333;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}*/


ul#photos {
	text-align: center;
	list-style: none;
}

ul#photos li {
	display: inline;
}

ul#photos a.horizontal img,
ul#photos a.effectable img {
	padding: 10px 0px;
}

ul#photos a.vertical img {
	padding: 0px 0px;
}


/*                                                  h1～h6
---------------------------------------------------------------*/

h1 {
	text-align: center;
	font-size: 18px;
	border-top: 2px solid #669999;
	border-bottom: 2px solid #669999;
	padding: 15px 0px;
    margin-bottom:20px;
}

.h1_reset {
	text-align: center;
	font-size: small;
	padding-top: 0px;
	padding-bottom: 0px;
	border:none
}

.h1_explain {
	width:370px;
  	/*margin-left:10px;*/
  	padding:0px 10px;
    border-left:5px solid #999999;
    border-right:5px solid #999999;
    margin-bottom:10px;
}

h2 {
	font-size: 14px;
}

.h2_reset {
	font-size: small;
	border: none
}

h3 {
  font-size:13px;
}

/*                                                     table
---------------------------------------------------------------*/

table {
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;  

}

td {
  padding:2px 3px;
  border-left:1px solid #ccc;
  border-bottom:1px solid #ccc;  
}

.3cell {
  width:33%;
}
.6cell {
  width:16.6%;  
}

/*                                                     list 
---------------------------------------------------------------*/

ul,ol {
	list-style-position:inside;
}

/* --<リスト画像の隙間をなくす ----- */
.li_img {
  font-size:0px;
  line-height:0px;
  vertical-align:bottom;
}

.img_nospace {
  font-size:0px;
  line-height:0px;
  vertical-align:bottom;
}

/*                           テキストインデントindent→[idt]
---------------------------------------------------------------*/

.idt_1{
	text-indent:1em;
}

.idt_2 {
	text-indent:2em;
}

.idt_3 {
	text-indent:3em;
}

.idt_4 {
	text-indent:3em;
}

.idt_5 {
	text-indent:3em;
}


.text-indent {
	text-indent:1em;
}

.txt-indent {
	text-indent:1em;
}

.txt-2indent {
	text-indent:2em;
}

.txt_b500 {
  font-weight:500;
}

/* テキストの配置 */
.tright {
  text-align:right;
}
.tlift {
  text-align:left;
}
.tcenter {
  text-align:center;
}

.pdg_l_1 {
	padding-left:1em;
}
/*                                                    line
---------------------------------------------------------------*/

.l_dot_400 {
  width:400px;
  border-bottom:1px dotted #999;
  marginm-bottom:10px;
}

 
/*                                                     float 
---------------------------------------------------------------*/

.fltlft {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*                                                     botan 
---------------------------------------------------------------*/

/* ---< pagetop >--- */

.pagetop {
  text-align:right;
  padding-right:10px;
  margin:20px 0px;
  width:390px;
  border-bottom:1px dotted #999999;
}

.botan {
  text-indent: 0.5em;
  border-top: 1px dotted #999999;
  padding-top: 5px;
  text-align: right;
}

.btn_img {
  width:400px;
  text-align: right;
}

.seminor {
	color:#FFFFFF;
	margin:0;
	padding:0;
	list-style: decimal inside;
 }
 
/* ---<  sinise tour >--- */ 
.yotei {
  width:380px;
  text-align:center;
  border:2px solid #F00;
  margin:10px 0;
  padding:10px 0px;
}


/*                         border-bottom: 1px dotted #999999;
----------------------------------------------------------------*/
.line {
  width:400px;
  border-bottom: 1px dotted #999999;
  margin:30px 0;
}

.m_ope1 {
	padding:20px 20px;
}

.m_ope2 {
	margin:10px 0 10px 20px;
}


/*                          image 
----------------------------------------------------------------*/

#preview{
	position: absolute;
	border: 3px solid #333;
	background: #444;
	padding: 5px;
	display: none;
	color: #FFF;
	text-align: center;
}

