@charset "UTF-8";

/* ***************************************************
* CSS file For 
	FileName: common.css
	data:2009/06/08 yoshii

■目次 ==========================================
■[01]:ブラウザスタイル初期化
■[02]:基本テキストリンク
■[03]:大枠レイアウト
■[20]:見出し
■[30]:ヘッダー
■[40]:サイドナビ
■[50]:フッター
■[60]:ぱんくず
■[80]:レイアウト指定
■[90]:指定フォント
■[00]:その他共通
**************************************************** */



/*-----------------------------------------------------------
■[01]:ブラウザスタイル初期化
------------------------------------------------------------*/
body, div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, form, input, textarea, select, p {
	font-weight: normal;
	font-style: normal;
	margin: 0 auto;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo, sans-serif;
}

body {
	margin: 0 auto;
	padding: 0;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
	text-align: left;
	background-color:#94785b;
}

table, th, td {
	font-size:100%;
	font-style:normal;
}

img,table { border: none; }

img { border: 0px;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; }

ol li {margin: 0;}

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

br { padding: 0px; margin: 0px;}

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

img, div { behavior:url(iepngfix.htc) }

/*-----------------------------------------------------------
■[02]:基本テキストリンク
------------------------------------------------------------*/

a:link 		{ color: #6d5635; text-decoration: none; }
a:visited 	{ color: #6d5635; text-decoration: none; }
a:hover 	{ color: #b6aa9a; text-decoration: underline; }


/*-----------------------------------------------------------
■[03]:大枠レイアウト
------------------------------------------------------------*/
div#Content{
	padding: 13px;
	float:left;
	text-align: left;
}


/* -----------------------------------------------------------
■[20]:見出し
------------------------------------------------------------ */
h1{
	float:right;
	padding: 3px 13px 0 0;
	text-align: right;
	font-size: 12px;
	margin: 0;
}

h2{
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------
■[30]:ヘッダー
------------------------------------------------------------*/
div#Header{
	background:#f3e6c4 url(/top-img/dotted_line.gif) repeat-x left bottom;
	width:830px;
	height:79px;
}

div#Header p#Right{
	width: 613px;
	float: right;
	margin: 17px 0 0;
	text-align: right;
}

div#Header p#Left{
	width: 207px;
	float: left;
	margin: 0;
}

/*-----------------------------------------------------------
■[40]:メインイメージ
------------------------------------------------------------*/

/*-----------------------------------------------------------
■[40]:サイドナビ
------------------------------------------------------------*/
#SideNavi{
	margin:8px 0 5px;
}

/*-----------------------------------------------------------
■[50]:フッター
------------------------------------------------------------*/
div#Footer{
	width:830px;
	clear:both;
	text-align:right;
	background-color:#FFF;
	font-size:10px;
	background:#FFF url(/top-img/dotted_line.gif) repeat-x left top;
	padding:13px 0 7px;
}

div#Footer p#Link{
	margin: 0 9px;
}

div#Footer p#Copyright{
	margin: 40px 9px 0;
}

/*-----------------------------------------------------------
■[60]:ぱんくず
------------------------------------------------------------*/

/*-----------------------------------------------------------
■[80]:レイアウト指定
------------------------------------------------------------*/
.right { text-align: right;}
.center { text-align: center;}
.left { text-align: left;}
.fLeft{ float: left;}
.fRight{ float: right;}
.mt10{margin-top: 10px;}
.pt10{padding-top: 10px;}
.p10{padding: 10px;}
.p15{padding: 15px;}

.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*/

/*** color ***/
.red		{ color: #FF0000; }

/*-----------------------------------------------------------
■[00]:その他共通
------------------------------------------------------------*/
