
/* ***************************************************
* CSS file For jem-com.jp
	FileName: common.css
	data:2008/08/20 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: #666666;
	font-size: 12px;
	line-height: 18px;
	background: url(/common/bg_top.gif) repeat-x #fff8d1;
}

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;
}

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;
	text-align: center;
	background: url(/common/bg.gif) repeat-y center  ;
}

div#wrapper {
	width: 100%;
	background: url(/common/bgbg.gif) no-repeat center top ;
}

div#main_td {
	text-align: left;
	width: 760px;
	background-color: #fff;
	padding-bottom: 30px;
	position: relative;
}

div#InBox{
	width: 590px;
	padding-top: 70px;
	float: left;
	margin-left : 14px;

}
div#InBox2{
	width: 590px;
	float: left;
	margin-left : 14px;

}

div#InBox h3{
	position: absolute;
	top: 0px;
	right: 0px;
}

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

/*-----------------------------------------------------------
■[30]:ヘッダー
------------------------------------------------------------*/
div#header {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: url(/common/bg_header.gif) repeat-x top;
}

.header_left {
	width: 495px;
	float: left;
}
.header_right {
	width: 265px;
	height:75px;
	float: right;
}
.contactbar{
		position: relative;
		width:265px;
		height:75px;
		clear: both;
		margin-top: 0px;
}
a.contactbar2 {
		position: absolute;
		top: 25px;
		left: 165px;
		width: 90px;
		height: 35px;
}


/********** --メインナビゲーション **********/
#mainNvg {
	width: 100%;
	height: 28px;
}

#mainNvg ul {
	list-style:none;
}

#mainNvg li {
	height: 28px;
	display: inline;
}



/*-----------------------------------------------------------
■[40]:サイドナビ
------------------------------------------------------------*/
#sideNvg {
	width: 148px;
	float: left;
}
p.sideTop{
	width: 148px;
	height: 20px;
	background-color: #ffe0b2;
}

#sideNvg ul {
/* 	list-style:none;
 */}

#sideNvg li {
	display:inline;
}

p.sideBottom{
	width: 148px;
	border-top: 1px solid #FFF;
	background: url(/common/bgside_bottom.gif) repeat-x;
	height: 35px;
}

p.banaBlog{
	height: 55px;
	padding-top: 3px;
}

/*-----------------------------------------------------------
■[50]:フッター
------------------------------------------------------------*/

div#footer {
	width: 760px;
	height: 50px;
	padding: 0px;
	text-align: center;
	background: url(/common/bg_footer.gif) repeat-x;
}

div#footer p{
	padding-top: 29px;
}



/*-----------------------------------------------------------
■[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;}
.mt20{margin-top: 20px;}
.mt10{margin-top: 10px;}
.mt5{margin-top: 5px;}
.mb10{margin-bottom: 10px;}
.pt10{padding-top: 10px;}
.p10{padding: 10px;}
.p10lr{padding: 0px 10px;}
.p15{padding: 15px;}


/*-----------------------------------------------------------
■[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*/

.j8{ font-size: 8px;}
.j9{ font-size: 9px;}
/*-----------------------------------------------------------
■[91]:指定リンク
------------------------------------------------------------*/


