* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #CFC;
}


#all {
	height: auto;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 160%;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

#headline {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #3C9;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #3C9;
	height: 0px;
	width: 800px;
	position: relative;
}

h1 {
	color: #3C9;
	font-size:0;
}

h2 {
	color: #3C9;
	font-size:0;
}


#header1 {
	height: 100px;
	width: 800px;
	position: relative;
	background-color: #FFF;
}
#header2 {
	height: 100px;
	width: 800px;
	position: relative;
	background-color: #FFF;

}


#yokomenu {
	height: 50px;
	width: 800px;
	position: relative;
}


#main {
	width: 800px;
	height: auto;
	background-color: #FFF;
}

#side {
	background-color: #fff;
	height: auto;
	width: 200px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
	position: relative;
}
#side2 {
	background-color: #fff;
	height: auto;
	width: auto;
	padding-left: 15px;
	padding-top: 30px;
	padding-bottom: 20px;
	float: left;
	position: relative;
	padding-right: 20px;
}

#content {
	background-color: #fff;
	height: auto;
	width: 530px;
	float: right;
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}





#news {
	height: 150px;
	width: 450px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	overflow: auto;
	position: relative;
	margin-left: 10px;
	margin-right: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-indent: 10px;
	line-height: 200%;
}
#what {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	height: 150px;
	width: 450px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #ccc;
	overflow: auto;
	position: relative;
	text-indent: 10px;
	line-height: 200%;
}


#fooder {
	height: 28px;
	width: 800px;
	clear: both;
	position: relative;
	border-top: 1px #cccccc dotted; /* 上境界線 */
	text-align: center;
	font-size: 9px;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #3C9;
}


a:link {
	color: #399;
	text-decoration: none;
}
a:visited {
	color: #396;
	text-decoration: none;
}
a:hover {
	color: #C36;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



a img {
border: none;
}




/* --- ナビゲーションバー --- */
div.nav {
width: 100%; /* ナビゲーションの幅 */
background: #f9f9f9 url(../images/hor_menu3_off.gif) repeat-x top; /* ナビゲーションの背景 */
border-top: 1px #cccccc dotted; /* 上境界線 */
border-bottom: 0px #cccccc dotted; /* 下境界線 */
font-size: 100%;
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 768px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background: #f9f9f9 url(../images/hor_menu3_off.gif) repeat-x top; /* メニューの背景 */
border-left: 1px #cccccc dotted; /* メニューの左境界線 */
border-right: 1px #ffffff solid; /* メニューの右境界線 */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 128px; /* 項目の幅 */
float: left;
}

/* --- リンク --- */
div.nav ul.nl li a {
color: #030;
display: block;
position: relative; /* IE6用 */
padding: 11px 2px; /* リンクエリアのパディング（上下、左右） */
border-top: 1px #ffffff solid; /* リンクエリアの上境界線 */
border-bottom: 1px #808080 dotted; /* リンクエリアの下境界線 */
border-left: 1px #ffffff solid; /* リンクエリアの左境界線 */
border-right: 1px #cccccc dotted; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
}


/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
background: #f9f9f9 url(../images/hor_menu3_on.gif) repeat-x top; /* ポイント時の背景 */
text-decoration: none; /* テキストの下線（あり） */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}





/* --- ナビゲーションバー --- */
div.nav2 {
width: 150px; /* ナビゲーションの幅 */
font-size: 100%;
}

/* --- メニューエリア --- */
div.nav2 ul.nl {
margin: 0;
padding: 0;
border-top: 1px #999 dotted; /* 最上部の境界線 */

list-style-type: none;
text-align: left;
}

/* --- メニュー項目 --- */
div.nav2 ul.nl li {
background: #fff; /* 項目の背景 */
border-bottom: 1px #999 dotted; /* 項目の下境界線 */

}

/* --- リンク --- */
div.nav2 ul.nl li a {
color:#030;
display: block;
position: relative; /* IE6用 */
padding: 8px 10px 8px 12px; /* リンクエリアのパディング（上右下左） */
background: url(../images/ver_menu3_off.gif) no-repeat 3px; /* 左側の三角マーク */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.nav2 ul.nl li a:hover {
color:#c66;
background: url(../images/ver_menu3_on.gif) no-repeat 3px; /* ポイント時の三角マーク */
}


.photo1 {
padding: 20px;
}
h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 15px;
	margin-right: 30px;
}
.title1 {
	width: auto;
	font-size: 12px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #999;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 6px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 7px;
}
h3 {
	font-weight: normal;
	font-size: 16px;
}

.honmon {
	padding-left: 20px;
	padding-right: 35px;
}
.hyo {
	width: 80%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: thin none #666;
}
.hyo2 {
	width: 100%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: thin none #666;
	font-size: 12px;
}
.hyo3 {
	margin-left: 20px;
}


.hyocel {
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.hyo2 tr td {
	padding: 3px;
	border-right-style: ridge;
	border-right-width: 1px;
	border-bottom-style: ridge;
	border-bottom-width: 1px;
}
.hyo2 tr th {
	padding: 3px;
	border-bottom-style: ridge;
	border-bottom-width: 1px;
	border-right-style: ridge;
	border-right-width: 1px;
	border-top-style: ridge;
	border-top-width: 1px;
}

.migi {
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: right;
}
.kei {
	text-align: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	width: 350px;
	margin-left: 150px;
}



.kakomi {
	margin: 5px;
	padding: 10px;
	height: auto;
	width: 450px;
	border: medium double #093;
}
.kakomi2 {
	margin: 5px;
	padding: 10px;
	height: auto;
	width: 450px;
	border: medium dotted #999;
}

.title2 {
	font-weight: bold;
}
.green {
	color: #090;
}
.sfont {
	font-size: 11px;
}
