@charset "shift_jis";

html {
	scrollbar-3dlight-color:#f6f8f4;
	scrollbar-highlight-color:#cad2bc;
	scrollbar-face-color:#f6f8f4;
	scrollbar-arrow-color:#cad2bc;
	scrollbar-shadow-color:#cad2bc;
	scrollbar-darkshadow-color:#f6f8f4;
	scrollbar-track-color:#f6f8f4;
}


body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	line-height: 2;
	color:  #666600;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #dadda6 ;
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #aebd96;
	text-decoration: none;
}
a:hover {
	color: #9eac89;
	font-weight:normal;
	font-size: 110%;
	background: #F6F8F4 ;
}

a:visited{
    color:#ff9933;
    text-decoration: none;
}
.look {
	color: #FB908A;
}

.midashi1 {
	background: url(images/midashi2.gif);
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	border-bottom: 1px solid #CFD2C9;
	line-height: 30px;
}
.arrow1 {
	display: block;
	padding-left: 20px;
	border-bottom: 1px dotted #CFD2C9;
	padding-right: 20px;
	width: 164px;
}

#left p,#right p {
	padding: 0.5em 0px 1em;
	line-height: 1.5;
	font-size: 90%;
}



/*コンテナー
------------------------------------------------------------------*/
#container {
	border: 3px solid #f8e405;
	width: 870px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}




/*ヘッダー（写真とサイトロゴが入っているところ）
------------------------------------------------------------------*/
#header {
	height: 130px;
	background: url(images/main_img.gif) no-repeat left top;
    padding-left: 20px;
	padding-top: 20px;
	}
#header img {

}
#header h1 {
	font-size: 20px;
	color: #FFFFFF;
	padding-left: 30px;
	font-weight: normal;
}



/*ヘッダー下のナビメニュー
------------------------------------------------------------------*/
#nav {
	background: #f6f8f4 url(images/nav_bg.gif) repeat-x bottom;
	border-top: 1px solid #cfd2c9;
	border-bottom: 1px solid #cfd2c9;
	text-align: right;
	line-height: 30px;
}



/*左側コンテンツ
------------------------------------------------------------------*/
#left {
	width: 199px;
	border-right: 1px solid #CFD2C9;
	padding-left: 0px;
	margine-right: 0px;
	vertical-align: top;
}



/*右側コンテンツ
------------------------------------------------------------------*/
#right {
	width: 199px;
	border-left: 1px solid #CFD2C9;
	vertical-align: top;
	padding-right: 0px;
}



/*中央コンテンツ
------------------------------------------------------------------*/
#center {
	width: 444px;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
}
#center p {
	padding: 0.5em 5px 1em;
}

#center h2 {
	font-size: 120%;
	border: 3px double #DCE2D3;
	letter-spacing: 0.2em;
	padding-left: 10px;
	padding-right: 10px;
	background: #FFFFFF url(images/h2_bg.gif) no-repeat right center;
	line-height: 28px;
}

#center h3{
    font-size: 1.2em;
	font-weight: bold;
	color: #FB908A;
	 }
	 
table{letter-spacing:normal;}
.bc{border-collapse:collapse;}
.bc th,.bc td{padding:0.4em 1em;
    border-top:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;}
	 
	 
table#table-01 {
    width: 444px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border-top: #E3E3E3 solid;
	border-bottom: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    text-align: left;
}
	
	
table#table-01 td {
    padding: 5px;
    border-top: #E3E3E3 solid;
	border-bottom: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}
	 
