@charset "UTF-8";


body
{
	height:100%;
	font-size: 12px;
	color: #000;
	letter-spacing: 0.1em;
}


h1,h2,h3,h4,h5,p,pre,blockquote,ul,li,ol,dl,dd,a,a:hover
{
	margin:0;
	padding:0;
}


a:link		{	color:#000000; text-decoration:none;	}	/*	通　　常	*/
a:visited	{	color:#000000;							}	/*	訪問済み	*/
a:hover		{	color:#cccccc;							}	/*	オーバー	*/
a:active	{	color:#b2934e;							}	/*	プレス		*/

hr
{
	text-align:center;
	width:850px;
	border: none;
	border-top: 1px #000000 dashed;
}

#contents
{
	width:900px;
	margin:0px auto;
}

/***************************************
　header　ヘッダー
***************************************/

#header {
	height:auto;
	margin:0px 0px 70px 0px;
}

#header h1 > span{
	text-align:center;
	vertical-align:bottom;
	font-size:9px;
	visibility:hidden;
}

.sitelogo
{
	margin-bottom:10px;
}

#nav_area
{
}

.nav
{
	float:left;
	width:107px;
	text-align:left;
	vertical-align:bottom;
}

.nav_img1:hover
{
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}


.nav_img2:hover
{
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}

/***************************************
　contents　内容
***************************************/



/***************************************
　footer　フッター
***************************************/

#footer {
	bottom:0px;
	height:30px;
	width:900px;
	margin-top:70px;
}

.footer
{
	text-align: center;
	font-size: 10px;
}


.midashi {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.midashi2{
	font-size:16px;
	font-weight:bold;
}

/***************************************
　flash　フラッシュエリア
***************************************/

#flash
{
	text-align:center;
}


/***************************************
　その他
***************************************/

.clear
{
	clear:both;
}