/* サイト全体設定 */


body 	{
	color:#444444;
	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: 938px;
	border-width: 1px;
	border-style: solid;
	border-color: #336699;
	background-color: #FFFFFF;
	}

*html #container{
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	border-width: 1px;
	border-style: solid;
	border-color: #336699;
	background-color: #FFFFFF;
}



/* リンク設定 */

a 	{
	color: #0000ff ;
	font-weight: normal;
	text-decoration: none; 
	font-size: 14px;
	}


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/b027.gif) 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: 0;
	padding-top: 0px;
	padding-left: 740px;
	padding-right: 10px;
	color:#99b5ea;
	font-size: 10px;
	font-weight: bold;
	}

#bunner h2 {
	margin-top: 30px;
	margin-left: 200px;
	padding-right: 100px;
	color:#dd0077;
	font-size: 14px;	
	}


/* コンテンツ部設定【floatで左右カラムを決定】 */

#center {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 730px;
	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: 20px;
	line-height: 200%;
	font-size: 14px;
	}






#main h2 {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #73A9DF;
	border-left-color: #73A9DF;
	text-align: left;
	font-weight: bold;
	font-size: 22px;
	}


#main h2 a {
	color: #5050ff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none; 
	}


#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%;
	}

#left a	{
	color: #339999;
	font-size: 12px;
	}


/* サイドメニュー領域設定 */

.sidebar {
	padding: 10px;
	}


/* サイドメニュー<h2>見出し設定 */


#left h1 {
	margin-top: 5px;
	margin-bottom: 10px;
	background-image: url(img/orngebtn.gif);
	height: 20px;
	border: 1px solid #ff8844;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width:160px;
	}

#left h2 {
	margin-top: 5px;
	margin-bottom: 1px;
	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;
	font-weight: normal;
	color: #ffffff ;
	}








/* 画像回り込み */

#img1 { float: right; margin-left: 10px; }
#img2 { float: left; margin: 0 15px 10px 0; }

/* 文字制御 */

.right { text-align: right; } /* 左寄せ */
.center { text-align: center; } /* 右寄せ */

/* ボックス */

.box
{
    margin: 10px 0;
    border: 1px solid #999;
    background-color: #fff;
    padding: 0 10px;
    clear: both;
    line-height: 1.25;
}

.box p
{
    margin: 10px 0;
    line-height: 1.5;
    font-size: 0.9em;
}

/* 文字装飾 */

.bbb /* 最大・太字 */
{
    color: #000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    padding: 0;
}

.bb /* 大・太字 */
{
    color: #000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbl /* 大・太字 */
{
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    border-bottom: 1px solid ; 
}

.ss /* 大・小字 */
{
    color: #000;
    font-size: 0.9em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}



.bb2 /* 大 */
{
    color: #000;
    font-size: 1.2em;
    font-weight: normal;
}

.bbbr /* 最大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbr /* 大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.b { font-weight: bold; } /* 太字 */
.br { color: #dc0000; font-weight: bold; } /* 赤・太字 */

.line { background: #ffff99; }/* 背景マーカー処理 */
.line2 { background: #f7df9f; }/* 背景マーカー処理 */

.u { border-bottom: 1px solid ; } /* アンダーライン */


/* 文字色 */
.red { color: #ff8a5c; font-size: 0.8em;} /* 赤 */ 
.red2 { color: #dd0077;  font-weight: bold; } /* 赤 */ 
.blue { color: #5050ff; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.gray { color: #555555; font-size: 0.8em;} /* 灰 */ 

.kome { font-size: 12px; color: #cc0000; line-height: 1.25;} /* 赤小文字 */ 
.s { font-size: 12px; color: #333; line-height: 1.25; } /* 小文字 */ 
