* {
	
	padding:0;
	font-size: 13px;
	line-height: 140%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	
}

body {
	
		background: #FFFFFF url(img/homepage01.gif) repeat-x left top;
}
	

}

a {
	color:#0066CC;
}

a:hover {
	text-decoration: none;
	
}


img {
	border:none;
}


a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #333;
	font-weight: normal;
}
em {
	color: #333;
	font-weight: normal;
	font-style: normal;
}

b {
	color: #333;
}


/*
文字装飾
-------------------------------------------------------------------*/
/* 最大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 {
    font-size: 14px;
    font-weight: bold;
    line-height: 110%;
}
/* 太字 */
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; } /* ピンク */ 





/*
ベース
-------------------------------------------------------------------*/
#base {
	width:760px;
	margin-right: auto;
	margin-left: auto;
	
}

#wrap {
	float: left;
	padding: 0px;
	margin-top: 5px;
}




/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width: 800px;
	height: 100px;
	margin: 0px auto;
}



h1  {
	padding-top: 10px;
	display: block;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #E6E2E2;
}

h1 a {
	display: block;
	margin-right: 20px;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #E6E2E2;
}

h2 a {
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 10px 0px 0px 10px;
	font-size: 10px;
	color: #E6E2E2;
	font-weight: normal;
	
	}

#sub {
	padding-top: 5px;
	font-size: 10px;
	color: #E6E2E2;
	margin-right:20px;
	text-align: right;
}



/*ナビゲーション
----------------------------------------------- */
#nav {
    width: 760px;
	height: 40px;
	background: #ccc url(img/menu.gif) ;
	text-align: center;
	margin: auto;
	
}

#nav ul {
	list-style-type:none;
	display: block;
	
	
  }
  

#nav li {
	float: left;
	width: 120px;
	height: 40px;
    background: #ccc url(img/menu.gif) ;
    border-right: 1px solid #6F8061;
 
  }
  
#nav a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
	display: block;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 40px;
}

#nav a:hover {
	background: url(img/menu2.gif);
	color: #274310;
	
}



/*
ヘッダー２
-------------------------------------------------------------------*/

#header2 {
	width: 740px;
	height: 160px;
	margin: 0px auto;
	padding: 20px 0px;
}


/*  パンくずリスト  */
.navi {
	margin : 0;
	padding: 0px 0px 10px 10px;
	font-size: 11px;
	color:#666;
	}
.navi a{
	font-size: 11px;
         color:#33CCFF;
	
	}


	
/*ヘッダーメニュー
----------------------------------------------- */
#topmenu {
	float: left;
         color: #333;
}



#topbottom{
	float: right;
}

.bg1 { background: url(img/homepage08.gif) no-repeat left top; }






/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:520px;
	float: right;
	padding: 5px 2px 10px 18px;
         
}


#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
}

#contents h2 {
	background-image: url(img/bar.gif);
	background-repeat: no-repeat;
	display: block;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	text-indent: 20px;
	padding-bottom: 10px;
}


#contents h3 {
	font-size: 12px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #66CC66;
         padding-left: 10px;
	color: #FF8C00;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#contents h4 {
	font-size: 12px;
	border-width: 1px;
	border-style: dotted;
	border-color: #274310;
	padding: 5px;
	color: #274310;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}





.h_navi{
	position: absolute;
	right: 10px;
	top: 5px;
	text-align: right;
}

#contents .posted {
	text-align: right;
	font-size: 10px;
	margin: 0px 10px 0px 0;
}

/* ---- 関連記事リスト属性----- */
#contents ol{
	margin: 0px 0px 0px 30px;
}

#contents ol li{
	margin: 0;
	font-size: 100%;
	line-height: 19px;
}

#contents ol li a{
	color: #0066CC;
}

#contents #sitemap{
         margin: 0 10px 10px 10px;
 	padding: 0;
 	text-align: left;
 }


/*--------------------▽左に画像、右に文章*/

.left{
	float: left;
	margin: 10px 30px 30px 30px;
}


/*--------------------▽右に画像、左に画像*/

.right{
	float: right;
	margin:0 30px 30px 30px;
}


/*
コンテンツ・リンク右寄せ
-------------------------------------------------------------------*/

div.next {
	float: right;
	padding-right: 5px;
	color: #FF3366;
	font-weight: bold;
}
div.next a {
	float: right;
	padding-right: 5px;
	color: #0066CC;
	font-weight: bold;
}


/*
コンテンツ・更新履歴
-------------------------------------------------------------------*/

.list1 {
	margin 0px;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 20px;
	list-style: none;
	line-height: 18px;
}

.list1 li  {
	padding: 5px 11px 5px 11px;
	background: url(img/li1.gif) no-repeat left ;
         color: #666;
	
}

.list1 li a {
	color: #0066CC;
	font-size: 12px;
}

/*
コンテンツ・右寄せスペース(上
-------------------------------------------------------------------*/

#contents #rightbox{
	float: right;
	width: 250px;
	padding-left: 5px;
}


/*
コンテンツ・左寄せスペース（上
-------------------------------------------------------------------*/

#contents #leftbox{
	float: left;
	width: 250px;
	padding-left: 5px;
	border-right: #ccc 1px dotted;

}

/*
コンテンツ・右寄せスペース(下
-------------------------------------------------------------------*/

#contents #rightbox2{
	clear: both;
	float: right;
	width: 250px;
	padding-left: 5px;
}


/*
コンテンツ・左寄せスペース（下
-------------------------------------------------------------------*/

#contents #leftbox2{
	float: left;
	width: 250px;
	padding-left: 5px;
	border-right: #ccc 1px dotted;

}

/*
コンテンツ・テーブル
-------------------------------------------------------------------*/


#contents #table{
         background: #006600;
	border:solid 1px #99CCCC;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	padding: 15px;
}
th {
         width:150px;
	font-size:12px;
	background: #DAF3F9;
	border-right: 1px solid #99CCCC;
	border-bottom: 1px solid #99CCCC;
	padding:10px;
	color: #336633;
	

}
td {
         
	font-size:12px;
	background: #FFF;
	border-right: 1px solid #6F8061;
	border-bottom: 1px solid #6F8061;
	padding:10px;
	color: #333;

}


/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 200px;
	padding-left:10px;

}

#side li {
	list-style-type: none;
}

#side_d {
	padding-top: 6px;
	margin-bottom: 5px;
	width: 210px;
	margin-right: auto;
	margin-left: auto;

}

#side_d h3 {
	display: block;
	width: 210px;
         background-image: url(img/side.gif);
	display: block;
	line-height: 40px;
	font-size: 12px;
	color: #FFF;
	text-indent: 10px;
	
}

#side_d ul {
	margin-bottom: 7px;
	
}

#side_d li a {
	display: block;
	width:210px;
	font-size: 12px;
	text-decoration:none;
	color:#000;
	line-height: 20px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 10px;
	background-color: #FFF;
	border-bottom-width:  1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCCC;
}


#side_d li a:hover {
	background-color: #DCF8F8;
	color: #0066CC;
	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: 5px;
	padding-bottom: 5px;
	text-align: center;
	
	height: 100px;
	
}
#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;
	color: #999;
	text-decoration: none;

}

#key {
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	background: #FFFFFF url(img/footer.jpg) repeat-x left top;
	
	
}
#key li {
	list-style-type: none;
	display: inline;
	padding-right: 1px;
	padding-left: 1px;
	font-size: 10px;
}
#key ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#key li a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-left: #FFF 1px solid;

}




/*
コピーライト
-------------------------------------------------------------------*/

#address {
	clear: both;
	height: 30px;
	font-style: normal;
	color: #666;
	text-align: right;
	display: block;
	background: #FFFFFF ;
	font-size: 10px;
}
#address  a {
	font-size: 10px;
	color:#666;
	text-decoration: none;
	
}

#address p {
	font-size: 10px;
	color: #ccc;
}

#form {
        background-color:#B4DE5A;
}

#form2 {
        background-color:#8FDCF4;
}





