/* common style */

html
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-image:url("../pic/background_3.jpg");
	background-repeat:repeat;
}


/* upper menu */

div#header-fixed
{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:72px;
	margin:auto;
}

div#header-background
{
	background-color:#ffffff;
	height:72px;
	width:1024px;
	margin:auto;
}

div#header
{
	height:100%;
	width:100%;
	padding:12px 0px 6px;
	text-align:center;

}

/* bottom menu */

div#footer-fixed
{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:36px;
	margin:auto;
}

div#footer-background
{
	height:36px;
	width:1024px;
	margin:auto;
}

div#footer
{
	height:100%;
	width:100%;
	padding:0px 0px 0px 0px;
	background-image:url("../pic/background.jpg");
	background-repeat:repeat-x;
	text-align:center;
	font-size:80%;
	color:#ffffff;

}


span#pictures
{
	margin:0 10px 0 10px;
}



/* index contents */

/* base */

div#base
{
	margin:auto;
	width:1024px;
	padding:100px 0px 40px 0px;
				background-color:#ffffff;
}


/* sub menu */

.sub_menu_letter
{
	text-align:center;
	color:#ff7900;
}

div#sub_menu_letters
{
	margin:10px 94px 20px 94px;
}

div#sub_menu_images
{
	margin:20px 94px 20px 94px;
}

/* setting for table */

table{
	width:388px;
	margin-left:auto;
	margin-right:auto;
	border-width:1px;
	border-color:#ff7900;
	border-style:dashed; 
}


/* setting for sentences */

#headline{
	height:3em;
	font-size:110%;
	color:#544233;
	text-align:center;
}

#supplement{
	height:2em;
	font-size:80%;
	color:#544233;
	text-align:center;
}


#item{
	font-size:90%;
	color:#544233;
	text-align:center;
	height:5em;
}

#cost{
	font-size:90%;
	color:#544233;
	text-align:center;
	height:5em;
}

#bottomline{
	text-align:center;
	color:#544233;
	height:3em;
}


/* box_blank */

div#box_blank
{
	width:1024px;
	clear:both;
}


div#box_blanka
{
	float:left;
	width:1024px;
	height:36px;
				background-color:#ffffff;
}

div#box_blankb
{
	float:left;
	width:1024px;
	height:72px;
				background-color:#ffffff;
}

/* box_1 */

div#box_1
{
	width:1024px;
	clear:both;
}


div#box_1a
{
	float:left;
	width:1024px;
	height:72px;
				background-color:#ffffff;
}

div#box_1a_a
{
	width:1000px;
	margin:0px 12px 0px 12px;
}


/* box_2 */

div#box_2
{
	width:1024px;
	clear:both;
}


div#box_2a
{
	width:1024px;
	float:left;
				background-color:#ffffff;
}

div#box_2a_a
{
	width:512px;
	float:left;
}



div#box_2a_b
{
	width:512px;
	float:right;
}


/* box_3 */

div#box_3
{
	width:1024px;
	clear:both;
}


div#box_3a
{
	width:1024px;
	float:left;
				background-color:#ffffff;
}

div#box_3a_a
{
	width:512px;
	float:left;
}



div#box_3a_b
{
	width:512px;
	float:right;
}


/* box_4 */

div#box_4
{
	width:1024px;
	clear:both;
}


div#box_4a
{
	width:1024px;
	float:left;
				background-color:#ffffff;
}

div#box_4a_a
{
	width:512px;
	float:left;
}



div#box_4a_b
{
	width:512px;
	float:right;
}
