@charset "Shift_JIS";

/* ページの基本構造
------------------------------------------------------------ */
/*\*/
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6,
* html p,
* html ul,
* html li,
* html dd,
* html dt,
* html dl,
* html td,
* html th,
* html form{
	margin:0;
	padding:0;
}
/**/

h1,h4,h5,h6,p,ul,ol,li,dd,dt,dl{
	margin:0;
	padding:0;
	font-weight:normal;
}

table{border-collapse:collapse;}
p,dt,dd,li{
	list-style:none;
	line-height:1.5;
	text-align:justify;
	text-justify:inter-ideograph;
}

img{
	border:none;
	}

/*背景画像　全体リピート*/
body {
margin:0;
padding:0;
color:#333333;
line-height:16px;
font-size:12px;
background-color:#FFFFFF;
background-image: url(../img/common/bg01.gif);
background-repeat: repeat;
text-align:center;
}

/*背景画像　上部横のみリピート
body {
margin:0;
padding:0;
color:#333333;
line-height:18px;
font-size:12px;
background-color:#FFFFFF;
background-image: url(../image/bg.gif);
background-repeat: repeat-x;
}
*/


/*基本設定*/

a:link {
color: #0066cc;
}
a:visited {
color: #0066cc;
  
}
a:hover {
color:#0000CC;
text-decoration:underline;
}
a:active {
color:#FF6600;
text-decoration:underline;
}



/*その他*/


#head{
	padding:0;
	margin:0;
	width:900px;
	background-image:url(../img/common/header_2.gif);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	}
#g_ads{
	text-align:right;
	padding:10px;
	}
#g_ads2{
	text-align:right;
	padding:0 18px 0 0;
	}
	
#head .txt{
	text-align:left;
	color:#ff5db1;
	text-indent:20px;
	margin-top:6px;
	}
	
#main {
	margin-top:5px;
	}



#foot{
	padding:0;
	margin:0;
	background-color:#ff5db1;
	text-align:center;
	border-bottom:#ccc solid 1px;
	color:#FFFFFF;
	}


#contents{
width:900px;
padding:0;
margin:0 auto;
background-color:#FFFFFF;
}



#menu{
	margin-top:0px;
	margin-bottom:15px;
	float:left;
	width:255px;
	text-align:left;
	padding-left:15px;
}

#main_cont{
	text-align:left;
	margin-top:0px;
	margin-bottom:15px;
	float:right;
	width:620px;
}


#main_cont h1{
	border-bottom:1px #999 solid;
	text-indent:10px;
	background-image:url(../img/common/bg_bar01.gif);
	color:#FFFFFF;
	font-weight:bold;
	text-indent:10px;
	font-size:14px;
	padding:3px 0 3px 0;
	margin:0;
	}
	
#main_cont h2{
	border-bottom:1px #999 solid;
	border-right:1px #999 solid;
	font-size:14px;
	margin:20px 10px 10px 10px;
	padding:3px 0 3px 0px;
	color:#666;
	text-indent:5px;
	background-color:#f0f0f0;
	}

#main_cont h3{	
	font-size:12px;
	margin:20px 10px 5px 10px;
	padding:0px 0 0px 0px;
	color:#CC3333;
	text-indent:5px;
	}

#main_cont p.txt{
	margin:10px 20px 10px 10px;
	}

#main_cont ul.txt{
	list-style:disc;
	margin:5px 20px 0 20px;
	}

#main_cont ol{ 
	margin:5px 20px 5px 20px;
	list-style:outside;
	}
#main_cont ol li{ 
	list-style:outside;
	margin:2px 5px 2px 10px;
	}

#main_cont ul.txt li{
	list-style:square;
	margin-right:20px;
	}

#main_cont .t_shinchaku{
	background-image:url(../img/common/bg_bar01.gif);
	color:#FFFFFF;
	font-weight:bold;
	width:525px;
	text-indent:10px;
	margin-right:20px;
	}

table.shinchaku td{
	padding-top:10px;
	vertical-align:top;
	width:133px;
	}

table.shinchaku img{
	border:none;
	}

table.shinchaku .image{
	width:105px;
	height:105px;
	border:#ff5db1 solid 1px;
	background-color:#000000;
	text-align:center;
	vertical-align:middle;
	}





#menu .m_ichiran{
	border:#ff5db1 solid 1px;
	background-color:#fad7e7;
	width:200px;
	margin-bottom:2px;
	margin-left:20px;
	padding:0;
	height:67px;
	}




table.profile{
	width:425px;
	margin-bottom:5px;
	margin-left:2px;
	}

table.profile th{
	text-align:left;
	padding:3px;
	vertical-align:top;
	}


#c_ichiran{
	border:#ff5db1 solid 1px;
	background-color:#fad7e7;
	width:425px;
	margin-bottom:5px;
	margin-left:2px;
	font-weight:bold;
	}

#c_ichiran img{
	margin-right:5px;
	}
	
#c_ichiran .photo{
	border-right:#ff5db1 solid 1px;
	}


table.ichiran td{
	padding-top:10px;
	vertical-align:top;
	width:160px;
	}

table.ichiran img{
	border:none;
	}

table.ichiran .image{
	width:105px;
	height:105px;
	border:#ff5db1 solid 1px;
	background-color:#000000;
	text-align:center;
	vertical-align:middle;
	}


.fltrt { 
	float: right;
}
.fltlft { 
	float: left;

}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.bookmark { 
	float: right;
	margin:3px 9px 0 0;
}


li{
	margin:0 0 0 15px;
	padding:0;
	}
	
	
	
	
	
	
	
div#menu ul{
	list-style:none;
	padding:0;
	margin:0px 25px 0px 10px;

	}
div#menu ul li{
	padding:0;
	margin:2px 0 0 0;
	text-align:left;
	background-image:url(../img/common/m_star.gif);
	background-repeat:no-repeat;
	text-indent:25px;
}
span.date{
	font-size:9px;
	}






#navbtn{
	height:75px;
	text-align:center;
	background-image:url(../img/common/bg_btn01.jpg);
	width:604px;
	}
	
#thumbnail{
	text-align:left;
	}
#thumbnail table.tmb{
	width:604px;
	}
	
#thumbnail table.tmb td{
	width:105px;
	border:#ff5db1 solid 1px;
	background-color:#000000;
	text-align:center;
	vertical-align:middle;

	}

#thumbnail div.tmb a{
	width:105px;
	height:105px;
	border:#ff5db1 solid 1px;
	background-color:#000000;
	text-align:center;
	vertical-align:middle;
	float:left;

	}

.topimage{
	margin-top:5px;
	}





table.tbl1{
	margin:10px 0 0 10px;
	padding:0;
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#666666;
	}

table.tbl1 th{
	background-color:#f0f0f0;
	text-align:left;
	padding:10px;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#666666;
	}

table.tbl1 td{
	margin:0;
	padding:5px 10px 5px 10px;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#666666;
	vertical-align:middle;
	padding:10px;
	}
	
.mgn_r15{
	margin-right:15px;
	}
	
	
	
#products h3{	
	font-size:12px;
	margin:0px 0px 0px 0px;
	padding:3px 0 0px 0px;
	color:#CC3333;
	text-indent:5px;
	border-bottom:#c33 solid 1px;
	background-color:#fff;
	}
	
#products iframe{	
	margin:5px 5px 5px 5px;
	}
	
h1 a:link {
color: #fff;
}
h1 a:visited {
color: #fff;
  
}
h1 a:hover {
color:#ff0;
text-decoration:underline;
}
h1 a:active {
color:#ff0;
text-decoration:underline;
}



#flow{
	padding-top:20px;
	width:600px;
	}

#flow .txt_ttl{
	padding-top:20px;
	font-size:16px;
	text-align:center;
	color:#3333CC;
	}
	
	
#flow p.txt{
	padding:5px 0 0 0;
	font-weight:bold;
	color:#006699;
	float:right;
	width:350px;
	
	}
#buy_button{
	padding:5px;
	float:right;
	width:300px;

	}
	
.price01{
	font-weight:bold;
	font-size:14px;
	text-align:center;
	float:left;
	padding:20px;
	border:1px #f90 solid;
	margin:10px 0 0 10px;
	}

