/*
基本設定
-------------------------------------------------------------*/
* {
	color:#3F3F3F;
	padding:0;
	font-size: 13px;
	line-height: 140%;
	margin: 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
        }

body {
	background-color: #f5f5dc;
        }
        
a {
        color: #4169e1;
        }

a:hover {
	color: #b55d6b;
	background-color: #fff0f5;
        }


h1 {
        margin-top: 10px;
        margin-left: 15px;
        text-align: left;
        }

h1 a {
        font-family:fantasy;
        color: #ff1493;
	font-size: 22px;
        font-weight: bold;
        line-height: 26px;
        }

h1 a:hover {
        color: #ff1493;
        background-color: #fff0f5;
        }


H2 {
        color: #b55d6b;
        font-size: 30px;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
        }
       
H3 {
        color: #ffffff;
        font-size: 16px;
	line-height: 200%;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 0px;
        padding-left: 5px;
        text-align: left;
	background-color: #008000;
        }

H4 {
        color: #b55d6b;
        font-size: 16px;
	line-height: 100%;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-left: 5px;
        text-align: left;
	border-left: 15px solid #ff1493;
	border-bottom: 1px solid #ff1493;
        }


/*
ベース
-------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	border: 3px solid #6e6e6e;
        }



/*
ヘッダー
-------------------------------------------------------------*/
#header {
	width:800px;
	height:120px;
	background-image: url(img/header.jpg);
        }

p.discript {
        color:#3F3F3F;
        font-size: 12px;
        font-weight: bold;
        margin-left: 20px;
        text-align: left;
        }



/*ナビゲーション
----------------------------------------------- */
#nav {
	width:800px;
	height: 25px;
	background-color: #556b2f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
        }

#nav ul {
	list-style-type:none;
	padding-left: 20px;
	padding-top: 3px;
        }
  
#nav li {
	float:left;
	line-height:normal;
	text-indent:0;
        }
  
#nav a {
	font-size: 11px;
	color: #DDDDDD;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
        }

#nav a:hover {
	color: #666666;
	background-color: #DDDDDD;
	border-bottom-style: none;
        }



/*
WRAP(コンテンツ)
----------------------------------------------------------- */
#wrap {
	width: 775px;
	margin-top: 15px;
        margin-left: 10px;
        margin-right: 15px;
        }


#contents {
	width:585px;
	float: right;
        }

#lead {
        padding: 10px;
        border-style: dotted;
        border-color: #808000;
        }


.left200 {
        float: left;
        width:200px;
        padding-top: 5px; 
        padding-left: 10px;  
        padding-right: 10px;
        padding-bottom: 5px;
        }

.afili {
        width:468px;
        margin-top: 20px;
        margin-bottom: 20px;
	border: 1px dotted  #808000;
        }

.afili span {
	display: block;
        width:450px;
        font-size: 11px;
	line-height: 140%;
        margin-left: 10px;
        margin-bottom: 5px; 
        }


.usual {
        padding-left: 15px;
        }

.link {
        font-size: 10px;
        margin-top: 5px;
        padding-left: 25px;
        }

.link a {
        font-size: 10px;
        }



.jump {
        text-align: right;
        margin-top: 10px;
        margin-bottom: 15px;
        }



/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	width: 175px;
	background-color: #ffffff;
	border: 1px solid #38474C;
        text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
        }

#sidelist {
	padding-top: 10px;
        }

.menu {
        margin-top: 20px;
	color: #b55d6b;
        font-weight: bold;
        }

#side ul {
        text-align: left;
        }

#side li {
	display: block;
	width:160px;
	line-height: 105%;
	list-style-type: none;
	margin-left: 10px;
	padding-left: 2px;
	background-color: #ffffff;
	border-bottom: 1px solid #CEC7BD;
        }


#side li a {
	color: #4169e1;
	line-height: 100%;
	text-decoration: none;
        }

#side li a:hover {
	background-color: #fff0f5;
	color: #b55d6b;
	text-decoration: underline;
        }


#side li.list_title {
	width:168px;
	color:#008000;
        font-weight: bold;
	margin-top: 5px;
	margin-left: 2px;
	background-color: #ffffff;
	border-bottom: 1px solid #CEC7BD;
        }


/*
フッタメニュー
-------------------------------------------------------------------*/
#foot {
	clear: both;
	width: 800px;
	background-color: #556b2f;
	margin-left: 0px;

        }



address {
	font-style: normal;
	font-size: 12px;
	color: #ffffff;
	text-align: center;

	padding-top: 5px;
	padding-bottom: 5px;
        }
