/***********************************************************

		【基盤デザインスタイル】
		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.gif");
}


/*ここでブロックを初期化*/
div {
	margin: 0px;
	padding: 0px;
	text-align: left;
}


div#container {
	/*border: solid #FF0000 1px;*/
	margin-left: auto;
	margin-right: auto;
	width: 1000px;


	/* サイドの背景の定義 */
	background-image:url("base_design_pic/obi.gif");
	background-repeat: repeat-y;
	background-position: left top;
}


div#wrapper {

	background-image:url("base_design_pic/left_bg1.gif");
	background-repeat: no-repeat;
	background-position: left top;

}


div#top_panel {
	width: 1000px;
	height: 260px;
	
	background-image:url("base_design_pic/top_panel.gif");
	background-position: center top;
	background-repeat: no-repeat;

}


div#main_block {
	width: 800px;

	float: right;
	/*display: inline;*/
	background-color: #FFFFFF;
}

div#side_block {
	/*border: solid #0000FF 1px;*/

	width: 200px;
	/*display: inline;*/
	float: left;
}




div#bottom_panel {
	width: 1000px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;

	clear: both;

	background-image:url("base_design_pic/bottom_panel.gif");
	background-repeat: no-repeat;
}


div.takumi_japan{
	/*border: solid #0000FF 1px;*/
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10px;
	color: #FF0000;
}


/***********************************************************

		メインコンテンツの書式定義

************************************************************/

h1 {
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 13px;
	text-align: left;
	color: #FFAA55;
}


div#main_contents {
	margin: 0px;
	padding: 0px;
}


h2.main_img {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h3.main_img {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h2.main_text {
	text-align: center;
	font-size: 18px;
	color: #FF5500;
	margin-top: 20px;
}

h3.main_text {
	text-align: center;
	font-size: 16px;
	color: #FF5500;
	margin-top: 20px;
}

h2.text_title {
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 70px;
	margin-right: 70px;
	padding: 10px;
	padding-left: 20px;
	border-left: solid #FF7700 15px;
	border-bottom: solid #FF7700 2px;
	border-top: none;
	border-right: none;
	font-size: 120%;
	line-height: 1.5;
	color: #FF7700;
	background-image:url("base_design_pic/main_text_bg.gif");
}

h3.text_title {
	margin-top: 9px;
	margin-bottom: 10px;
	margin-left: 90px;
	margin-right: 90px;
	padding: 5px;
	border-left: none;
	border-bottom: solid #FF3300 2px;
	border-top: none;
	border-right: none;
	font-size: 100%;
	color: #FF3300;
	text-align: left;
}


p {
	margin-left: 100px;
	margin-right: 100px;
	padding: 0px;
	font-size: 95%;
	line-height: 1.7;
	text-indent: 1.0em;
}

p.ti0 {
	text-indent: 0em;
}

.takumi_japan {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #FF9933;
	font-weight: normal;
	text-decoration: none;
}

hr {
	margin-left: 30px;
	margin-right: 30px;
}


img {
	border: 0px;
	margin: 0 auto;
	padding: 0px;
}


strong {
	color: #FF0055;
}

b {
	color: #FF7700;
}

span.u {
	text-decoration: underline;
}

ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	margin-right: 100px;
	font-size: 90%;
	line-height: 1.7;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	margin-right: 100px;
	font-size: 90%;
	line-height: 1.7;
}

table {
	margin: 10px auto;
	border: solid #FF7700 2px;
	border-collapse: collapse;
	font-size: 90%;
	line-height: 1.5;
}

th {
	border: solid #FF7700 1px;
	padding: 5px 20px;
	background-color: #FFFFEE;
	background-image:url("");
	text-align: center;
	color: #555500;
}

td {
	border: solid #FF7700 1px;
	padding: 5px 20px;
	color: #000000;
	text-align: left;
}


td.tac {
	text-align: center;
}


td.tar {
	text-align: right;
}


a:link {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

/***********************************************************

	ページ bottom

***********************************************************/
h2.bottom {
	margin: 0px 30px;;
	padding: 0px;
	font-size: 80%;
	line-height: 1.3;
	color: #FF8800;
}

h3.bottom {
	margin: 0px;
	margin-left: 30px;
	margin-right: 0px;
	padding: 0px;
	font-size: 80%;
	line-height: 1.1;
	color: #FF8833;
	float: left;
	display: inline; /*　←IE6 floatでmarginが倍になるバグ対策用　*/
}

p.bottom {
	/*border: solid red 1px;*/
	margin: 0px 30px;;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 80%;
	line-height: 1.1;
	color: #FF9922;
	text-indent: 0em;
}

hr.bottom {
	margin-top: 70px;
}




/*　アルファーボトムのボタンの書式　*/
/*　先々の更新のことを考え、メインコンテンツのボトムを、
アルファーボトムと呼ぶことに合わせる　*/
div.alpha_bottom_button {
	text-align: center;
}

table.alpha_bottom_button {
	border: none;
	margin: 50px auto;
}

td.alpha_bottom_button {
	border: none;
	margin: 0px;
	padding: 0px;
}




/***********************************************************

		メニューの書式定義

************************************************************/

div#side_menu_top_spacer {
	height: 70px;
}

div#side_menu {
	text-align: center;
}

ul.menu_btn {
	/*border: solid red 1px;*/
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li.menu_btn {
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

img.menu_btn {
	display: inline;
}

/*メニューボトム*/

hr.menu_bottom {
	margin-left: 10px;
	margin-right: 10px;
}

h2.menu_bottom {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #FF6600;
	font-size: 11px;
	line-height: 1.2;
}

p.menu_bottom {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #FF6600;
	font-size: 11px;
	line-height: 1.2;
	text-indent: 0em;
}

a.menu_bottom {
	text-align: left;
	color: #FF6600;
	text-decoration: none;
}



/* W3C Validation*/

p.w3c_validation {
	margin: 3px;
	padding: 0px;
}


/***********************************************************

		サブページのインデックス書式定義

************************************************************/
div.sub_index {
	border: double #FF7700 4px;
	width: 350px;
	float: left;
	margin-top: 20px; 
	margin-right: 15px;
}

ul.sub_index {
	/*border: solid red 1px;*/
	font-size: 80%;
	margin: 10px;
	margin-left: 30px;
	padding: 0px;
}

li.sub_index {
	/*border: solid blue 1px;*/
	margin-left: 0px;
}


/***********************************************************

	目次テーブルの書式（Ｗｅｂ標準　XHTML Strict 1.0）

************************************************************/

div.index_menu {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFAA00;
	padding: 0px;
	text-align: center;
}

div.index_menu_bar {
	height: 20px;
	background-image:url("base_design_pic/index_block/index_bar.gif");
	background-position: center;
	background-repeat: no-repeat;
}

p.index_title_p {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	width: 600px;
}

p.index_menu {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	width: 600px;
	height: 30px;
}

img.index_menu {
	display: block;
}


/***********************************************************

	Notesブロック１

************************************************************/
div.notes1 {
	border: solid #CC7700 2px;
	background-color: #FFFFEE;
	width: 600px;
	margin: 10px auto;
}

p.notes1 {
	text-indent: 0em;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

