@charset "shift_jis";


body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFFFFF url(images/bg.gif);
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

#main p {
	margin: 0.5em 1em 1em;
}
#sub p {
	margin: 0.5em;
}


/*コンテナー
------------------------------------------------------------------------------------------*/
#container {
	text-align: left;
	margin: 0px auto;
	width: 890px;
	padding-right: 4px;
	padding-left: 4px;
	background: url(images/container_bg.gif) repeat-y center;
}


/*ヘッダー
------------------------------------------------------------------------------------------
■HP最上段に入っているh1タグは「#header h1」で指定しています。サイズ変更は「font-size: 10px;」で行います。
　色は「color: #b3b3b3;」で変更可能。現在はグレーで入ってます。
　ちなみに、h1タグの背景は「#header」項目内で指定している「header_bg.gif」に入れています。
------------------------------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.gif) no-repeat;
	height: 87px;
	position: relative;
}

#header h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 10px;
	padding-top: 8px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #333333;
}


/*メインメニュー（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#menu {
	border-bottom: 6px solid #EEEEEE;
}

#menu li {
	display: inline;
}


/*ナビメニュー（メインメニューの右上に入っている小さなナビゲーションメニューの事）
------------------------------------------------------------------------------------------
■左の赤い矢印は「#nav li」項目内の「images/arrow1.gif」です。
■リンクカラーは「#nav a」でグレーに指定。下線も消しています。
■カーソルオーバー時の文字色は「#nav a:hover」で指定しています。
------------------------------------------------------------------------------------------*/
#nav {
	height: 18px;
	position: absolute;
	right: 50px;
	bottom: 5px;
	padding-top: 8px;
	padding-left: 50px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1px;
}

#nav li {
	display: inline;
	padding-right: 20px;
	background: url(images/arrow2.gif) no-repeat left center;
	padding-left: 15px;
}

#nav a {
	text-decoration: none;
	color: #333399;
}

#nav a:hover {
	text-decoration: underline;
	color: #333399;
}

#nav a:visited {
	text-decoration: none;
	color: #993366;
}

/*メインコンテンツ（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#main {
	float: right;
	width: 620px;
	display: inline;
	margin-top: 15px;
	padding-bottom: 40px;
	margin-right: 10px;
}
#main .box {
	float: left;
	width: 285px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(images/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#main .box h5 {
 	font-size: small;
	font-weight: normal;
 	margin: 0px;
	padding-top: 5px;
	line-height: 125%;
}
#main .boxs {
	float: left;
	width: 180px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(images/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#main .boxs h5 {
 	font-size: small;
	font-weight: normal;
 	margin: 0px;
	padding-top: 5px;
	line-height: 125%;
}
#main .boxl {
	float: left;
	width: 595px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(images/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#main .boxl h5 {
 	font-size: small;
	font-weight: normal;
 	margin: 0px;
	padding-top: 1px;
	line-height: 125%;
}
#main .img_s_r {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}
#main .img_s_l {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
}
#main .img_more {
	float: center;
	padding: 5px;
}
#main .h4 {
 	font-size: 80%;
	font-weight: normal;
 	margin: 0px;
	padding-bottom: 3px;
	padding-right: 10px;
	text-align: right;
}
#main .h6 {
 	font-size: 120%;
	font-weight: normal;
 	margin: 0px;
	padding-top: 10px;
	line-height: 125%;
}
#main .h7 {
 	font-size: 100%;
	font-weight: normal;
 	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	line-height: 140%;
}
#main .h8 {
 	font-size: 80%;
	font-weight: normal;
 	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
#main .h10 {
 	font-size: 120%;
	font-weight: bold;
 	margin: 0px;
	padding-top: 10px;
	line-height: 125%;
	color: #ff0000;
}
#main a {
	text-decoration: none;
	color: #333399;
}
#main a:hover {
	text-decoration:underline;
	color: #333399;
}
#main a:visited {
	text-decoration: none;
	color: #993366;
}
#main li {
 	font-size: 12px;
	background: url(images/maru.gif) no-repeat top left;
	padding-left: 15px;
	margin-top: 5px;
	line-height: 150%;
}

/*メインコンテンツFULL
------------------------------------------------------------------------------------------*/
#main_f {
	float: left;
	width: 870px;
	display: inline;
	margin-top: 15px;
	margin-left: 15px;
	padding-bottom: 40px;
}
#main_f .box {
	float: left;
	width: 285px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(images/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#main_f .box h5 {
 	font-size: small;
	font-weight: normal;
 	margin: 0px;
	padding-top: 5px;
	line-height: 125%;
}
#main_f .boxl {
	float: left;
	width: 595px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(images/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#main_f .boxl h5 {
 	font-size: small;
	font-weight: normal;
 	margin: 0px;
	padding-top: 1px;
	line-height: 125%;
}
#main_f .img_s_r {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}
#main_f .img_s_l {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
}
#main_f .img_more {
	float: center;
	padding: 5px;
}
#main_f .h4 {
 	font-size: 80%;
	font-weight: normal;
 	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}
#main_f .h6 {
 	font-size: 120%;
	font-weight: normal;
 	margin: 0px;
	padding-top: 10px;
	line-height: 125%;
}
#main_f .h7 {
 	font-size: 100%;
	font-weight: normal;
 	margin: 0px;
	padding-top: 5px;
	line-height: 140%;
}
#main_f .h7_b {
 	font-size: 100%;
	font-weight: bold;
	color: #0000ff;
 	margin: 0px;
	padding-top: 5px;
	line-height: 140%;
}
#main_f .h7_r {
 	font-size: 100%;
	font-weight: bold;
	color: #ff0000;
 	margin: 0px;
	padding-top: 5px;
	line-height: 140%;
}
#main_f .h8 {
 	font-size: 80%;
	font-weight: normal;
 	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
#main_f .h9 {
 	font-size: 100%;
	font-weight: normal;
 	margin-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 180%;
}
#main_f .h9_b {
 	font-size: 100%;
	font-weight: bold;
 	margin-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 180%;
}
#main_f a {
	text-decoration: none;
	color: #333399;
}
#main_f a:hover {
	text-decoration:underline;
	color: #333399;
}
#main_f a:visited {
	text-decoration: none;
	color: #993366;
}
#main_f li {
 	font-size: 12px;
	background: url(images/maru.gif) no-repeat top left;
	padding-left: 15px;
	margin-top: 5px;
	line-height: 150%;
}

/*サブコンテンツ
------------------------------------------------------------------------------------------
■右側コンテンツの見出しは「#sub h3」で設定します。背景色は「background: #F9F9F9;」で指定。
　上下のラインは「border-top」と「border-bottom」で設定。
「letter-spacing」というのは文字間隔の事で、文字同士の隙間を0.2文字ずつ空けて表示させています。
------------------------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 230px;
	margin-top: 15px;
	padding-bottom: 40px;
}
#sub .box {
	float: left;
	width: 205px;
	border: 1px solid #DDDDDD;
	margin: 5px 10px;
	padding: 5px 0px;
	background-image: url(images/box_bg_t.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#sub .box h5 {
 	font-size: 11px;
	color:#888888;
	font-weight: bold;
 	margin: 0px;
	padding-top: 2px;
	padding-bottom: 11px;
	line-height: 100%;
	text-align: center;
}
#sub h3 {
	font-size: 12px;
	color:#ffffff;
	background: #ffffff;
	background-image: url(images/sub_bg.gif);
	height:23px;
	letter-spacing: 0.1em;
	text-align: center;
	border-bottom: 1px dotted #d6d6d6;
}
#sub line {
	font-size: 12px;
	letter-spacing: 0.1em;
	text-align: center;
	border-bottom: 1px dotted #d6d6d6;
}
#sub a {
	text-decoration: none;
	color: #333399;
}

#sub a:hover {
	text-decoration:underline;
	color: #333399;
}

#sub a:visited {
	text-decoration: none;
	color: #993366;
}

#sub li {
 	font-size: 12px;
	display: inline;
	padding-right: 5px;
	background: url(images/arrow1.gif) no-repeat left center;
	padding-left: 15px;
	margin-left: 12px;
	line-height: 150%;
}

/*フッター（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 890px;
	background: #ffffff url(images/footer_bg.gif) no-repeat center top;
	line-height: 1.5em;
	text-align: center;
	font-size: x-small;
	padding: 10px 4px;
	margin-right: auto;
	margin-left: auto;
}

#footer a {
	text-decoration: none;
	color: #333399;
}

#footer a:hover {
	color: #333399;
}

#footer a:visited {
	text-decoration: none;
	color: #993366;
}

#footer li {
	display: inline;
	padding-right: 5px;
	background: url(images/arrow1.gif) no-repeat left center;
	padding-left: 15px;
	margin-left: 12px;
}

/*アイフレーム
------------------------------------------------------------------------------------------*/
#iframe {
	float: left;
	width: 570px;
	display: inline;
	margin: 0px 5px;
	padding-bottom: 5px;
}
#iframe li {
 	font-size: 12px;
	background: url(images/maru.gif) no-repeat top left;
	padding-left: 15px;
	margin-top: 5px;
	line-height: 150%;
}
#iframe a {
	text-decoration: none;
	color: #333399;
}
#iframe a:hover {
	text-decoration:underline;
	color: #333399;
}
#iframe a:visited {
	text-decoration: none;
	color: #993366;
}
/*clearfix（変更しない）
------------------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */
