@charset "UTF-8";

/* ***************************************************
* CSS file For jem-com.jp
	FileName: common.css
	data:2008/03/25 kinoshita

■目次 ==========================================
■[01]:ブラウザスタイル初期化
■[02]:基本テキストリンク
■[03]:大枠レイアウト
■[20]:見出し
■[30]:ヘッダー
■[40]:サイドナビ
■[50]:フッター
■[60]:ぱんくず
■[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;
	margin: 0 auto;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	background: url(/common/bg.gif) repeat-y center #bfca72;
}

img,table { border: none;}

img { border: 0px;}

h1,h2,h3,h4,h5,h6,p,form,ul,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul { list-style: none; }

ol li {margin: 0;}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	padding: 0;
	margin: 0px;
}

br { padding: 0px; margin: 0px;}

/*-----------------------------------------------------------
■[02]:基本テキストリンク
------------------------------------------------------------*/

a:link 		{ color: #666666; text-decoration: underline; }
a:visited 	{ color: #666666; text-decoration: underline; }
a:hover 	{ color: #666666; text-decoration: underline; }



/*-----------------------------------------------------------
■[03]:大枠レイアウト
------------------------------------------------------------*/

div#container {
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	background: url(/common/bg_top.gif) no-repeat center top;
}

div#mainBox{
	width: 780px;
	padding: 35px 0px 0px 0px;
	color: #e46c49;
	color: #fff;
	position: relative;
}

div.W720{
	width: 720px;
	margin: 0px 30px;
}
p.Gline{
	width: 780px;
	height: 8px;
	background: url(/common/bg_line.gif) no-repeat center bottom;
}

p.homeBack{
	position: absolute;
	top: 23px;
	right: -4px;
}

/* -----------------------------------------------------------
■[20]:見出し
------------------------------------------------------------
 */

/*-----------------------------------------------------------
■[30]:ヘッダー
------------------------------------------------------------*/
div#header {
	width: 760px;
	height: 199px;
}

h1{
	color: #660000;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 10px;
	height: 18px;
}

h2{
	text-align: center;
	padding-bottom: 24px;
}

h3{
	padding-bottom: 15px;
}

h4{
	padding: 0px 0px 10px 0px;
}

h5{
	padding: 0px 0px 5px 0px;
}

/*-----------------------------------------------------------
■[40]:
------------------------------------------------------------*/
#mainNvg {
	width: 760px;
}

#mainNvg ul {
	clear: both;
}

#mainNvg li {
	float: left;
}



/*-----------------------------------------------------------
■[50]:フッター
------------------------------------------------------------*/
div#footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #c2a19a;
	background-color: #671402;
	font-size: 12px;
	line-height: 24px;
	padding-top: 6px;
}

div#footer a:link 		{ color: #c2a19a; text-decoration: none; }
div#footer a:visited 		{ color: #c2a19a; text-decoration: none; }
div#footer a:hover 		{ color: #FFF; text-decoration: underline; }

div#footer span{
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 1px;
}

div#footer img{
	padding-bottom: 4px;
}

.Pagetop{
	text-align: right;
	padding-top: 40px;
	padding-right: 30px;
}

.dot{
	background: url(/common/dot.gif) repeat-x;
	height: 1px;
}

p.line{
	background: url(/common/line.gif) repeat-x;
	height: 5px;
}



/*-----------------------------------------------------------
■[60]:ぱんくず
------------------------------------------------------------*/
div#TopicPath {
	font-size: 10px;
	color: #eea5b8;
	margin-bottom : 15px;
	text-align: left;
}
div#TopicPath a:link,div#TopicPath a:visited {color: #eea5b8; text-decoration: underline;}
div#TopicPath a:hover {color: #e5718d; text-decoration: underline;}
div#TopicPath strong {color: #e5718d; font-weight: normal;}


/*-----------------------------------------------------------
■[80]:レイアウト指定
------------------------------------------------------------*/
.right { text-align: right;}
.center { text-align: center;}
.left { text-align: left;}
.fLeft{ float: left;}
.fRight{ float: right;}
.mt2{margin-top: 2px;}
.mt10{margin-top: 10px;}
.pt4{padding-top: 4px;}
.pt10{padding-top: 10px;}
.pr4{padding-right: 4px;}

.bgFF0000{ background-color: #FF0000; }

/*-----------------------------------------------------------
■[90]:指定フォント
------------------------------------------------------------*/
.xxx-large { font-size:200%;    line-height:150%; } /*32px*/
.xx-large  { font-size:150%;    line-height:150%; } /*24px*/
.x-large   { font-size:131.25%; line-height:150%; } /*21px*/
.large     { font-size:112.5%;  line-height:150%; } /*18px*/
.mid       { font-size:100%;    line-height:150%; } /*16px = 12pt*/
.small     { font-size:80.0%;   line-height:150%; } /*12px*/
.x-small   { font-size:62.5%;   line-height:150%; } /*10px*/
.xx-small  { font-size:56.25%;  line-height:150%; } /*9px*/

/*-----------------------------------------------------------
■[91]:指定リンク
------------------------------------------------------------*/


