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

/* ブラウザ設定リセット ######################################## */

* {
	margin:0;
	padding:0;
	line-height:1.0;
}
h1,h2,h3,h4,h5,h6,em,strong {
	font-weight:normal;
	font-style:normal;
}
li {
	list-style-type:none;
}
img {
	border:0;
	vertical-align:bottom;
	margin:0px;
	padding:0px;
}
.clr {
	clear:both;
	margin:0;
	padding:0;
}
.clearfix {
	height:auto !important;
	height:1px;
	min-height:1%;  /* for IE 7*/
	/*¥*//*/display:inline-table;/**/
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	font-size:1%;
	line-height:1%;
	visibility:hidden;
}
hr{
	clear:both;
	visibility:hidden;
}

/* ############################################## */

/* body ######################################## */

body {
	margin:0px;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:url(../img/common/head_back.jpg) top center no-repeat;
}
#layout {
	position:relative;
	width:950px;
	padding:0px;
	margin:0 auto;
	text-align:left;
}

/* ############################################## */

#header {
	width:950px;
	margin:0px 0px 40px 0px;
}
#head_txt_menu {
	position:absolute;
	width:286px;
	top:17px;
	left:444px;
}
#head_txt_menu li {
	float:right;
	margin:0px 10px 0px 0px;
	background:url(../img/common/head_list.gif) no-repeat;
	padding:0px 0px 0px 15px;
	font-size:11px;
	line-height:13px;
}
#head_txt_menu li a:link {
	color:#000000;
	text-decoration:none;
}
#head_txt_menu li a:active {
	color:#000000;
	text-decoration:none;
}
#head_txt_menu li a:visited {
	color:#000000;
	text-decoration:none;
}
#head_txt_menu li a:hover {
	color:#000000;
	text-decoration:underline;
}
#head_sub_menu {
	position:absolute;
	top:10px;
	left:742px;
}
#head_menu {
	width:447px;
	position:absolute;
	top:49px;
	left:489px;
}
#head_menu li {
	float:left;
}

/* ############################################## */

#container {
	width:935px;
	margin:0px auto 20px auto;
}
#left_contents {
	float:left;
	width:735px;
}
#right_contents {
	float:right;
	width:187px;
}
#right_contents li {
	width:187px;
	padding:0px 0px 5px 0px;
}

/* ############################################## */

#footer_layout {
	width:100%;
	height:42px;
	background:url(../img/common/footer_back.gif) repeat-x;
}
#copyright {
	width:222px;
	margin:0 auto;
}

.space2 {
	width:50px;
	height:300px;
}
.space3 {
	width:50px;
	height:350px;
}

.foot_banner {
	width:935px;
	text-align:center;
	margin:0px auto 10px auto;
}
.foot_banner img {
	padding:0px 5px;
}
