@charset "utf-8";

/*全体の設定
-------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------*/
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #ffffff url(images/bg1.gif) repeat-y center;
}


/*
-------------------------------------------------------------------------------------*/
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

.look {
	color: #FF0000;
	background: #000000;
}

.look2 {
	color: #FFFFFF;
	background: #2e0004;
}

.redbox {
	color: #A90310;
}

/*リンクカラー設定
-------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------*/
a {
	color: #FFFFFF;
}

a:hover {
	color: #012b54;
	background: #ffffff;
}

/*トップ
-------------------------------------------------------------------------------------*/
#top {
	clear: both;
	color: #000000;
	background: #ffffff;
	height: 22px;
	padding-top: 0px;
	font-size: 12px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#top a{
	color: #2e2e2e;
}

#top a:hover{
	color: #012b54;
}

/*コンテナー
-------------------------------------------------------------------------------------*/
#container {
	background: #ffffff; 
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	border:solid 1px #c9c9c9;
}


/*ヘッダー
-------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------*/
#header {
	background: url(images/head4.jpg) no-repeat;
	height: 320px;
	position: relative;
}

#header h1 {
	font-size: 30px;
	font-weight: normal;
	position: absolute;
	left: 15px;
	top: 30px;
	line-height: 34px;
}

#header h2 {
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	left: 20px;
	top: 65px;
	line-height: 16px;
}

#header #logo {
	position: absolute;
	left: 10px;
	bottom: 15px;
}
/*メインメニュー
-------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------*/
#menu {
	background: #CCCCCC url(images/menu_bg3.gif) ;
	height: 32px;
}

#menu li {
	background: url(images/menu_bg3.gif) no-repeat right;
	float: left;
	height: 32px;
}

#menu li a {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	display: block;
	width: 7.5em;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 32px;
}

#menu li a:hover {
	background: url(images/menu_bg_over3.gif);
	color: #FFFFFF;
}

/*コンテンツ枠
-------------------------------------------------------------------------------------*/
#contents {
	background: #ffffff;
}


/*メインコンテンツ（文章が入っているブロック）
-------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 740px;
	display: inline;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 12px;
}

#main a {
	color: #265498;
}

#main li a {
	color: #265498;
	font-size: 16px;
}

#main li {
	color: #000000;
	font-size: 16px;

}


#main h3 {
	font-size: 15px;
	line-height: 32px;
	background: url(images/h3.jpg) no-repeat;
	padding-left: 20px;
}

#main p {
	margin: 0.5em 10px 1em;
}

#main-img {
	background: url(images/main_img_bottom.gif) no-repeat bottom;
	padding-bottom: 9px;
}

/*メインコンテンツバナー（画像が入っているブロック）
-------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------*/
#buner {
	width: 280px;
	height: 150px;
	background: #ffffff ;
	padding-left: 20px;
}

#buner li {
	display: inline;
	margin: 0;
	padding: 0;
}

#buner li a {
  margin: 0;
  padding: 0;
}


#buner li a img {
	margin: 0;
	padding: 0;
	border: 0;

}




/*アンダー
-------------------------------------------------------------------------------------*/
#under {
	background: #012b54;
	height: 50px;
	margin-top: 4px;
}

#under ul {
	width:680px;
	margin: 0 auto;
	list-style-type: none;
}

#under li {
	margin-top:10px;
	width:90px;
	float: left;
	text-align:center;
	text-decoration: none;

}

/*フッター
-------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	color: #000000;
	background: #ffffff;
	height: 35px;
	padding-top: 5px;
	font-size: 11px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#footer a{
	color: #2e2e2e;
}

#footer a:hover{
	color: #012b54;
}

/*clearfix
-------------------------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */
