body {
	margin: 0px;
	padding: 0px;
	background-color:#CCCC99;
	background-image:url("base_design_pic/bg1.gif");
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: center;
}

/* divブロックの初期化 */
div {
	margin: 0px;
	padding: 0px;
}

/***********************************************************

	XHTML 1.0 Strict 
	ブロックレイアウト　定義部

*************************************************************/


div#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-image:url("base_design_pic/right_obi.gif");
	background-repeat: repeat-y;
	background-position: top right;
}

div#top_panel {
	width: 800px;
	height: 230px;
	background-image:url("base_design_pic/top_panel.gif");
	background-position: center top;
	background-repeat: no-repeat;
}


div#main_block {
	width: 600px;
	background-color: #FFFFFF;
	float: left;
	display: inline;
	text-align: left;
}



div#right_block {
	width: 200px;
	float: right;
	display: inline;
}

div#bottom_panel {
	width: 800px;
	height: 100px;
	background-image:url("base_design_pic/bottom_panel.gif");
	background-position: center top;
	background-repeat: no-repeat;
	clear: both;
}


/***********************************************************

	XHTML 1.0 Strict 
	テキスト書式　定義部

*************************************************************/

h1 {
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 13px;
	text-align: left;
	color: #DDAA33;
}

div#main_contents {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	text-align: left;
	font-size: 90%;
	line-height: 1.7;
}

img {
	border: 0px;
	display: block;
}

a {
	margin: 0px;
	padding: 0px;
}


div.menu {
	margin: 0px;
	padding: 0px;
	line-height: 0;
}



h2.title_img {
	margin: 0px;
	padding: 0px;
	line-height: 0;
}


h3.title_img {
	margin: 0px;
	padding: 0px;
	line-height: 0;
}

h2.title_text {
	margin: 0px;
	padding: 10px;
	color: #336600;
}

h3.title_text {
	margin: 0px;
	padding: 10px;
	color: #006600;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;

}

ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

table {
	text-align: left;
	font-size: 90%;
	line-height: 1.7;

}

span.u {
	text-decoration: underline;
}

strong {
	color: #009900;
}

b {
	color: #CC7700;
}


/***********************************************************

	XHTML 1.0 Strict 
	メインコンテンツ下のボトム領域の戻るボタン

*************************************************************/
p.bottom_button {
	text-align: center;
}




/***********************************************************

	XHTML 1.0 Strict 
	メインコンテンツ下のポスティング領域の書式

*************************************************************/

h2.posting_area {
	color: #003300;
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	line-height: 1.2;
}

h3.posting_area {
	margin: 0px;
	padding: 0px;
	color: #006600;
	font-size: 90%;
	line-height: 1.2;
}

p.posting_area {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
}




/***********************************************************

	XHTML 1.0 Strict 
	右のブロックのスタイル定義

*************************************************************/
h2.right_contents {
	margin: 0px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	color: #336600;
	font-size: 11px;
	text-align: left;
}

p.right_contents {
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	color: #336600;
	font-size: 11px;
	text-align: left;
}

a.right_contents {
	margin: 0px;
	padding: 0px;
	color: #336600;
	text-decoration: none;
}


/***********************************************************

	XHTML 1.0 Strict 
	相互リンクページ　スタイル書式

*************************************************************/

a:link {
	color: #224400;
	text-decoration: none;
}

a:visited {
	color: #224400;
	text-decoration: none;
}

a:hover {
	color: #446600;
	text-decoration: underline;
}



