@charset "Shift_JIS";


/* 汎用設定(body,a,img,h,etc) */

body {
	background-color: #feedc1;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	background-attachment: fixed;
}
a:link {
	color: #0099ff;
}
#font_size {
	text-align: right;
	float: right;
}

a:visited {
	color: #0087e1;
}
a:hover {
	color: #ff3333;
}
a:active {
	color: #ffcc66;
}
a img {
	border-style: none;
}

h1{
	font-size:10px;
	margin:0;
	padding:0;
	color:#F60;
	width:380px;
	margin-left: auto;
	margin-right: auto;
	float:left;
	padding-top:3px;
}

h2,h3 {
	font-weight: bold;
}
strong {
	font-weight: bold;
	color: #ff3300;
}
em {
	font-weight: bold;
	font-style: normal;
}
p {
	text-align: left;
	line-height: 1.4;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 3px;
	padding-bottom: 10px;
}

#catch{
	width:750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#catch_site_map{
	width:370px;
	float:right;
	text-align: right;
}

#catch_site_map ul li {
	font-size: 10px;
	background-image: url( ../images/head-list.gif );
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 5px;
	list-style-type: none;
	display: inline;
}
#catch_site_map ul li a {
	color: #666666;
}

.padding_0 {
	padding: 0px;
}
.padding_auto {
	padding: auto;
}

.note {
	font-size: 80%;
}

.clear-both {
	height: 0px;
	clear: both;
	overflow: hidden;
}

.top_right {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	font-family: "メイリオ";
}


/* 全体の囲み(#container) */

div#container {
	background-color: #ffffff;
	text-align: left;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	clear:both;
}
div#wrap {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF8400;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF8400;
	width: 748px;
}

/* ----------ヘッダ部---------- */

div#header {
	background-color: #ffffff;
	background-image: url( ../images/header-bg.gif );
	background-repeat: no-repeat;
	width: 750px;
	height: 94px;
	overflow: hidden;
}
div#header div#header-l  {
	margin-top: 15px;
	margin-left: 5px;
	width: 270px;
	float: left;
}
/*スタッフ紹介ボタン*/
div#staff_link{
	float:left;
	background:url(../images/bnr_staff_hover.png) left top no-repeat;
	width:150px;
	height:20px;
	margin-top:10px;
	}
div#staff_link a {
	background:url(../images/bnr_staff.png) left top no-repeat;
	width:150px;
	height:20px;
	display:block;
	text-indent:-9999px;
	/*\*/
	overflow:hidden
	/**/
	}
div#staff_link a:hover {
	background:url(../images/bnr_staff_hover.png) left top no-repeat;
	}

div#header div#header-r {
	text-align: right;
	width: 300px;/*350*/
	float: right;
}
div#header div#header-r ul {
	padding-top: 12px;
	padding-right: 0px;
}
div#header div#header-r ul li {
	font-size: 12px;
	background-image: url( ../images/head-list.gif );
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 5px;
	list-style-type: none;
	display: inline;
}
div#header div#header-r ul li a {
	color: #666666;
}
div#head-mailimg {
	margin-top: 38px;
	margin-right: 5px;
}

/* ----------段組---------- */

div#contents {
	padding-top: 10px;
	padding-left: 8px;
	margin-bottom: 20px;
	width: 532px;
	float: left;
	clear: both;
}

div#contents_bukekn {
	padding-top: 10px;
	margin-bottom: 20px;
	width: 730px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

div#sidebar {
	padding-top: 10px;
	padding-right: 6px;
	margin-bottom: 20px;
	width: 194px;
	float: right;
}

/* ----------contents段---------- */

div.gototop {
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
	padding-right: 7px;
	margin-bottom: 10px;
	clear:both;
}

/* ----------sidebar段---------- */

div#sidebar p {
	padding-left: 3px;
	padding-right: 0px;
}

div#sidebar p.pad {
	background-position: 0px 10px;
	background-repeat: no-repeat;
	padding-left: 85px;
}


/* ----------フッター部---------- */

div.foot-nav1 {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
}
div.foot-nav1-l a{
	width: 365px;
	height:27px;
	float: left;
	text-indent:-9999px;
	display:block;
	background:url(../images/nav-ban1.gif) no-repeat 0px 0px;
	text-decoration:none;/* mozilla系でインデント分のはみだしリンク線対策 */
/* MacIE5.X除外 start \*/
	overflow: hidden;
/* MacIE5.X除外 end */
}

div.foot-nav1-r a{
	width: 365px;
	height:27px;
	float: right;
	text-indent:-9999px;
	display:block;
	background:url(../images/nav-ban2.gif) no-repeat 0px 0px;
	text-decoration:none;/* mozilla系でインデント分のはみだしリンク線対策 */
/* MacIE5.X除外 start \*/
	overflow: hidden;
/* MacIE5.X除外 end */
}

div#foot-nav2 {
	font-size: 12px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	padding-top: 5px;
	margin-bottom: 10px;
}
div#foot-nav2 ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
div#foot-nav2 ul li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 6px;
	padding-right: 2px;
	list-style-type: none;
	display: inline;
}
li.li_last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}


/* 著作権表示(address) */

address {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	line-height: 1.35;
	padding: 10px;
}
