/*----------------------------------------------*/
/*　http://www.joetsu.net/[共通CSS]
/*　2006.8.28　Ojas.Inc　Yuuki Kasahara
/*----------------------------------------------*/

/*----- 全体構成 -----*/
body	{
	margin:0px;padding:0px;
	font-size:12px;color:#000000;line-height:1.4em;
	background-color:#FFFFFF;
}
#main	{
	width:800px;margin-left:auto;margin-right:auto;padding:0px;
	background-color:#FFFFFF;
}
#mainClear	{
	clear:both;
}
#content	{
	width:790px;margin-left:auto;margin-right:auto;padding:0px;
}
#contentLeft	{
	float:left;
	width:585px;padding:0px;
}
#contentRight	{
	float:right;
	width:200px;padding:0px;
}

/*----- ヘッダー設定 -----*/
#header	{
	height:67px;margin:0px;padding:0px;
	background-image:url(../img/header_bg.gif);
}
#headerMain	{
	width:800px;height:67px;margin:0px auto 0px auto;padding:0px;
	background-image:url(../img/header_main_bg.jpg);
	background-repeat:no-repeat;
}

/*----- メニュー設定 -----*/
#menu	{
	text-align:left;
	width:790px;height:30px;margin:0px auto 0px auto;padding:0px;
}
#menu em	{
	float:left;
}
#menu01 a{
	display:block;width:113px;height:30px;margin:0px;padding:0px;text-indent:-9999px;
	background:url(../img/mainmenu.gif) top left no-repeat;background-position:0px 0px;
}#menu01 a:hover{
	background-position:0px -30px;
}#menu02 a{
	display:block;width:113px;height:30px;margin:0px;padding:0px;text-indent:-9999px;
	background:url(../img/mainmenu.gif) top left no-repeat;background-position:-113px 0px;
}#menu02 a:hover{
	background-position:-113px -30px;
}#menu03 a{
	display:block;width:113px;height:30px;margin:0px;padding:0px;text-indent:-9999px;
	background:url(../img/mainmenu.gif) top left no-repeat;background-position:-226px 0px;
}#menu03 a:hover{
	background-position:-226px -30px;
}#menu04 a{
	display:block;width:113px;height:30px;margin:0px;padding:0px;text-indent:-9999px;
	background:url(../img/mainmenu.gif) top left no-repeat;background-position:-339px 0px;
}#menu04 a:hover{
	background-position:-339px -30px;
}#menu05 a{
	display:block;width:113px;height:30px;margin:0px;padding:0px;text-indent:-9999px;
	background:url(../img/mainmenu.gif) top left no-repeat;background-position:-452px 0px;
}#menu05 a:hover{
	background-position:-452px -30px;
}#menu06 a{
	display:block;width:113px;height:30px;margin:0px;padding:0px;text-indent:-9999px;
	background:url(../img/mainmenu.gif) top left no-repeat;background-position:-565px 0px;
}#menu06 a:hover{
	background-position:-565px -30px;
}#menu07 a{
	display:block;width:112px;height:30px;margin:0px;padding:0px;text-indent:-9999px;
	background:url(../img/mainmenu.gif) top left no-repeat;background-position:-678px 0px;
}#menu07 a:hover{
	background-position:-678px -30px;
}#menu00	{margin:0px;padding:0px;}

/*----- トップページ -----*/
#topMainImage	{
	width:790px;height:250px;margin:0px auto 5px auto;padding:0px;
}
#topMainImage	{
	vertical-align:bottom;
}
.topInformation	{
	margin:0px;padding:0px 0px 5px 0px;
	border-bottom:1px solid #00CC33;
}
.topInformation p	{
	margin:5px;padding:0px;
}
.topInformation a:link	{
	color:#333333;
	text-decoration:underline;
}
.topInformation a:hover	{
	color:#006600;
	background-color:#CCFFCC;
}
.topInfoNavi	{
	margin:0px;padding:5px;
}
.topBanner	{
	text-align:center;
	margin:10px 0px 10px 0px;padding:0px;
}
.topBanner img	{
	margin:5px 0px 5px 0px;padding:0px;
	vertical-align:bottom;
}

/*----- ブログメニュー設定　-----*/
#blogMenu	{
	margin:0px;padding:0px;
}
#blogMenu01 a{
	display:block;width:200px;height:30px;margin:0px 0px 5px 0px;padding:0px;text-indent:-9999px;
	background:url(../img/blogmenu.gif) top left no-repeat;background-position:0px 0px;
}#blogMenu01 a:hover{
	background-position:-200px 0px;
}
#blogMenu02 a{
	display:block;width:200px;height:30px;margin:0px 0px 5px 0px;padding:0px;text-indent:-9999px;
	background:url(../img/blogmenu.gif) top left no-repeat;background-position:0px -30px;
}#blogMenu02 a:hover{
	background-position:-200px -30px;
}
#blogMenu03 a{
	display:block;width:200px;height:30px;margin:0px 0px 5px 0px;padding:0px;text-indent:-9999px;
	background:url(../img/blogmenu.gif) top left no-repeat;background-position:0px -60px;
}#blogMenu03 a:hover{
	background-position:-200px -60px;
}
#blogMenu04 a{
	display:block;width:200px;height:30px;margin:0px 0px 5px 0px;padding:0px;text-indent:-9999px;
	background:url(../img/blogmenu.gif) top left no-repeat;background-position:0px -90px;
}#blogMenu04 a:hover{
	background-position:-200px -90px;
}
#blogMenu05 a{
	display:block;width:200px;height:30px;margin:0px 0px 5px 0px;padding:0px;text-indent:-9999px;
	background:url(../img/blogmenu.gif) top left no-repeat;background-position:0px -120px;
}#blogMenu05 a:hover{
	background-position:-200px -120px;
}

/*----- フッター設定 -----*/
#footer	{
	height:87px;margin:0px;padding:0px;
	background-image:url(../img/footer_bg.gif);
}
#footerMain	{
	width:800px;;margin:0px auto 0px auto;padding:0px;
	background-repeat:no-repeat;
}
.footerMenu	{
	margin:0px;padding:15px 0px 0px 10px;
}
.footerAddress	{
	text-align:right;
	margin:0px;padding:0px 8px 8px 0px;
}

/*----- 共通設定 -----*/
.pageNaviList	{}
.pageNaviBottom	{}
.pageContent	{}

/*----- 見出し設定 -----*/
h1	{
	margin:10px;padding:0px;
}
h1 img	{
	vertical-align:bottom;
}
h2	{
	margin:0px 0px 5px 0px;padding:0px;
}
h2 img	{
	vertical-align:bottom;
}
h3	{}
h4	{}
h5	{}
h6	{}

/*----- フォント設定 -----*/

a:link		{color:#0000FF;}
a:visited	{color:#0000FF;}
a:hover		{color:#006600;background-color:#CCFFCC;}
a:active	{color:#006600;background-color:#CCFFCC;}

.size1		{font-size:10px;line-height:1.4em;}
.size2		{font-size:12px;line-height:1.4em;}
.size3		{font-size:14px;line-height:1.4em;}
.size4		{font-size:16px;line-height:1.4em;}
.size5		{font-size:18px;line-height:1.4em;}

.colorBlk	{color:#000000;}
.colorGry	{color:#666666;}
.colorWht	{color:#FFFFFF;}
.colorNvy	{color:#000080;}
.colorBlu	{color:#0000FF;}
.colorOlv	{color:#808000;}
.colorGrn	{color:#008000;}
.colorMrn	{color:#800000;}
.colorPpl	{color:#800080;}
.colorRed	{color:#FF0000;}
.colorOrg	{color:#FF6600;}
.colorYlw	{color:#FFCC00;}

.colorBlkBold	{color:#000000;font-weight:bold;}
.colorGryBold	{color:#666666;font-weight:bold;}
.colorWhtBold	{color:#FFFFFF;font-weight:bold;}
.colorNvyBold	{color:#000080;font-weight:bold;}
.colorBluBold	{color:#0000FF;font-weight:bold;}
.colorOlvBold	{color:#808000;font-weight:bold;}
.colorGrnBold	{color:#008000;font-weight:bold;}
.colorMrnBold	{color:#800000;font-weight:bold;}
.colorPplBold	{color:#800080;font-weight:bold;}
.colorRedBold	{color:#FF0000;font-weight:bold;}
.colorOrgBold	{color:#FF6600;font-weight:bold;}
.colorYlwBold	{color:#FFCC00;font-weight:bold;}



