* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	background-image: none;
}

body {
	background-color: #0099CC;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}

a {
	color:#003366;
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #CC3300;
}


.chui {
	font-size: 10px;
	color: #FF0000;
}

/*
文字装飾
-------------------------------------------------------------------*/
/* 最大5・太字 */
span.bbbbb {
    color: #000;
    font-size: 2.0em;
    font-weight: bold;
    padding: 0;
    line-height: 200%;
}

/* 最大4・太字 */
span.bbbb {
    color: #000;
    font-size: 1.8em;
    font-weight: bold;
    padding: 0;
    line-height: 200%;
}


/* 最大3・太字 */
span.bbb {
    color: #000;
    font-size: 1.6em;
    font-weight: bold;
    padding: 0;
    line-height: 170%;
}

/* 大2・太字 */
span.bb {
    color: #000;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 150%;
}
/* 太字 */
span.b {
    color: #000;
    font-weight: bold;
    line-height: 150%;
}

/* 小文字 */ 
span.s { 
    color: #000;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 100%; 
} 

/* 背景マーカー処理 */
span.line { 
    color: #000;
    background: #FFFF66;
}
 /* アンダーライン */
span.u {     
     color: #000;
     border-bottom: 1px solid ; 
     
}

span.marker { 
    color: #990000;
    background: #FFCCFF;
    font-weight: bold;
}


/* 文字色 */

span.red { color: #cc0000; } /* 赤 */ 
span.blue { color: #4169e1; } /* 青 */ 
span.green { color: #339900; } /* 緑 */ 
span.orange { color: #FF8C00; } /* オレンジ */ 
span.aqua { color: #008080; } /* アクア */ 
span.brown { color: #A52A2A; } /* 茶色 */ 
span.pink { color: #FF1493; } /* ピンク */ 






h1 a {
	display: block;
	text-decoration: none;
	width: 300px;
	height: 20px;
	padding-left: 100px;
	padding-top: 0px;
	font-size: 10px;
	line-height: 25px;
	font-weight: normal;
	color: #666;
}
/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/base_bg.jpg);
	background-color: #FFFFFF;
	margin-top: 1px;
	font-size: 14px;
}

#wrap {
	float: left;
	padding: 5px;
	margin-top: 5px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	height:70px;
	background-image: url(img/header.gif);
}

#header h2 {
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #17455B;
	padding-left: 20px;
	
	
}


#header #sub {
	font-size: 10px;
	color: #17455B;
	margin-left: 35px;
}


/*ナビゲーション
----------------------------------------------- */
#nav {
	width:800px;
	height: 25px;
	background-color: #FFF;
}

#nav ul {
	list-style-type:none;
	float: right;
	display: block;
 	padding-top: 5px;

  }
  

#nav li {
	display: inline;
	padding-left: 2px;
	padding-right: 5px;
	
	
  }
  
#nav a {
	color: #17455B;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-decoration: none;
}

#nav a:hover {
	color: #FF6600;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:610px;
	float: right;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333333;
}

#contents h2 {
	background-image: url(img/h2.jpg);
	background-repeat: no-repeat;
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #FFFFFF;
	text-indent: 30px;
	margin-top: 10px;
	
	
}


#contents h3 {
	font-size: 14px;
	padding-left: 10px;
	color: #006633;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #006633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contents h4 {
	font-size: 14px;
	padding-left: 10px;
	color: #006633;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #006633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contents #c_pad {
	padding: 10px;
}

#contents #c_pad p a {
	line-height: 20px;
}

#contents #c_pad p strong {
	line-height: 20px;
}

#contents #top_img {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}

/*--------------------▽左に画像、右に文章*/

.left{
	float: left;
	margin: 10px 10px 10px 10px;
}


/*--------------------▽右に画像、左に画像*/

.right{
	float: right;
	margin:10px 10px 10px 10px;
}

/*--------------------▽テーブル*/

.table {
	background: #006699;
	border:solid 1px #006699;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	padding: 15px;
	
	}
.sr35 {
	width:200px;
	font-size:12px;
	background: #99CCFF;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	padding:10px;
	color: #006699;
	text-align:right;
	}
.sr65 {
	width:300px;
	font-size:12px;
	background: #FBF5EB;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	padding:10px 0 0 10px;
	color: #000;
	text-align: center;
	}
.sr100 {
	width:500px;
	font-size:16px;
	background: #006699;
	padding:0 0 5px 5px;
	color: #FFF;
	font-weight:bold;
	text-align: center;
	}


/*
サイド・メニュー
-------------------------------------------------------------------*/

#side {
	float: left;
	width: 160px;
	padding: 10px 10px 10px 0px;

}

#side li {
	list-style-type: none;
}

#side_d {
	padding-top: 4px;
	margin-bottom: 5px;
	width:150px;
	margin-right: auto;
	margin-left: auto;

}

#side_d h3 {
	display: block;
	width: 170px;
    background-image: url(img/menu.gif);
	display: block;
	line-height: 30px;
	font-size: 12px;
	color: #FFF;
	text-indent: 15px;

	
}

#side_d ul {
	margin-bottom: 7px;
	
}

#side_d li a {
	display: block;
	width:140px;
	font-size: 12px;
	text-decoration:none;
	color:#17455B;
	line-height: 20px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 20px;
	background-image:url(img/li3.gif);
	background-repeat: no-repeat;
	background-color: #F9FBFA;
	border-bottom-width:  1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E4D7;
	background-position: 0px center;
}


#side_d li a:hover {
	color: #996699;
	text-decoration: none;
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}


/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	background-color:#FFF;
	height: 50px;
	border: 1px solid #CCCCCC;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 10px;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
}


/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #0099CC;
	font-size: 10px;
}
address a{
	font-style: normal;
	color: #FFFFFF;
	background-color: #0099CC;
	font-size: 10px;
	text-decoration: none;
}
