@charset "utf-8";

/* ======================================
Since : 2008‒12‒22
Last Modified: 2008‒12‒25
Editor(s): Kei Fujita
Last Editor: Kei Fujita
======================================= */

/* グローバル */
*{
	padding:0;
	text-indent:0px;
	line-height:145%;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	margin: 0;
}
body {
	margin:0;
	padding:0;
	color:#666666;
	text-align:left;
	background-image: url(../images/body_images_background.jpg);
	background-repeat: repeat-x;
}
img {
	border:0;
	margin: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;
}

#contents p {
	margin-bottom: 15px;
}

/* --strong-- */
.strong {
	font-weight: bold;
	font-size: 12px;
}

/* --イメージの振り分け-- */
.image_spaceing {
	margin-bottom: 7px;
}
.image_spaceing2 {
	margin-bottom: 14px;
}
.image_left{
	float:left;
	width: auto;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 0;
}
.image_left_text {
	float: right;
	text-align: left;
	margin-bottom: 25px;
}
.image_right{
	float:right;
	margin:0 0 15px 15px;
}
.image_right_text {
	float: left;
	text-align: left;
	margin-bottom: 25px;
}
.image_center{
	display:block;
	text-align:center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	float: none;
}

/* 3列のリスト */
.image_triple {
	width: 553px;
}
.image_triple li {
	float: left;
	width: 161px;
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 25px;
	margin-left: 0;
}
#contents .image_triple img {
	margin-bottom: 5px;
}


/* リンク文字の設定 */
a:link,a:visited ,a:hover, a:active {/* リンク文字の設定 */
	color:#000099;
	text-decoration:underline;
}
a:hover{
	color:#000066;
	text-decoration:underline;
}


/* ======================================

	1.header

======================================= */

#header {
	height: 100px;
	width: 780px;
	padding-bottom: 23px;
	padding-top: 9px;
}

/* --ロゴ-- */
#header .header_logo {
	float: left;
	height: 42px;
	width: 391px;
	display: inline;
	padding-bottom: 31px;
}

/* --サイト説明文-- */
h1 {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	width: 500px;
	height: 17px;
	text-align: right;
	float: right;
	padding-top: 1px;
}

#wrapper #header .header_ndc {
	float: right;
	height: 18px;
	width: 104px;
	padding-left: 8px;
	padding-bottom: 9px;
}
#wrapper #header .header_top {
	float: right;
	padding-top: 40px;
}


/* ======================================

	2.contents

======================================= */
#wrapper #contents {
	float: right;
	width: 553px;
	padding-bottom: 30px;
}



/* ======================================

	3.side menu

======================================= */
#sidemenu {
	float: left;
	width: 202px;
	background-image: url(../images/sidemenu_images_background.jpg);
	background-repeat: repeat-y;
	text-align: center;
	margin-bottom: 30px;
}
#sidemenu .side_menu {
	width: 202px;
	padding-top: 13px;
	padding-bottom: 3px;
}
#sidemenu .side_menu li {
	height: 44px;
	width: 202px;
	padding-bottom: 9px;
}
#sidemenu .side_link {
	width: 202px;
	padding-top: 11px;
	padding-bottom: 5px;
}
#sidemenu .side_link li {
	width: 202px;
	padding-bottom: 5px;
}



/* ======================================

	4.footer

======================================= */


#footer {
	text-align: center;
	background-image: url(../images/footer_images_background.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
}
#footer .copyright {
	width: 780px;
	padding-top: 8px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer_images_hr.gif);
	background-repeat: repeat-x;
	height: 30px;
}

#index_footer {
	text-align: center;
	background-image: url(../images/footer_images_background.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
}

#index_footer  .copyright {
	width: 780px;
	padding-top: 8px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer_images_hr.gif);
	background-repeat: repeat-x;
	height: 30px;
}
#footer .footer_menu,
#index_footer .footer_menu {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#footer .footer_menu li, 
#index_footer .footer_menu li {
	float: left;
	width: 146px;
	text-align: left;
	height: 19px;
	background-image: url(../images/footer_image_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 9px;
}

