@charset "euc-jp";



/* region for Base Configuration */

	body
	{
		margin: 0;
		padding: 0;
		color: #666666;
	}

	body
	{
		font-size: 85%;
	}

	img
	{
		border: 0;
	}

/* end region */



/* region for Base Class */

	*.align_left
	{
		text-align: left;
	}
	*.align_center
	{
		text-align: center;
	}
	*.align_right
	{
		text-align: right;
	}

/* end region */



/* region for Header */

	div#header
	{
		font-size: 85%;
		text-align: center;
		padding: 5px;
		background: #ffffe0;
		border-bottom: 2px solid #ff9900;
	}

	div#header_logo
	{
		width: 442px;
		float: left;
	}

	div#header_text
	{
		width: 357px;
		float: right;
	}

/* end region */



/* region for Footer */

	div#footer
	{
		font-size: 85%;
		background: url("../images/footer_background.jpg") repeat-x;
		height: 190px;
		margin-top: 50px;
		padding-top: 2px;
		text-align: center;
		line-height: 1.5em;
		clear: both;
	}
	div#footer a
	{
		color: #666666;
	}
	div#footer a:hover
	{
		color: #f5f5f5;
	}
	div#footer ul
	{
		margin: 30px 0 30px 0;
		padding: 0;
		list-style: none;
	}
	div#footer ul li
	{
		display: inline;
		line-height: 1em;
	}

/* end region */



/* region for Navigation */

	div#navigation
	{
		margin: 0 auto;
		width: 692px;
	}

	ul#navi
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	ul#navi li
	{
		/*display: inline;*/
		float: left;
	}

/* end region */



/* region for Content Body */

	div#body
	{
		width: 800px;
		margin: 0 auto;
	}

	div#content
	{
		text-align: center;
		font-size: 85%;
		width: 749px;
		margin: 0 auto;
		padding: 50px;
		clear: both;
	}

/* end region */

