@charset "utf-8";
/* CSS Document */

/*=============================共通設定=============================*/

body{
	/*text-align				:center;	IE6対策*/
	/*font-family					:Arial, Helvetica, sans-serif;*/
	font-family					:Arial, Helvetica, sans-serif;
	font-size					:13px;
	line-height					:160%;
	color						:#333;
}

*{
	margin:0;
	padding:0;
}

img{
	border						:0;
	margin:0;
	padding:0;
	vertical-align:top;
}

li{
	list-style-type				:none;
}

table{
	border-collapse:collapse;
}

a{
	text-decoration:none;
	color:#0066cc;
}
a:hover{
	text-decoration: underline;
	color:#cc0066;
}

.clearfix { display: inline-block; }   
.clearfix:after {   
	 clear						:both;   
	 content					:" ";   
	 display					:block;   
	 font-size					:0;   
	 height						:0;   
	 visibility					:hidden;   
}
.clear{
	clear:both;
}
/* start commented backslash hack \*/  
* html .clearfix {
	height						:1%;
}   
.clearfix { display: block; }   
/* close commented backslash hack */

.c{
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}


/*=============================共通=============================*/

#list{
	margin						:0 auto;
	padding						:100px 0 0 0;
	width						:950px;
}
#list li{
	margin:0 0 0 20px;
}

.center{
	text-align:center;
}

/*=============================標準レイアウト=============================*/

#standard{
	margin						:0 auto;
	width						:950px;
}

#standard header h1{
	background:url(../images/common/header_bg.jpg);
	height:24px;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	line-height:24px;
	color:#FFF;
}
#standard header #ttl{
	background:url(../images/common/header_bg2.gif);
	width:950px;
	height:80px;
	border-bottom:#CC3333 3px solid;
}

#standard header #ttl .name{
	display:block;
	float:left;
}

#standard header #ttl .lang{
	float:right;
	margin:5px 10px 0 0;
}

#standard header aside{
	text-align:center;
	padding:4px 0;
}

#standard #left{
	width:630px;
	float:left;
	padding:0 20px 0 0;
}

#google_search{
	text-align:center;
	margin:5px auto 10px;
}

#standard #right{
	width:300px;
	float:left;
	padding:0 0 0 0;
}
#standard #right nav{
	background:#fff;
}
#standard #right_btm nav{
	width:288px;
	padding:5px;
	margin:20px 8px 10px 0px;
	border: #C6C 1px solid;
}

#standard #right_btm aside{
	width:160x;
	float:left;
}

#standard #right_btm h2 {
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	text-align:center;
	padding:3px;
	margin:0px;
	color:#FFFFFF;
	background:#939;
}
#standard #right_btm h3{
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding:3px;
	background:#FAE2FF;
}

#standard #right_btm ul {
	font-size:12px;
	padding:3px 0 5px 0;
	margin:3px 0 5px 0;
	border-bottom:#CCCCCC 1px dotted;
}
	
#standard #right_btm li {
	line-height:20px;
	background:url(../images/common/list.gif) no-repeat;
	padding:0 0 0 15px;
}
#standard #right_bn{
	margin:0 10px 40px 10px;
}

#standard #right_bn h2{
	margin:10px 0 0 0;
}

footer{
	margin:10px 0;
	text-align:center;
	background:#fcc;
	padding:4px 0;
}

#standard #bread{
	background:#eee;
	padding:5px;
	font-size:11px;
}

/*＝＝＝＝　イーコマース　＝＝＝＝*/
#dtm{
	width:630px;
	margin:40px auto 20px 81px;
}
#dtm p{
	text-align:center;
}
#dtm2{
	width:630px;
	margin:40px auto 20px 147px;
}
#dtm2 p{
	text-align:center;
}

