/* CSS Document */
@charset "Shift_JIS"; 
/* サイト内全体用デフォルトスタイルシート */


/* ページ全体 */
* {
	margin: 0;
	padding: 0;
	font-size: 100%; 
}
html,
body {
　　height:100%;
    margin: 0;
	padding: 0;
	color: #fffff; /* 全体の背景色 */
	font-family: Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック";
	font-size: 100%; /* 全体のフォントサイズ */
	text-align: center;
	background-attachment: fixed;
	background-color: #999999;
	background-image: url(img/body.jpg);
	background-repeat: repeat-x;
}
html {
	overflow-y: scroll;
}
p {
	margin-bottom: 1em;
}

img {
	border: 0;
}

hr{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a { color: #333333;
	text-decoration: none;
}
a:visited { color: #333333; }
a:hover { color: #669999; }

/*見出し*/
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	line-height:30px;
	margin-bottom: 15px;
	background-image: url(img/h2.jpg);
	height: 30px;
	padding-left: 20px;
}

h3 {
	font-size: 115%;
	margin-bottom: 15px;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666633;
	border-bottom-color: #666633;
	padding-left: 22px;
	background-image: url(img/h3_icon.gif);
	background-repeat: repeat-y;
}

h4 {
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 2px 0 2px 5px;
	margin: 10px 0 10px 0;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #006666;
}


h5 {
	font-size: 105%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 0 0 2px 0px;
	margin: 10px 0 5px 0;
	color: #036;
	font-weight: bolder;
}

h6 {
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006633;
	padding: 0 0 2px 0px;
	margin: 10px 0 5px 10px;
	color: #666;
	font-weight: bolder;
}

/*見出し文字サイズ・日本語と欧文サイズ調整*/
.font_mini{font-size:90%;}/*h3に使用*/

/*ヘッダー*/
div#header {
	margin: 0px;
}

/*コンテンツ表示部分*/
* html #mainarea {
	height:100%;
}

div#mainarea{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	background-color: #FFFFFF;
	font-size: 100%;
	
}

* html #mainarea {
	height:100%;
}

/*リスト*/
ul {
	margin-bottom: 1em;
}
li {
	list-style: none outside;
}

/*メニュー*/

div#menu {
	width: 780px;
	float: left;
}
div#menu ul {
	margin: 0;
}
div#menu li {
	float: left;
	color: #333333;
	display: block;
	height:40px;
	line-height: 40px;
	padding-left:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

/*メニュー部分リンク装飾*/

div#menu li a {
	/*display: block;
	height:40px;
	line-height: 40px;
	padding-left:16px;*/
	color: #666666;
	/*font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;*/
	text-decoration: none;
}
div#menu li a:hover {
	color: #669999;
	border-bottom:2px solid #ccc;
}
div#menu li.on a {
	color: #669999;
	text-decoration: none;	
}
div#menu li.on a:hover {
	color: #000000;
}

/* 記事 */

div#newinfo{
	float: left;
	width: 400px;
	padding: 10px;
	margin/*-right*/: 10px;
	text-align: left;
	font-size: 80%;
	line-height: 1.4em;	
}

div#newinfo a:link{
	color: #366;
	text-decoration: underline;
}

div#bannerbox {
	float: left;
	width: 320px;
	margin/*-right*/: 10px 0 10px 10px;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 80%;
}

div#maintext {
	float: left;
	width: 750px;
	text-align: left;
	padding-left: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 80%;
}



/* テーブル*/

table {
　　font-family: Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック";
	width:100%;
	border-collapse:collapse;
	margin-bottom: 20px;
	font-size: 100%;
}


.tdtitle {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #33CCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #33CCCC;
	padding: 3px;
}

.td1 {
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	top: auto;
}

.td2 {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #669999;
}

/* 画像余白*/

.new{
	margin-right: 5px;
}

/*hr装飾*/
.banner{
	margin-bottom: 10px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #669999;
}

/*テーブル内リスト*/

.td2 ul {
	margin-top: 5px;
}


.td2 li {
	margin-bottom: 3px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
}



/* フッター*/	
div#footer{
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	text-align: center;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	background-color: #999999;
	color: #000000;
}


/* 文字装飾*/
.font_mini_text{
	font-size: 0.8em;
}

.font_title{
	font-weight: bold;
	color: #336;
}