/* サイト全体設定 */


body 	{
	color:#666666;
	line-height: 140%;
	font-family: "Verdana", "Arial", sans-serif;
	background-color: #85B4E3;
	background-image: url(img/b02bg01.gif);
	background-repeat: repeat-x
	}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 910px;
	border-width: 1px;
	border-style: solid;
	border-color: #336699;
	background-color: #FFFFFF;
	}


/* リンク設定 */

a 	{
	color: #339999 ;
	text-decoration: none; 
	}

a:hover {
	text-decoration: none;
	color: #66CC99 ;
	}
	
a img {
	border:0;
	}


/* 見出し設定 */

h1,h2,h3{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

ul {
	text-indent: 5px;
	vertical-align: middle;
	}

li {
	list-style-type: none;
	}


/* サイトヘッダー設定 */

#bunner {
	height: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#336699;
	background: url(img/image2.jpg) no-repeat;
	}


/* ヘッダースタイル設定その１ */

#bunner a {
	color: #339999;
	font-weight: bold;
	text-decoration: none; 
	}

#bunner a:hover {
	color: #EAEF4A ;
	font-weight: bold;
	text-decoration: none; 
	}


/* ヘッダースタイル設定その２ */

#bunner h1 {
	margin-left:auto;
	margin-top: auto;
	padding-top: 5px;
	padding-left: 120px;
	padding-right: 10px;
	color:#73A9DF;
	font-size: 10px;
	font-weight: bold;
	}

#bunner h2 {
	margin-top: 10px;
	margin-left: 120px;
	padding-right: 20px;
	font-size: 24px;	
	}


/* コンテンツ部設定 */

#center {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 720px;
	overflow: hidden;
	}


/* main設定 */

#main {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	width: 700px;
	float: none;
	}


#main p {
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	line-height: 200%;
	font-size: 12px;
	}

#main h2 {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #73A9DF;
	border-left-color: #73A9DF;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	}

#main h3 {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(img/b02t01.gif);
	background-repeat: repeat-x;
	border: 1px solid #73A9DF;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	}


/* リンクバー設定 */

#linkbar {
/* 
リンク部分の高さを変えます
*/
	height: 25px;


	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#336699;
	background-color: #FFFFDF;
	text-align: center;
	font-size:10px;
	padding:6px;
	}

#linkbar ul { margin:0; }
#linkbar ul li { display:inline; }


/* 左サイド部位置決め設定 */

#left 	{
	width: 188px;
	float: left;
	overflow: hidden;
	background-color: #D3E3EC;
	line-height: 140%;
	}

/* サイドメニュー領域設定 */

.sidebar {
	padding: 10px;
	}


/* サイドメニュー<h2>見出し設定 */

#left h2 {
	margin-top: 5px;
	margin-bottom: 10px;
	background-image: url(img/b02t01.gif);
	height: 20px;
	border: 1px solid #9FBFDF;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width:160px;
	}

/* サイドメニュー<h3>見出し設定 */

#left h3 {
	padding: 0px 0px 0px 5px;
	font-size: 14px;
	font-weight: bold;
	}


/* サイドメニューリンク部分 */

#left ul {
	margin: 0px;
	margin-bottom: 30px;
	padding-left: 0px;
	}

#left li  {
	font-size: 12px;
	}





/* サイドメニュー部分 */

ul.menu {
	width: 160px;
	margin-bottom: 10px;
	padding: 0;
	}

ul.menu li  {
	background: #73A9DF;
	}

ul.menu li a{
	display:block;
	width: 160px;
	background: url(img/b02ta01.gif) repeat-x;
}

ul.menu li a:hover {
	background: #9FBFDF;
	}
	
/*フッタリンク設定 */

#footerlink {
/* 
リンク部分の高さを変えます
*/
	height: 25px;

	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#336699;
	background-color: #FFFFDF;
	text-align: center;
	color: #000000;
	font-size: 10px;
	padding:6px;
	}

#footerlink ul { margin:0; }
#footerlink ul li { display:inline; }

/* フッター部設定 */

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	display: block;
	background-color: #336699;
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
	font-size: 10px;
	}

#footer a {
	font-size: 10px;
	}
