/***********************************************************

		【基盤デザインスタイル】
		Web標準準拠　XHTML Strict 1.0

		CopyRight: 匠Japan

***********************************************************/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;

	background-color: #FFFFFF;
	background-image:url("base_design_pic/bg1.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}


/*ここでブロックを初期化*/
div {
	margin: 0px;
	padding: 0px;
	text-align: left;
}


div#container {
	/*border: solid #FF0000 1px;*/
	margin-left: auto;
	margin-right: auto;
	width: 900px;


	/* サイドの背景の定義 */
	background-image:url("base_design_pic/container_bg1.gif");
	background-repeat: repeat-y;
	background-position: left top;
}

div#wrapper {
	/* サイドの背景の定義 */
	background-image:url("base_design_pic/side_bg1.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

div#top_panel {
	width: 900px;
	height: 200px;
	
	background-image:url("base_design_pic/top_panel.gif");
	background-position: center top;
	background-repeat: no-repeat;

}


div#main_block {
	width: 700px;

	float: right;
	/*display: inline;*/
	background-color: #FFFFFF;
}

div#side_block {
	/*border: solid #0000FF 1px;*/

	width: 200px;
	/*display: inline;*/
	float: left;
}




div#bottom_panel {
	width: 900px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;

	clear: both;

	background-image:url("base_design_pic/bottom_panel.gif");
	background-repeat: no-repeat;
}


.takumi_japan{
	/*border: solid #0000FF 1px;*/
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	color: #0000FF;
}


/***********************************************************

		メインコンテンツの書式定義

************************************************************/

h1 {
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 13px;
	text-align: left;
	color: #00CC55;
}


div#main_contents {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
}

h2.main_text {
	text-align: center;
	margin: 20px;
	color: #009900;
	font-size: 120%;
	font-weight: normal;
	font-family: HGSｺﾞｼｯｸE;
}

h2.main_img {
	text-align: center;
	margin: 0px;
}

h3.main_text {

}

h3.main_img {
	text-align: center;
	margin: 0px;
}


p {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 100%;
	line-height: 1.8;
}


img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}


strong {
	color: #00AA55;
}

b {
	color: #FF0055;
}

span.u {
	text-decoration: underline;
}


ol {
	font-size: 100%;
	line-height: 1.5;
}

ul {
	font-size: 100%;
	line-height: 1.5;
}

li {

}


table {
	border: solid #009900 1px;
	border-collapse: collapse;
	font-size: 100%;
	line-height: 1.5;
}

td {
	border: solid #009900 1px;
	padding: 5px;
}


a:link {
	color: #007733;
	text-decoration: none;
}

a:visited {
	color: #007733;
	text-decoration: none;
}

a:hover {
	color: #00FFCC;
	text-decoration: underline;
}


/***********************************************************
	ページ bottom
***********************************************************/
h2.bottom {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 80%;
	line-height: 1.3;
	color: #338800;
}

h3.bottom {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 80%;
	line-height: 1.1;
	color: #338800;
	float: left;
}

p.bottom {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 80%;
	line-height: 1.1;
	color: #338800;
}

hr.bottom {
	margin-top: 20px;
}




/***********************************************************

		サイドメニューの書式定義

************************************************************/

div#side_menu_top_spacer {
	height: 20px;
}

div#side_menu {
	text-align: center;
}

ul.menu_btn {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li.menu_btn {
	margin-top: 10px;
	margin-bottom: 10px;
}

img.menu_btn {
	display: inline;
}


/*メニューボトム*/
p.menu_bottom {
	width: 180px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color: #005500;
	font-size: 11px;
	line-height: 1.2;
}

a.menu_bottom:link {
	text-align: left;
	color: #005500;
	text-decoration: none;
}

a.menu_bottom:visited {
	text-align: left;
	color: #005500;
	text-decoration: none;
}
a.menu_bottom:hover {
	text-align: left;
	color: #005500;
	text-decoration: none;
}


/* W3C Validation*/

hr.w3c_validation {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
}

p.w3c_validation {
	margin: 3px;
	padding: 0px;
}


