@charset "UTF-8";

/* ***************************************************
* CSS file For
	FileName: common.css

■目次 ==========================================
■[01]:ブラウザスタイル初期化
■[02]:基本スタイル
■[03]:大枠レイアウト
■[20]:見出し
■[30]:ヘッダー
■[40]:フッター
■[50]:サイドメニュー
■[60]:中P共通部分
■[70]:ぱんくず
■[80]:レイアウト指定
■[90]:指定フォント
■[91]:指定リンク
**************************************************** */


/*-----------------------------------------------------------
■[01]:ブラウザスタイル初期化
------------------------------------------------------------*/

body, div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, form, input, textarea, p {
	font-weight: normal;
	font-style: normal;
}

img,table {
	border: none;
}

img {
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6,p,form,ul,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul {
	list-style: none;
}


/* -- clear float -- */ 
.LRSplit { 
    min-height:0; 
    display: inline-table; 
} 
.LRSplit:after{ 
    content:"."; 
    display:block; 
    height:0; 
    clear: both; 
    visibility:hidden; 
} 
/* \*/ 
* html .LRSplit {height:0;} 
.LRSplit{display: block;} 
/* */ 
/* -- end clear float -- */

/*-----------------------------------------------------------
■[02]:基本スタイル
------------------------------------------------------------*/

body {
	text-align: center;
	color: #040000;
	margin: 0px;
	padding: 0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', sans-serif;
	background: #D3D3D4 url(/img/common/bg.gif) repeat-x left top;
}


a:link {
	color: #a55151;
	text-decoration: underline;
}
a:visited {
	color: #a55151;
	text-decoration: underline;
}
a:hover {
	color: #8f7373;
	text-decoration: underline;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.Mg_b10 { margin-bottom: 10px; }
.Mg_b15 { margin-bottom: 15px; }
.Mg_b20 { margin-bottom: 20px; }
.Mg_b25 { margin-bottom: 25px; }
.Mg_b30 { margin-bottom: 30px; }
.Mg_b35 { margin-bottom: 35px; } 
.Mg_t15 { margin-top : 15px; }
.font10 { font-size: 10px; line-height: 14px; }

	/* text */
	.TXTleft {text-align: left;}
	.TXTright {text-align: right;}
	.TXTcenter {text-align: center;}

/*-----------------------------------------------------------
■[03]:大枠レイアウト
------------------------------------------------------------*/

div#Container {
	width: 644px;
	text-align: left;
	margin: 0 auto;
}



/*-----------------------------------------------------------
■[20]:見出し
------------------------------------------------------------*/

h1 {
	color:#231815;
	font-size:10px;
	font-weight:bold;
	margin:0;
}

h2 {
	margin: 0;
	padding: 0;
}


/*-----------------------------------------------------------
■[30]:ヘッダー
------------------------------------------------------------*/
div#Header {
	background:#FFF url(/img/common/contents_bg.gif) repeat-y scroll left top;
	width:644px;
	height: 96px;
}

div#Header div#HLeft{
	float:left;
	padding:14px 0 0 12px;
	width: 235px;
}

div#Header div#HRight{
	float: right;
	padding:23px 12px 0 0;
	width:385px;
}

div#Header div#Nav{
	clear: both;
}

div#Header div#Nav ul {
	text-align: left;
	margin-left : 2px;
	width: 641px;
	height: 35px;
	padding:12px 0 4px;
	background: url(/img/common/nav_border.gif) repeat-x 0 43px;
}

div#Header ul li{
	display: inline;
	float: left;
	padding: 0 1px 0 0;
}


div#Header ul li#Nav01{
	width: 72px;
}

div#Header ul li#Nav02{
	width: 85px;
}

div#Header ul li#Nav03{
	width: 128px;
}

div#Header ul li#Nav04{
	width: 112px;
}

div#Header ul li#Nav05{
	width: 77px;
}

div#Header ul li#Nav06{
	width: 73px;
}

div#Header ul li#Nav07{
	width: 88px;
}

div#Header ul li.navRight {
	padding: 0;
}

/* div#Header ul li a:link { color: #fff; font-weight: bold; text-decoration: none; }
div#Header ul li a:visited { color: #fff; font-weight: bold; text-decoration: none; }
div#Header ul li a:hover { color: #fff; font-weight: bold; text-decoration: underline; } */


/* パンくず */
div#Topicpath {
	text-align: right;
	margin: 5px 14px 7px 0;
	font-size: 12px;
	font-weight: bold;
	color: #0066cc;
	/* display: inline; */
	width: 630px;
}
div#Topicpath a:link { font-weight: normal; color: #0066cc; border-bottom: 1px #d27a51 solid;	text-decoration: none; }
div#Topicpath a:visited { font-weight: normal; color: #0066cc; border-bottom: 1px #d27a51 solid; text-decoration: none; }
div#Topicpath a:hover { font-weight: normal; color: #0066cc; border-bottom: 1px #d27a51 solid; text-decoration: none; }

/*-----------------------------------------------------------
■[40]:フッター
------------------------------------------------------------*/
div#Footer {
	text-align: center;
	width: 644px;
	margin: 0 auto;
	clear: both;
	font-weight: bold;
	color: #fff;
	background: url(/img/common/footer_bg.gif) repeat-x left top;
	height: 31px;
	font-size: 10px;
	padding: 5px 0 0 0;
}

div#Footer a:link {color: #fff; text-decoration: underline;}
div#Footer a:visited {color: #fff; text-decoration: underline;}
div#Footer a:hover {color: #fff; text-decoration: underline;}
.pt5{ padding-top: 5px; }
.pt10{ padding-top: 10px; }
.fLeft{float: left; }
.fRight{float: right; }
.Cnter{text-align: center; }
