* { margin:0 auto; padding:0; }
img { border:none; }
.clear { clear:both; }
a { text-decoration:none; color:#336699; }
a:hover { color:#999999; text-decoration:underline; }

body {
	text-align:center;
	font-size:0.9em;
	background-color:#eeeeee;
}

#layout {
	width:800px;
	background-color:#ffffff;
	border:none;
	color:#444444;
	text-align:left;
}


#header {
	width:800px;
	height:47px;
	background-image:url(../img/logos_bg.gif);
	background-repeat:repeat-x;
	position:relative;
}

#header h1 {
}

#header h2 {
	width:100%;
	text-align:center;
	font-size:1.8em;
}

#header .explain {
	position:absolute;
	right:0%;
	top:15px;
}

#contents {
	width:800px;
}

/*----- 左サイドメニュー -----*/
#left {
	width:180px;
	margin:0;
	float:left;
}

/*----- メイン部分 -----*/
#main {
	width:410px;
	margin:0 5px;
	float:left;
}

/*----- 右サイドメニュー -----*/
#right {
	width:196px;
	margin:0;
	float:left;
}

/*----- フッター -----*/
#footer {
	width:800px;
	text-align:center;
}

/*----- copyright -----*/
address {
	margin-top:10px;
}


#right .mobile_access {
	border:1px solid #999999;
	margin:3px auto;
}

#right .mobile_access .exp_title {
	text-align:center;
	margin-top:5px;
}

#right .mobile_access .exp_text {
	color:#cc0000;
	padding:2px;
}

#right .mobile_access .sokusin {
	text-align:center;
	margin-top:5px;
}

#right .mobile_access .title {
	background-color:#FFE6AA;
	text-align:left;
	margin:5px auto 3px;
	font-weight:bold;
	line-height:150%;
}

#right .mobile_access .text {
	margin:5px;
	text-align:left;
}

#right .mobile_access .qr {
	margin:5px;
	text-align:center;
}


