@charset "utf-8";
/* content="charset=utf-8" */

/* ======================================
Since : 2008‒08‒12
Last Modified: 2008‒08‒19
Editor(s): Kei Fujita
Last Editor: Kei Fujita
======================================= */

/* グローバル */
*{
	margin:0;
	padding:0;
	text-indent:0px;
	line-height:140%;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
}
body {
	margin:0;
	padding:0;
	color:#666666;
	text-align:center;
	background-image: url(../images/header_images_background.jpg);
	background-repeat: repeat-x;
}
img {
	border:0;
	margin:0;
	padding:0;
}
form{
	display:inline;
}
.clear_both{
	clear:both;
	float:none;
	line-height:0px;
	font-size:0px;
}
#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

ol,ul{
	list-style-image: none;
	list-style-type: none;
}

/* --strong-- */
.strong {
	font-weight: bold;
	font-size: 12px;
}

/* --イメージの振り分け-- */
.image_spaceing {
	margin-bottom: 9px;
}
.image_spaceing2 {
	margin-bottom: 3px;
}
.image_left{
	float:left;
	margin:0 8px 15px 0;
}
.image_left_text {
	float: right;
	width: 245px;
	text-align: left;
}
.image_left2{
	float:left;
	margin:0 22px 25px 0;
}
.image_right{
	float:right;
	margin:15px 0 15px 15px;
}
.image_right_text {
	float: left;
	width: 370px;
	text-align: left;
	margin-bottom: 20px;
	padding-left: 3px;
}
.image_center{
	float:none;
	margin:15px auto 15px auto;
	display:block;
	text-align:center;
}
.image_triple {
	width: 556px;
	margin-top: 30px;
}
.image_triple li {
	float: left;
	width: 169px;
	margin-right: 24px;
	margin-bottom: 30px;
}

/* リンク文字の設定 */
a:link,a:visited ,a:hover, a:active {/* リンク文字の設定 */
	color:#666666;
	text-decoration:underline;
}
a:hover{
	color:#999999;
	text-decoration:underline;
}


/* ======================================

	1.header

======================================= */

#header {
	height: 80px;
	width: 780px;
}

/* --ロゴ-- */
#header .logo {
	float: left;
	height: 74px;
	width: 231px;
	display: inline;
	margin: 0px;
	padding: 6px 0 0 0;
}

/* --サイト説明文-- */
h1 {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	float: right;
	background-image: url(../images/header_images_h1_background.gif);
	background-repeat: no-repeat;
	background-position: 0px 14px;
	width: 330px;
	height: 19px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 13px;
}

/* --メニュー-- */
#header .header_menu {
	width: 548px;
	float: right;
	height: 38px;
}
#header .header_menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 36px;
	display: inline;
	width: 110px;
}


/* ======================================

	2.contents

======================================= */

/* --サイドメニューの背景-- */
#wrapper .inner {
	background-image: url(../images/sidemenu_images_background.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 100%;
}

#contents {
	width: 553px;
	float: right;
	padding: 11px 0 50px 0;
	text-align: left;
}
#contents h2 {
	height: 156px;
	width: 553px;
	padding-bottom: 30px;
}
#contents h3 {
	height: 25px;
	width: 553px;
	padding-bottom: 11px;
	font-weight: normal;
}
#contents h4 {
	height: 15px;
	width: 553px;
	padding: 25px 0px 6px 0px;
}

/* --区切り線-- */
#contents .hr {
	width: 100%;
	background-image: url(../images/hr_images_green.gif);
	background-repeat: repeat-x;
	height: 1px;
	background-position: 0px 0px;
	line-height: 100%;
	font-size: 1px;
}

/* ======================================

	3.side menu

======================================= */

#side_menu {
	float: left;
	width: 211px;
	height: 100%;
	text-align: left;
}

/* --クラスリンク-- */
#side_menu .class_link {
	width: 174px;
	padding-left: 27px;
	margin-bottom: 6px;
	padding-right: 10px;
}
#side_menu .class_link li {
	width: 174px;
	margin: 0px;
	padding: 0px;
	height: 54px;
	display: inline;
}

/* --コンテンツリンク-- */
#side_menu .contents_link {
	width: 180px;
	padding: 10px 8px 0px 23px;
}
#side_menu .contents_link li {
	width: 180px;
	margin: 0px;
	padding-bottom: 5px;
}



/* ======================================

	4.footer

======================================= */

#footer {
	font-size: 12px;
	text-align:center;
	clear: both;
	float: none;
	height: 100px;
	background-image: url(../images/footer_images_background.jpg);
	background-repeat: repeat-x;
	padding-top: 2px;
	margin-right: auto;
	margin-left: auto;
}
#footer .footer_link {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	padding-bottom: 7px;
}
#footer .footer_link li {
	float: right;
	background-image: url(../images/footer_images_sitemap_background.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	height: 22px;
	margin-left: 13px;
	padding: 11px 0px 0px 10px;
}
#footer .footer_link .footer_link_top {
	background-image: url(../images/footer_images_gotop_background.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	height: 22px;
	width: 123px;
	padding: 11px 0px 0px 11px;
}
#footer .copyright {
	background-image: url(../images/footer_images_hr.gif);
	background-repeat: repeat-x;
	width: 780px;
	height: 18px;
	margin: 0px auto 0px auto;
	background-position: 0px 0px;
	padding-top: 9px;
}
#footer .footer_link a {
	color: #006C6C;
}
#footer .footer_link a:hover{
	color:#666666;
	text-decoration:underline;
}
.pad10 {
	padding: 10px;
}
.s80 {
	font-size: 90%;
	font-weight: normal;
}
.new {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #CC0000;
}

