@charset "Shift_JIS";

/************************************************************************/
/*　初期化　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/************************************************************************/
*
{
	margin:0px;
	padding:0px;
	/*font-size:100%;*/
}

body
{
	color:#666;
	background-color:#fff;
	font:9pt "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif;
	text-align:center;
	line-height:1.6;
}

a:link , a:visited
{
	color:#357698;
	text-decoration:underline;
}
a:hover
{
	color:#357698;
	text-decoration:none;
}

.lrMar
{
	margin:0px 5px;
}

.txtMar
{
	margin:15px 5px;
}

.orgtxt
{
	color:#e3ac4c;
}

.bluetxt
{
	color:#387493;
}

.pinktxt
{
	color:#ac56ac;
}

.graytxt
{
	color:#999;
}

.sPot
{
	font-size:8pt;
}
.ssPot
{
	font-size:7pt;
}
.bPot
{
	font-size:12pt;
}

/********** フロート **********/
.flt_l , .flt_r
{
	float:left;
	display:inline;
}

.fltMar_r20
{
	margin-right:20px;
}

.bMar
{
	margin-bottom:25px;
}



/************************************************************************/
/*　コンテナ　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/************************************************************************/
div#container
{
	width:780px;
	margin:0px auto;
	padding:0px;
	text-align:left;
}



/************************************************************************/
/*　ClearFix 　 　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/************************************************************************/
/* IE以外のブラウザ対策 */
.clearfix:after
{ 
	content:"."; 
	display:block; 
	height:0px; 
	clear:both; 
	visibility:hidden; 
} 
/* IE対策 */
.clearfix{
	zoom:100%;
}



/************************************************************************/
/*　ヘッダ　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/************************************************************************/
div#header
{
	width:780px;
}

h1
{
	font-size:16pt;
	padding-top:5px;
}


h2
{
	width:780px;
	font:8pt nomal;
	padding:10px 0px;
}



/************************************************************************/
/*　メインメニュー　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/************************************************************************/
div#mMenu
{
	width:780px;
}

div#mMenu li
{
	list-style-type:none;
	float:left;
	padding:5px 20px 10px 0px;
}



/************************************************************************/
/*　コンテンツ（全体）　　　　　　　　　　　　　　　　　　　　　　　　　*/
/************************************************************************/
div#contents
{
	width:780px;
	margin:10px 0px 15px 0px;
}



/************************************************************************/
/*　レフトコンテンツ　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/************************************************************************/
div#lContents
{
	display:none;
}



/************************************************************************/
/*　メインコンテンツ　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/************************************************************************/
div#mContents
{
	width:602px;
	float:left;
}



/************************************************************************/
/*　フッタ　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/************************************************************************/
div#footer
{
	width:780px;
}

div#footer p
{
	color:#666;
	font:8pt normal;
	padding:18px 20px 0px 0px;
}

div#footer ul
{
	padding:15px 0px 0px 0px;
}

div#footer li
{
	list-style-type:none;
	float:left;
	padding-right:20px;
}

