* {
	color:#FFF;
	padding:0;
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	background-image: none;
}

body {
	background-color: #FFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
}

a {
	color:#0000FF;
}

a:hover {
	text-decoration: 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 {
    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; } /* ピンク */ 





/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	margin-top: 20px;
}

#wrap {
	float: left;
	padding: 5px;
	margin-top: 5px;
}

/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	height:250px;
	background-image: url(img/header.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}



h1  {
	display: block;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #A8A253;
}

h1 a {
	display: block;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #ccc;
}


h2 a {
	display: block;
	text-align: right;
	text-decoration: none;
	height: 12px;
	margin-left: 5px;
	padding-top: 2px;
	font-size: 10px;
	line-height: 10px;
	color: #A8A253;
	font-weight: normal;
	}

#header #sub {
	font-size: 10px;
	color: #A8A253;
	margin-right:5px;
	text-align: right;
}




/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:580px;
	float: right;
}

#contents #c_pad {
	padding: 10px;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
}

#contents h2 {
	background-color:#ccc;
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	text-indent: 20px;
	margin-top: 10px;
}


#contents h3 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
	padding-left: 10px;
	color: #333;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#contents h4 {
	font-size: 12px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
	padding-left: 10px;
	color: #333;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}



#contents ul {
	margin-bottom: 5px;
	list-style-type: none;
}

#contents li a {
	display: block;
	font-size: 14px;
	text-decoration:underline;
	color:#0000FF;
	line-height: 20px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: 25px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 2px;
	background-image:url(img/li.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-top: 2px;
	background-position: 5px center;
}


#contents li a:hover {
	
	text-decoration: none;
}

/*
コンテンツ・リンク右寄せ
-------------------------------------------------------------------*/

div.next {
	text-align: right;
	padding-right: 20px;
	color: #FF3366;
	font-weight: bold;
}
div.next a {
	text-align: right;
	padding-right: 20px;
	color: #0000FF;
	font-weight: bold;
}




/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 200px;

}

#side li {
	list-style-type: none;
}

#side_d {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 185px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#side_d h2 {
	display: block;
	width: 182px;
    background-color: #333;
	display: block;
	line-height: 30px;
	font-size: 12px;
	color: #FFF;
	text-indent: 10px;
	margin-top: 15px;
}

#side_d ul {
	margin-bottom: 7px;
	
}

#side_d li a {
	display: block;
	width:150px;
	font-size: 12px;
	text-decoration:none;
	color:#223A5C;
	line-height: 20px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-left: 15px;
	background-image:url(img/li.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	border-left-width:  1px;
	border-left-style: solid;
	border-left-color: #333;
	border-bottom-width:  1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-position: 5px center;
}


#side_d li a:hover {
	background-color: #FCF9E4;
	color: #000000;
	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;
	background-color: #FFF;
	height: 100px;
	border: 1px solid #E2E2DE;
}
#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 {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	background-color: #FFF;
	
	
}
#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: #999;
	text-decoration: none;

}


#f_menu p {
	font-size: 10px;
	color: #999;
	padding: 10px 50px 5px 50px;
}

#f_menu a {
	font-size: 10px;
	color: #999;
	text-decoration: none;

}


/*
コピーライト
-------------------------------------------------------------------*/

#address {
	clear: both;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	background-color: #333;
	font-size: 10px;
}
#address  a {
	font-size: 10px;
	color:#FFF;
	text-decoration: none;
}

#address p {
	font-size: 10px;
	color: #FFF;
}
