@charset "utf-8";

body {
   margin:0; 
   padding:0;
   color:#333;
   text-align:center;
   font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Univers,Verdana,Arial, sans-serif;
}
			 
			 
h1,h2,h3,h4,h5 {
   margin:0;
		}
		 
hr {
   margin:0;
   padding:0;
		}

p { 
   margin:0;
   padding:0;
		}

dl,dt,dd,ul,ol,td {
   margin:0;
   padding:0;
		}
		
th {
   margin:0;
   padding:0;
   text-align:left;
		}

li {
   margin:0;
   padding:0;
	list-style:none;
		}
		 
img {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	line-height: 60px;
		}

form {
   margin:0;
   padding:0;
	display:block;
		}
			 
input,select,option {
   margin:0;
   padding:0;
   vertical-align: middle;
		}
	
		
.clear { 
   clear: both; 
   } 
	
	
/* clearfix ---------- */

.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 line-height: 0;
}
.clearfix {
 display:inline-block;
}
/*¥*/
* html .clearfix {
 height: 1%;
}

.clearfix {
 display: block;
}
/**/


a:link {
	color:#333;
	text-decoration: none;
		}
				 
a:visited {
	color:#333;
	text-decoration: none;
		}
						
a:hover {
	color:#06C;
	text-decoration: none;
		 }
					
a:active {
	color:#666;
	text-decoration: none;
		}
		

#wrapper {
	width:100%;
  	background:url(../img/bg_header.gif) top repeat-x;
}


#member a:link {
	color:#F60;
	text-decoration: none;
}

#member a:visited {
	color:#F60;
	text-decoration: none;
}

form a:link {
	color:#F60;
	text-decoration: none;
}

form a:visited {
	color:#F60;
	text-decoration: none;
}

#latest-news a {
	color:#09F;
}






/* header ---------- */

#header{
	width:900px;
	height:75px;
	text-align:left;
	position:relative;
	margin:0 auto;
	padding:0;
}

#header h1{
	margin:0;
	padding:0;
	position:relative;
	top:18px;
}

#header .login{
	position:absolute;
	top:0px;
	right:87px;
}

#header .member{
	position:absolute;
	top:0px;
	right:230px;
}


#header .cart{
	position:absolute;
	top:0px;
	right:0px;
}

#header ul.navi{
	position:absolute;
	right:0px;
	bottom:8px;
	font-size:11px
}

#header ul.navi li{
	float:left;
	border-left:solid 1px #000;
	margin:0 5px 0 0;
	padding:0 0 0 5px;
}

#header ul.navi li.start{
	padding:0;
	border-left:none;
}






/* content ---------- */

#content{
	 width:900px;
	 margin:0 auto;
	 padding:0;
}






/* main ---------- */

#main{
	width:662px;
	float:left;
	margin:0 0 0 0;
	text-align:left;
	font-size:11px;
	line-height:1.5em;
}

#main h2{
	margin:0 0 5px;
}

#main h3.blt-red{
	font-size:12px;
	color:#333;
	background:url(../img/blt_h3_red.gif) 0 2px no-repeat;
	padding:0 0 0 10px;
	margin:0 0 5px 0;
}

#main h3.blt-yellow{
	font-size:12px;
	color:#333;
	background:url(../img/blt_h3_yellow.gif) 0 2px no-repeat;
	padding:0 0 0 10px;
	margin:0 0 5px 0;
}

#main h3.blt-blue{
	font-size:12px;
	color:#333;
	background:url(../img/blt_h3_blue.gif) 0 2px no-repeat;
	padding:0 0 0 10px;
	margin:0 0 5px 0;
}

#main h3.blt-green{
	font-size:12px;
	color:#333;
	background:url(../img/blt_h3_green.gif) 0 2px no-repeat;
	padding:0 0 0 10px;
	margin:0 0 5px 0;
}

#main h4{
	margin:0 0 10px 0;
}

#main p{
	margin:0 0 10px 0;
	
}

#main p.last{
	margin:0 0 20px 0;
}

#main table{
	margin:0 0 10px 0;
}

#main th{
	background:#d4d4d4;
	border-right:#fff 1px solid;
	border-bottom:#fff 1px solid;
	vertical-align:middle;
	padding:7px 7px;
	text-align:left;
}

#main td{
	background:#f2f2f2;
	border-right:#fff 1px solid;
	border-bottom:#fff 1px solid;
	vertical-align:middle;
	padding:7px 7px;
}
#main td a{
	color:#09F
}

#main td.no-background{
	background:#fff;
	padding:15px 15px;
}

#main hr{
	width:662px;
	height:0px;
	border:0px;
	border-top:#999 1px solid;
	margin:0 0 20px 0;
}

#top-search{
	width:662px;
	height:100px;
	background:url(../img/bg_top_search.gif) no-repeat;
	margin:0 0 10px;
	position:relative;
}

#text-field{
	position:absolute;
	left:14px;
	top:38px;
	font-size:20px;
	border:#fff 1px solid;
	width:330px;
	height:22px;
	margin:0;
	padding:2px;
}

#send-btn{
	position:absolute;
	left:358px;
	top:33px;
}



#latest-news{
	width:662px;
	overflow:auto;
	margin:0 0 10px;
	max-height: 150px;
	padding: 0px 0px 3px;
}

#latest-news dl{
	font-size:11px;
	text-align:left;
}

#latest-news dl dt {
  clear:left;
  float:left;
  width:12em;
  background:url(../img/blt_latest_news.gif) no-repeat 0 2px;
  padding:0 0 0 1em;
  font-weight:bold;
}

*html #latest-news dl dt {
	line-height:1.4em;
	zoom:1;
}

#latest-news dl dd {
  margin:0 0 1.2em 13em;
}

*html #latest-news dl dd {
	line-height:1.4em;
	zoom:1;
}

#category-select{
	width:662px;
	height:29px;
	margin:0 0 20px 0;
}

#category-select ul{
	line-height:0px;
	margin:0px;
	padding:0px;
}

#category-select ul li{
	float:left;
}

.form-end{
	width:660px;
	background:#f2f2f2;
	text-align:center;
	padding:30px 0 30px 0;
	margin:20px 0 0 0;
}

.notfound{
	width:660px;
	background:#f2f2f2;
	text-align:center;
	padding:30px 0 30px 0;
	margin:20px 0 0 0;
}

.notfound p {
	font-size:16px;
	font-weight: bold;
	color: #333;
}






/* record-list ---------- */

#record-list{
	margin:0 0 10px 0;
}

#record-list ul{
	line-height:1em;
	margin:0;
	padding:0;
}

#record-list ul li{
	margin:0;
	padding:0;
}

#record-list .box{
	font-size:10px;
	width:325px;
	float:left;
	text-align:left;
	margin:0 6px 10px 0;
	padding: 0px;
	min-height:90px;
	_height: 90px;
}

#record-list .last{
	margin:0 0 10px 0;
}

#record-list .name {
	font-size:12px;
	font-weight:bold;
	float: left;
	clear: both;
	word-break: break-all;
	width: 255px;
	overflow: hidden;
	height: 18px;
}

#record-list .box_images {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#record-list .image {
	text-align:center;
	width:60px;
	height:60px;
	border:1px solid #9f9f9f;
	background: #9f9f9f;
}

#record-list .detail {
	width:62px;
	height:20px;
	margin-top: 1px;
}
#record-list .box_detail {
	float: right;
	clear: right;
	width: 255px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}


#record-list .artist {
	font-weight:bold;
	color:#FF6600;
	float: left;
	word-break: break-all;
	width: 255px;
	overflow: hidden;
	height: 13px;
}

#record-list .description {
	line-height:1.3em;
	margin-top: 2px;
	float: left;
	clear: both;
	word-break: break-all;
	height: 12px;
	width: 255px;
	overflow: hidden;
}
#record-list .description2 {
	line-height:1.3em;
	word-break: break-all;
	width: 255px;
	float: left;
	clear: both;
	word-break: break-all;
	height: 12px;
	overflow: hidden;
}

#record-list .price {
	font-size:16px;
	font-weight:bold;
	color:#333;
	height:16px;
	width: 150px;
	float: left;
	margin-top: 5px;
}

#record-list .preview {
	width:90px;
	margin-top: 3px;
	float: right;
	padding: 0px;
}

#record-list .cart {
	position:absolute;
	bottom:0px;
	right:0px;
	width:91px;
	height:20px;
}


/**/
#record-list2 .box{
	font-size:10px;
	float:left;
	text-align:left;
	margin:0 0px 0px 0;
	padding: 5px 0px;
	clear: both;
	border-top: 1px solid #999;
	width: 662px;
}

#record-list2 .last{
	margin:0 0 10px 0;
}

#record-list2 .name {
	font-size:12px;
	font-weight:bold;
	word-break: break-all;
	float: left;
}

#record-list2 .box_images {
	float: right;
	margin: 12px 0px 0px;
	padding: 0px;
}

#record-list2 .image {
	text-align:center;
	width:60px;
	height:60px;
	border:1px solid #9f9f9f;
	background: #9f9f9f;
}

#record-list2 .detail {
	width:62px;
	height:20px;
	margin-top: 1px;
}
#record-list2 .box_detail {
	float: left;
	margin: 0px;
	padding: 0px;
}


#record-list2 .artist {
	font-weight:bold;
	top:1.4em;
	color:#FF6600;
	float: left;
	word-break: break-all;
	clear: left;
	margin-right: 10px;
}

#record-list2 .description {
	line-height:1.4em;
	float: left;
	word-break: break-all;
	margin-right: 10px;
}
#record-list2 .description2 {
	line-height:1.4em;
	word-break: break-all;
	float: left;
	word-break: break-all;
	margin-right: 10px;
}

#record-list2 .price {
	font-size:16px;
	font-weight:bold;
	color:#333;
	float: left;
	text-align: left;
	clear: left;
}

#record-list2 .preview {
	width:90px;
	margin-top: 2px;
	float: left;
	padding: 0px;
}

#record-list2 .cart {
	position:absolute;
	bottom:0px;
	right:0px;
	width:91px;
	height:20px;
}

/**/

.listchange{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}


/*az ---------- */

#az{
	margin:0 0 15px 0;
}

#az ul.navi{
	font-size:11px;
	margin:0 0 15px 0;
}

#az ul.navi li{
	float:left;
	border-left:solid 1px #000;
	margin:0 5px 0 0;
	padding:0 0 0 5px;
}

#az ul.navi li.start{
	padding:0;
	border-left:none;
}


/* tag ---------- */

#main .tags{
	color:#666;
	font-weight:bold;
	border:#9f9f9f 1px solid;
	background:#f2f2f2;
	padding:7px;
	margin:0 0 7px 0;
}

#main .tags a:link {
   color:#666;
   text-decoration: none;
}
				 
#main .tags a:visited {
   color:#666;
   text-decoration: none;
}
						
#main .tags a:hover {
    color:#f39800;
    text-decoration: none;
}
					
#main .tags a:active { 
   color:#666;
   text-decoration: none;
}

#main .tag{
	float:left;
	height:35px;
	line-height:35px;
	width:auto;
	padding:0 5px;
	margin:5px 0;
	white-space:nowrap;
}





/* keyword-list ---------- */

#keyword-list{

}
#keyword-list ul {
	clear:both;
}
#keyword-list ul li{
	clear:both;
	font-size:11px;
	color:#333;
	
}

#keyword-list .rank{
	float:left;
	height:25px;
	width:26px;
	background:#fff;
	margin:0 0 2px 0;
}

#keyword-list .word{
	float:right;
	background:#f2f2f2;
	height:21px;
	padding:4px 0 0 10px;
	margin:0 0 2px;
	width:625px;
	overflow: hidden;
}
#keyword-list .rank1{
	font-weight:bold;
	font-size:18px;
	color:#F00;
	width:570px;
}
#keyword-list a:link{
	color:#F30;
}
#keyword-list .rank2{
	font-weight:bold;
	font-size:14px;
	color:#333;
	width:570px;
}
#keyword-list .rank3{
	font-weight:bold;
	font-size:13px;
	color:#333;
	width:570px;
}
#keyword-list .rank4{
	font-weight:bold;
	font-size:12px;
	color:#333;
	width:570px;
}
#keyword-list .rank5{
	font-weight:bold;
	font-size:11px;
	color:#333;
	width:570px;
}
#keyword-list .rank6{
	font-weight:bold;
	font-size:11px;
	color:#333;
	width:570px;
}
#keyword-list .rank7{
	font-weight:bold;
	font-size:11px;
	color:#333;
	width:570px;
}
#keyword-list .rank8{
	font-weight:bold;
	font-size:11px;
	color:#333;
	width:570px;
}
#keyword-list .rank9{
	font-weight:bold;
	font-size:11px;
	color:#333;
	width:570px;
}
#keyword-list .rank10{
	font-weight:bold;
	font-size:11px;
	color:#333;
	width:570px;
}

#keyword-list .rankunder{
	font-weight:bold;
	font-size:12px;
	color:#333;
}




/* dl.search ---------- */


#main dl.search{
	font-size:11px;
	text-align:left;
	margin:0 0 20px 0;
}

#main dl.search dt {
  clear:left;
  float:left;
  width:10em;
  padding:4px 0 0 1em;
  font-weight:bold;
  background:url(../img/blt_h3_yellow.gif) no-repeat 0 50%;
  vertical-align:middle;
}


*html #main dl.search dt {
	line-height:1.2em;
	zoom:1;
}


#main dl.search dd {
  margin:0 0 1em 0;
  padding:0 0 0 2em;
  text-align:left;
  vertical-align:middle;
}


*html #main dl.search dd {
	line-height:1.2em;
	zoom:1;
}

.page-navi{
	background:#f2f2f2;
	padding:7px 10px 7px 10px;
	margin:0 0 15px 0;
}

.page-navi-data{
	float:left;
	font-weight:bold;
}

.page-navi-list{
	float:right;
}






/* record-detail  ---------- */

#record-detail {
	
}

#record-detail .box{
	font-size:10px;
	width:662px;
	float:left;
	text-align:left;
	margin:0px 0px 10px;
}

#record-detail .name {
	font-size:18px;
	font-weight:bold;
	text-align:left;
	float: left;
	width: 450px;
	word-break: break-all;
	margin-bottom: 3px;
	line-height: 1em;
}

#record-detail .image {
	text-align:center;
	width:60px;
	height:60px;
	border:#9f9f9f 1px solid;
	float: left;
	margin-right: 10px;
	margin-bottom: 50px;
}

#record-detail .artist {
	font-weight:bold;
	color:#FF6600;
	font-size:14px;
	float: left;
	width: 450px;
	word-break: break-all;
	margin-bottom: 3px;
	line-height: 1em;
}

#record-detail .description {
	text-align:left;
	line-height:1.3em;
	float: left;
	width: 450px;
	word-break: break-all;
	margin-bottom: 3px;
}

.item_world{
	line-height:1.3em;
	float: left;
	width: 450px;
	word-break: break-all;
}

#record-detail .cart {
	float: right;
	clear: right;
}


#record-detail .price {
	font-size:16px;
	font-weight:bold;
	color:#333;
	float: right;
	width: 135px;
	clear: right;
	text-align: right;
}

#record-detail .preview {
	position:absolute;
	bottom:0px;
	right:93px;
	width:20px;
	height:20px;
}
#record-detail .previewB {
	float: right;
	clear: right;
	margin-top: 2px;
}

#record-detail h3{
	margin:0 0 8px;
	clear: left;
}

#record-detail .photos{
	width:662px;
	margin:0 0 15px 0;
	position:relative;
	padding:0;
}

#record-detail .photo{
	width:425px;
	height:320px;
	border:#9f9f9f 1px solid;
	float: left;
}

#record-detail .video{
	width:425px;
	height:345px;
	border:#9f9f9f 1px solid;
	float: left;
	background: #333;
	margin-top: 5px;
}
#record-detail .centering{
	width:425px;
	height:320px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

#record-detail td a{
	background:#09C;
	margin-right: 5px;
	padding: 1px 2px;
	color: #FFF;
}
#record-detail td a:hover{
	background:#333;
	margin-right: 5px;
	padding: 1px 2px;
	color: #FFF;
}



*html #record-detail .centering{
	display:inline-block;
	zoom:1;
}

*:first-child+html #record-detail .centering{
	display:inline-block;
	zoom:1;
}



#record-detail .thumbs-top{
	float: left;
	padding: 0px;
	margin: 0px;
}

#record-detail .thumbs-bottom{
	position:absolute;
	height:128px;
	top:132px;
	right:0px;
}


#record-detail .thumb{
	width:60px;
	height:60px;
	float:left;
	border:#9f9f9f 1px solid;
	margin:0px 0px 3px 3px;
	text-align:center;
}

#record-detail .thumb img{
	width:60px;
}





/* shop-list  ---------- */

#shop-list{

}

#shop-list ul{
	line-height:1em;
	margin:0;
	padding:0;
}

#shop-list ul li{
	margin:0;
	padding:0;
}


#shop-list .box{
	font-size:10px;
	width:662px;
	height:92px;
	float:left;
	text-align:left;
	position:relative;
	margin:0 0 20px 0;
}

#shop-list .name {
	font-size:14px;
	font-weight:bold;
	position:absolute;
	text-align:left;
	top:0px;
	left:100px;
	height:1em;
	line-height:1.3em;
	width:550px;
}

#shop-list .image {
	text-align:center;
	width:90px;
	height:90px;
	border:#9f9f9f 1px solid;
	display:table-cell;
	vertical-align:middle;
}



* html #shop-list .image {
	display:inline-block;
	zoom:1;
}

*:first-child+html #shop-list .image {
	display:inline-block;
	zoom:1;
}


#shop-list .text {
	position:absolute;
	text-align:left;
	top:20px;
	left:100px;
	width:550px;
	font-size:11px;
	line-height:1.3em;
}

#shop-list .address {
	position:absolute;
	text-align:left;
	bottom:0px;
	left:100px;
	line-height:1.3em;
	width:400px;
	height: 13px;
	overflow: hidden;
}

#shop-list .lineup {
	position:absolute;
	bottom:0px;
	right:0px;
	width:85px;
	height:20px;
}

#shop-list .detail {
	position:absolute;
	bottom:0px;
	right:86px;
	width:62px;
	height:20px;
}




/* shop-detail  ---------- */


#shop-detail {
	
}

#shop-detail .box{
	font-size:10px;
	width:662px;
	height:92px;
	float:left;
	text-align:left;
	position:relative;
	margin:0 0 20px 0;
}

#shop-detail .name {
	font-size:18px;
	font-weight:bold;
	position:absolute;
	text-align:left;
	top:30px;
	left:100px;
}

#shop-detail .image {
	text-align:center;
	width:90px;
	height:90px;
	position:absolute;
	top:0px;
	left:0px;
	border:#9f9f9f 1px solid;
}

#shop-detail .tel {
	position:absolute;
	text-align:left;
	top:55px;
	left:100px;
	line-height:1.3em;
}
#shop-detail .world {
	position:absolute;
	text-align:left;
	top:75px;
	left:100px;
	line-height:1.3em;
	color: #F30;
}

#shop-detail .lineup {
	position:absolute;
	top:0px;
	right:63px;
	width:85px;
	height:20px;
}

#shop-detail .contact {
	position:absolute;
	top:0px;
	right:0px;
	width:62px;
	height:20px;
}

#shop-detail h3{
	margin:0 0 8px 0;
}

#shop-detail .photos{
	width:662px;
	margin:0 0 15px 0;
	position:relative;
	padding:0;
}


#shop-detail .photo{
	width:425px;
	height:320px;
	border:#9f9f9f 1px solid;
	float: left;
}

#shop-detail .centering{
	width:425px;
	height:320px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}


*html #shop-detail .centering{
	display:inline-block;
	zoom:1;
}

*:first-child+html #shop-detail .centering{
	display:inline-block;
	zoom:1;
}


#shop-detail .thumbs-top{
	float: left;
	padding: 0px;
	margin: 0px;
}

#shop-detail .thumbs-bottom{
	position:absolute;
	height:128px;
	top:132px;
	right:0px;
}


#shop-detail .thumb{
	width:60px;
	height:60px;
	float:left;
	border:#9f9f9f 1px solid;
	margin:0px 0px 3px 3px;
	text-align:center;
}





/* member  ---------- */

#member{
	position:relative;
}

#member .back{
	position:absolute;
	top:-7px;
	right:113px;
}

#member .logout{
	position:absolute;
	top:-7px;
	right:0;
}

#member ul.menu{
	margin:10px 0 0 0;
}

#member ul.menu li{
	height:30px;
	margin:0 0 5px;
}

#member ul.menu li img{
	margin:0 10px 0 0;
	vertical-align:middle;
	float: left;
}
#member ul.menu li p{
	height:30px;
	margin:0 0 2px 0;
	line-height: 1.2em;
	font-size: 10px;
}




/* cart  ---------- */

#cart-list{

}

#cart-list ul{
	line-height:1em;
	margin:0;
	padding:0;
}

#cart-list ul li{
	margin:0;
	padding:0;
}

#cart-list .box{
	font-size:10px;
	width:662px;
	height:62px;
	float:left;
	text-align:left;
	position:relative;
	margin:0 0 10px 0;
}

#cart-list .last{
	margin:0 0 10px 0;
}

#cart-list .name {
	font-size:12px;
	font-weight:bold;
	position:absolute;
	text-align:left;
	top:2px;
	left:68px;
	width: 400px;
	overflow: hidden;
	height: 12px;
	line-height: 14px;
}

#cart-list .image {
	text-align:center;
	width:60px;
	height:60px;
	position:absolute;
	top:0px;
	left:0px;
	border:#9f9f9f 1px solid;
}

#cart-list .artist {
	font-weight:bold;
	position:absolute;
	text-align:left;
	top:1.6em;
	left:68px;
	color:#FF6600;
	width:400px;
	overflow: hidden;
	height: 12px;
	line-height: 13px;
}

#cart-list .description {
	position:absolute;
	text-align:left;
	left:68px;
	width:400px;
	line-height:1.3em;
	top: 30px;
	overflow: hidden;
}

#cart-list .edit {
	position:absolute;
	text-align:left;
	right:5px;
	top:25px;
	line-height:1.3em;
}
#cart-list .edit  form{
	float: left;
}
.btn_change{
	background: url(../img/btn_change_back.gif);
	height: 20px;
	width: 50px;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	font-size: 0px;
	text-indent: -9999px;
	border: 0px;
}
.btn_delete{
	background: url(../img/btn_delte_back.gif);
	height: 20px;
	width: 50px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	text-indent: -9999px;
	border: 0px;
}



#cart-list .price {
	font-size:16px;
	font-weight:bold;
	color:#FF6600;
	position:absolute;
	text-align:left;
	top:0px;
	right:5px;
	height:20px;
	line-height:20px;
}

#cart-list .price-sml{
	font-size:10px;
}


#buy{
	border-top:#999 1px solid;
	border-bottom:#333 1px solid;
	font-size:10px;
	padding:10px 5px 10px 5px;
	margin:10px 0 15px 0;
}

#buy .description{
	float:left;
}

#buy .submit{
	float:right;
	text-align:right;
}

#buy .total{
	font-size:16px;
	font-weight:bold;
	color:#FF6600;
}

#buy .buy_other{
	clear: left;
	padding-top: 18px;
	width: 130px;
	float: left;
}







/* faq  ---------- */



#faq dl{
	font-size:11px;
	text-align:left;
	margin:0 0 15px 0;
}


#faq dl dt {
  clear:left;
  float:left;
  width:13em;
  padding:0 0 0 1em;
  font-weight:bold;
}

*html #faq dl dt {
  line-height:1.2em;
  zoom:1;
}

#faq dl.red dt {
  background:url(../img/blt_h3_red.gif) no-repeat 0 1px;
}

#faq dl.yellow dt {
  background:url(../img/blt_h3_yellow.gif) no-repeat 0 1px;
}

#faq dl.blue dt {
  background:url(../img/blt_h3_blue.gif) no-repeat 0 1px;
}

#faq dl.green dt {
  background:url(../img/blt_h3_green.gif) no-repeat 0 1px;
}

#faq dl dd {
  margin:0 0 0 15em;
}


*html #faq dl dd {
	line-height:1.2em;
	zoom:1;
}

#faq dl dd ul li {
  margin:0 0 1em 0;
  padding:0 0 0 2em;
  height:1.5em;
}


#faq dl.red dd ul li {
  background:url(../img/icon_faq_red_q.gif) no-repeat;
}

#faq dl.yellow dd ul li {
  background:url(../img/icon_faq_yellow_q.gif) no-repeat;
}

#faq dl.blue dd ul li {
  background:url(../img/icon_faq_blue_q.gif) no-repeat;
}

#faq dl.green dd ul li {
  background:url(../img/icon_faq_green_q.gif) no-repeat;
}



#faq ul.red li.q{
	height:20px;
	background:url(../img/bg_h3_faq_red.gif) no-repeat;
	padding:4px 0 0 28px;
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

#faq ul.yellow li.q{
	height:20px;
	background:url(../img/bg_h3_faq_yellow.gif) no-repeat;
	padding:4px 0 0 28px;
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

#faq ul.blue li.q{
	height:20px;
	background:url(../img/bg_h3_faq_blue.gif) no-repeat;
	padding:4px 0 0 28px;
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

#faq ul.green li.q{
	height:20px;
	background:url(../img/bg_h3_faq_green.gif) no-repeat;
	padding:4px 0 0 28px;
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}


#faq ul.red li.a{
	padding:0 0 0 28px;
	margin:0 0 15px 0;
	background:url(../img/icon_faq_red_a.gif) no-repeat 5px 0;
}

#faq ul.yellow li.a{
	padding:0 0 0 28px;
	margin:0 0 15px 0;
	background:url(../img/icon_faq_yellow_a.gif) no-repeat 5px 0;
}

#faq ul.blue li.a{
	padding:0 0 0 28px;
	margin:0 0 15px 0;
	background:url(../img/icon_faq_blue_a.gif) no-repeat 5px 0;
}

#faq ul.green li.a{
	padding:0 0 0 28px;
	margin:0 0 15px 0;
	background:url(../img/icon_faq_green_a.gif) no-repeat 5px 0;
}





/* side ---------- */

#side{
	width:230px;
	float:right;
}

#side .shop{
	margin:0 0 7px 0;
}

#side .login_name{
	width:228px;
	display: block;
	border: 1px solid #CCC;
	margin:0 0 7px 0;
	padding: 15px 0px;
	font-size: 12px;
	background: #EDEDED;
	line-height: 1.6em;
}

#side .box-noborder{
	margin:0 0 6px;
	padding: 0px;
}

#side .box{
	width:228px;
	border:#9f9f9f 1px solid;
	padding:0 0 3px;
	margin:0 0 5px;
	border: 1px solid #999;
}

#side .box-noborder h2{
	font-size:10px;
	font-weight:normal;
	width:223px;
	height:15px;
	background:url(../img/bg_h2_side.gif) no-repeat;
	color:#fff;
	text-align:right;
	padding:0 5px 0 0;
}

#side .box h2{
	font-size:10px;
	font-weight:normal;
	width:223px;
	height:15px;
	background:url(../img/bg_h2_side.gif) no-repeat;
	color:#fff;
	text-align:right;
	padding:0 5px 0 0;
	margin:0 0 4px 0;
}

*html #side .box h2{
	line-height:1.3em;
}

#side ul.btn{
	line-height:0em;
	margin:0;
	padding:0;
}

#side ul.btn li{
	line-height:0em;
	margin:0 0 1px 0;
	padding:0;
	font-size:1%;
}

#side ul.ban{
	line-height:0em;
	margin:0;
	padding:15px 0 9px;
}

#side ul.ban li{
	line-height:0em;
	margin:0px 0px 6px;
	padding:0;
	font-size:1%;
}

#side .tags{
	width:210px;
	color:#666;
	font-weight:bold;
	margin:6px auto;
	word-break: break-all;
	text-align: left;
}

#side .tags a {
   color:#666;
   text-decoration: none;
   word-break: break-all;
   white-space:normal;
}


#side .tags a:link {
   color:#666;
   text-decoration: none;
   word-break: break-all;
}
				 
#side .tags a:visited {
   color:#666;
   text-decoration: none;
   word-break: break-all;
}
						
#side .tags a:hover {
    color:#f39800;
    text-decoration: none;
	word-break: break-all;
}
					
#side .tags a:active { 
   color:#666;
   text-decoration: none;
   word-break: break-all;
}

#side .tag{
	float:left;
	line-height:20px;
	width:auto;
	padding:0 3px;
	margin:3px 0;
	word-break: break-all;
}

#side .english{
	font-size:11px;
	font-weight:bold;
	color:#000;
	margin:10px 0 5px 0;
}

#side .english ul{
	width:202px;
	margin:0 auto;
}

*body #side .english ul{
	margin:0 auto 5px auto;
}

#side .english ul li{
	float:left;
	margin:0 0 0 7px;
}

#side .english ul li.start{
	margin:0 0 0 0;
}

#side .english .englishtext{
	font-size:10px;
	font-weight:normal;
	color:#666;
	padding-right: 5px;
	padding-left: 5px;
}
#side .english .englishtext a{
	color:#09F
}

.sitemapA{
	padding-left: 20px;
	font-size: 108%;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	margin-top: 20px;
	background: url(../img/contents_arrow01.gif) no-repeat left center;
}
.sitemapB{
	background: url(../img/contents_arrow02.gif) no-repeat left center;
	padding-left: 10px;
	line-height: 20px;
	font-size: 85%;
	margin-left: 50px;
}






/* footer ---------- */

#footer{
	clear:both;
	width:100%;
	height:72px;
	margin:30px 0 0 0;
	padding:15px 0 0 0;
	background:url(../img/bg_footer.gif) top repeat-x;
	font-size:10px;
}


#footer p.logo{
	margin:0 0 10px 0;
}

#footer p.copyright{
	clear:both;
}

*html #footer p.copyright{
	letter-spacing:0.1em;
}

#footer ul{
	margin:0 0 4px 0;
	padding:0;
	text-align:center;
}

*html #footer ul{
	margin:0 0 6px 0;
	zoom:1;
}

#footer li{
	border-left:solid 1px #000;
	margin:0 5px 0 0;
	padding:0 0 0 5px;
	display:inline;
}

#footer li.start{
	border-left:none;
	padding:0 0 0 0;
}



/* other ---------- */

.required{
	color:#FF0000;
}
.error{
	color:#FF0000;
	font-size:10px;
	clear: left;
}

.connects{
	line-height: 30px;
	float: left;
	margin: 0px 50px 0px 0px;
	padding: 2px;
	height: 30px;
}




@media print{body{zoom:70%;}}

@media print{*:first-child+html body{zoom:100%;}}
