/*******************************************************************************

	【基盤デザインスタイル】
	Web標準準拠　XHTML Strict 1.0

	CopyRight: 匠Japan


	【説明】
	全体の横幅：1000pxで、ベータブロックを0pxまで縮小させた２ブロックの形式

********************************************************************************/



/***********************************************************

		メインフレームの書式定義

************************************************************/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;

	background-color: #FFFFFF;
	background-image:url("../material/base/body_bg1.gif");
	background-attachment: fixed;
}


/*　ここでブロックを初期化　*/
div {
	margin: 0px;
	padding: 0px;
	text-align: left;
}


div#container {
	/*border: solid #FF0000 1px;*/
	margin: 0 auto;
	width: 1000px;


	/* サイドの背景の定義 */
	background-image:url("../material/base/container_bg1.gif");
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #FFFFFF;
}


div#top_block1 {
	width: 1000px;
	height: 20px;
	margin: 0 auto;

	background-image:url("../material/base/top_block1_bg1.gif");
	background-position: center top;
	background-repeat: no-repeat;

}

div#top_block2 {
	width: 1000px;
	height: 220px;
	margin: 0 auto;

	background-image:url("../material/base/top_block2_bg1.gif");
	background-position: center top;
	background-repeat: no-repeat;

}

div#top_block3 {
	display: none;
	
	width: 1000px;
	height: 40px;
	margin: 0 auto;

	background-image:url("../material/base/top_block3_bg1.gif");
	background-position: center top;
	background-repeat: no-repeat;

}




div#tray1 {
	/*border: solid #00FF00 1px;*/
	
	background-image:url("../material/base/tray_bg1.gif");
	background-repeat: repeat-y;
	background-position: top right;

}


div#wrapper1 {
	/* サイドの背景の定義 */
	/*border: solid #FF00FF 1px;*/
	width: 800px;
	float: right;

	background-image:url("../material/base/wrapper_bg1.gif");
	background-repeat: repeat-y;
	background-position: top left;

}


div#alpha_block1 {
	width: 800px;

	float: left;
	padding-bottom: 30px;
	/*display: inline;*/
	/*background-color: #FFFFFF;*/
}


div#beta_block1 {
	display: none;

	border: solid #0000FF 1px;

	width: 200px;
	/*display: inline;*/
	float: right;

	background-image:url("../material/base/beta_block1_bg1.gif");
	background-repeat: no-repeat;
	background-position: top left;
}


div#gamma_block1 {
	/*border: solid #00FF00 1px;*/

	width: 200px;
	/*display: inline;*/
	float: left;

	background-image:url("../material/base/gamma_block1_bg1.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

div#tray1_bottom1 {
	clear: both;

}


div#bottom_block1 {
	width: 1000px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;

	clear: both;

	background-image:url("../material/base/bottom_block1_bg1.gif");
	background-repeat: no-repeat;
}


h1 {
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 13px;
	text-align: left;
	color: #AAAAAA;
}


/***********************************************************

		アルファブロックの書式定義

************************************************************/

h2.alpha_text {
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 70px;
	margin-right: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 20px;
	border-left: solid #0055AA 15px;
	border-bottom: solid #0055AA 2px;
	border-top: none;
	border-right: none;
	font-size: 120%;
	line-height: 1.5;
	color: #0055AA;
	background-image:url("base_pic/alpha_h2_bg.gif");
}

h2.alpha_img {
	text-align: center;
	margin: 0px;
}

h3.alpha_text {
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 100px;
	margin-right: 110px;
	padding: 5px;
	border-left: none;
	border-bottom: solid #000099 2px;
	border-top: none;
	border-right: none;
	font-size: 100%;
	color: #003377;
	text-align: left;
	line-height: 1.5;
}

h3.alpha_img {
	text-align: center;
	margin: 0px;
}


h4.alpha_text {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 110px;
	margin-right: 110px;
	font-size: 100%;
	color: #000077;
	text-align: left;
	line-height: 1.3;
}

h4.alpha_img {
	text-align: center;
	margin: 0px;
}


p {
	/*border: solid blue 1px;*/
	margin-left: 120px;
	margin-right: 120px;
	padding: 0px;
	font-size: 95%;
	line-height: 1.7;
	text-indent: 1.0em;
}

.ti0 {
	text-indent: 0em;
}

.s {
	font-size: 80%;
	line-height: 1.5;
}

/* Text-Align = Right */
.tar {
	text-align: right;
}

/* Text-Align = Center */
.tac {
	text-align: center;
}


/* Indent Style */
p.is1 {
	margin-left: 150px;
}

p.is2 {
	margin-left: 200px;
}

hr {
	margin-left: 50px;
	margin-right: 50px;
}

img {
	border: 0px;
	margin: 0 auto;
	padding: 0px;
	display: block;
}


strong {
	color: #0000CC;
}

b {
	color: #FF0055;
}

em {
	color: #FF7700;
}

span.u {
	text-decoration: underline;
}


ol {
	margin-left: 130px;
	margin-right: 120px;
	font-size: 90%;
	line-height: 1.5;
}

ul {
	margin-left: 130px;
	margin-right: 120px;
	font-size: 90%;
	line-height: 1.5;
}

li {
	/*border: solid blue 1px;*/
	margin: 10px;
	padding: 0px;
}


table {
	margin: 10px auto;
	border: solid #000077 2px;
	border-collapse: collapse;
	font-size: 90%;
	line-height: 1.5;
}

th {
	border: solid #000077 1px;
	padding: 5px 20px;
	background-color: #EEFFEE;
	background-image:url("../material/parts/th_bg1.gif");
	text-align: center;
	color: #000077;
}

td {
	border: solid #000077 1px;
	padding: 5px 20px;
	color: #000000;
	text-align: left;
}

a:link {
	color: #0033AA;
	text-decoration: none;
}

a:visited {
	color: #0033AA;
	text-decoration: none;
}

a:hover {
	color: #7733FF;
	text-decoration: underline;
}

/***********************************************************

	アルファブロック　ボトム（alpha_bottom）

***********************************************************/

h2.alpha_bottom {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
	font-size: 80%;
	line-height: 1.1;
	color: #000000;
}

h3.alpha_bottom {
	/*border: solid red 1px;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	padding: 0px;
	font-size: 80%;
	line-height: 1.1;
	color: #000000;
	float: left;
	display: inline; /*　←IE6 floatでmarginが倍になるバグ対策用　*/
}

p.alpha_bottom {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
	font-size: 80%;
	line-height: 1.1;
	color: #777777;
	text-align: center;
}

a.alpha_bottom:link {
	color: #555555;
	text-decoration: none;
}

a.alpha_bottom:visited {
	color: #555555;
	text-decoration: none;
}

a.alpha_bottom:hover {
	color: #AAAAAA;
	text-decoration: underline;
}


hr.alpha_bottom {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 70px;
	clear: both;
}


/*　アルファーボトムのボタンの書式　*/
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;
}





/***********************************************************

		ベータブロックの書式定義

************************************************************/







/***********************************************************

		ガンマブロックの書式定義

************************************************************/

/*　サイドメニュー（Main_Menu）の書式定義　*/
h2.menu_btn {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p.menu_btn {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

img.menu_btn {
	display: block;
}

/*　サイドメニュー（Sub_Menu）の書式定義　*/
p.sub_menu_btn {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

img.sub_menu_btn {
	display: block;
}



/*　サイドメニューボトム(menu_bottom)　*/
hr.menu_bottom {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
}

h2.menu_bottom {
	width: 180px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	color: #777777;
	font-size: 11px;
	line-height: 1.2;
}

h3.menu_bottom {
	width: 180px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	color: #777777;
	font-size: 11px;
	line-height: 1.2;
}

p.menu_bottom {
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	text-align: left;
	text-indent: 0em;
	color: #777777;
	font-size: 11px;
	line-height: 1.2;
}

a.menu_bottom:link {
	text-align: left;
	color: #AAAAAA;
	text-decoration: none;
}

a.menu_bottom:visited {
	text-align: left;
	color: #AAAAAA;
	text-decoration: none;
}
a.menu_bottom:hover {
	text-align: left;
	color: #AAAAAA;
	text-decoration: none;
}

/***********************************************************

		サイドメニュー下のW3C Validationの書式

************************************************************/

hr.w3c_validation {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
}

p.w3c_validation {
	margin: 3px;
	padding: 0px;
	text-align: center;
}

a.w3c_validation {

}

img.w3c_validation {
	display: block;
	margin: 0 auto;
}


/***********************************************************

	インデックスのスタイル
	（各ページのインデックスのスタイル）

************************************************************/

div.index1 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
	margin-right: 110px;
	border-top: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	border-bottom: solid #BBBBBB 2px;
	border-right: solid #BBBBBB 2px;
	background-image:url("../base_pic/main_parts_pic/p_index_bg1.gif");
	background-repeat: repeat-y;
}

p.index1 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-indent: 0em;
}

p.index1_comment {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 30px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	text-indent: 0em;
}

a.index1:link {
	color: #0000AA;
}

a.index1:visited {
	color: #0000AA;
}

a.index1:hover {
	color: #0000FF;
}

/***********************************************************

	【アルファブロック】
	画像によるインデックスのスタイル

************************************************************/

div.alpha_img_index1 {
	/*border: solid red 1px;*/
	width: 600px;
	text-align: center;
	margin: 30px auto;
	padding: 0px;
	background-color: black;
}

div.alpha_img_index1_bar {
	/*border: solid pink 1px;*/
	width: 600px;
	height: 20px;
	background-image:url(../material/parts/alpha_img_index1.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

p.alpha_img_index1 {
	margin: 0px;
	padding: 0px;
	width: 600px;
}





/***********************************************************

	Ｎｏｔｅ１のスタイル

************************************************************/

div.note1 {
	margin: 10px auto;
	width: 600px;
	border: solid #0000AA 2px;
	
}

p.note1 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;

}



