@charset "UTF-8";

*	{margin:0;
	padding:0;
}
img {border:0;
}
body {
	text-align:center;
	font-size:90%;
	background:#000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#container {
	width:840px;
	text-align:left;
	margin:0 auto;
	background-color: #4a6868;
	background-image: url(../images/container_bg.jpg);
	color:#ffffff;
}

/* head�� */
#head {background:url(../images/head_bg.jpg) no-repeat;
	width:840px;
	height:140px;
	text-align:right;
}
h1 {text-indent:-9999px;
	font-size:14px;
}
#head ul {margin-top:60px;
	margin-left:auto;
	margin-right:0;
	width:240px;
	list-style: none;
	text-align:left;
}
#head li {float:left;
	width:120px;
	color:#fff;
	text-indent:20px;
	background:url(../images/top_navi_arrow.gif) no-repeat;
	font-size:12px;
}
#topic_path {width:240px;
	color:#fff;
	margin-left:auto;
	margin-right:0;
	padding-top: 28px;
	text-align: left;
	font-size:12px;
}
#topic_path a {color:#fff;
}
#main {
	width:632px;
	float: right;
	margin-top:8px;
	text-align:right;
	clear:both;
	background-color: #000;
	padding-bottom:40px;
}

#leftMenu {float:left;
	background:#000;
	width:200px;
	color:#fff;
}
#leftMenu ul {list-style:none;
	margin-bottom:12px;
	margin-top:8px;
}
#leftMenu h3 {width:200px;
	height:28px;
	font-size:18px;
	line-height:28px;
	background:url(../images/menu_item_bg.gif) no-repeat;
	color:#333;
	text-indent:6px
}
#leftMenu li {font-size:14px;
	line-height:18px;
	margin:0 0 8px 24px;
}
#leftMenu li a {text-decoration:none;
}
a:link,
a:visited {color:#fff;
}
a:hover,
a:active {color:#33CCFF;
}
#leftMenu #menuItem li {line-height:20px;
	background:url(../images/left_menu_mark.jpg) no-repeat;
	text-indent:24px;
	margin:20px 0;
}
#leftMenu h4 {border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding:2px 0;
	text-align:center;
}
p.qr {font-size:85%;
	text-align:center;
	margin:0.5em;
}
#footer {
	clear:both;
	text-align:center;
	padding:8px;
	color:#fff;
	background-image: url(../images/common_bg.png);
	line-height: 20px;
	height: 20px;
}
ul.listType1 {
	padding: 8px 0;
	list-style-image: url(../images/mark1.gif);
	margin-left:40px;
}

