@charset "UTF-8";

/* ***************************************************
* CSS file For osouji-taishi.jp
	FileName: common.css
	data:2009/06/20 kinoshita

■目次 ==========================================
■[01]:ブラウザスタイル初期化
■[02]:基本テキストリンク
■[03]:大枠レイアウト
■[20]:見出し
■[30]:ヘッダー
■[40]:サイドナビ
■[50]:フッター
■[60]:ぱんくず
■[80]:レイアウト指定
■[90]:指定フォント
■[91]:指定リンク
**************************************************** */



/*-----------------------------------------------------------
■[01]:ブラウザスタイル初期化
------------------------------------------------------------*/
/* -------------------------[00]:WinIE用/透過pngの適用 */
.iepngfix {
	behavior: url(/iepngfix.htc);
}

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: #7e7e7e;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	background: url(/img/common/bg_dot.gif) repeat;
}

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: #99734a; text-decoration: none; }
a:visited 	{ color: #99734a; text-decoration: none; }
a:hover 	{ color: #0099ff; text-decoration: underline; }



/*-----------------------------------------------------------
■[03]:大枠レイアウト
------------------------------------------------------------*/

div#container {
	width: 100%;
	margin: 0 auto;
}


div#wrapper {
	width: 662px;
	padding-left: 30px;
}
div#maintd{
	width: 662px;
	text-align: left;
	padding: 0px 19px;
}

div.bgWhiteTop{  height: 15px; background: url(/img/common/bg_white_top.gif) no-repeat left top; clear:both; }
div.bgWhiteBottom{  height: 15px; background: url(/img/common/bg_white_bottom.gif) no-repeat left top; clear:both; }

div.bgWhite{
	background: url(/img/common/bg_white.gif) repeat-y left;
	width: 662px;
	float: left;
}

/* -----------------------------------------------------------
■[20]:見出し
------------------------------------------------------------*/
h2{ margin-bottom : 10px; }
h3{ margin-bottom : 10px; }

/*-----------------------------------------------------------
■[30]:ヘッダー
------------------------------------------------------------*/

/*-----------------------------------------------------------
■[50]:フッター
------------------------------------------------------------*/


/*-----------------------------------------------------------
■[80]:レイアウト指定
------------------------------------------------------------*/
.right { text-align: right;}
.center { text-align: center;}
.left { text-align: left;}
.fLeft{ float: left;}
.fRight{ float: right;}
.mt2{margin-top: 2px;}
.ml15{margin-left: 15px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt0{margin-top: 0px;}
.mb0{margin-bottom: 0px;}
.mb10{margin-bottom: 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*/

.j8{ font-size: 8px;}
.j9{ font-size: 9px;}
/*-----------------------------------------------------------
■[91]:指定リンク
------------------------------------------------------------*/




/*-----------------------------------------------------------
■[**]:藤本追加
------------------------------------------------------------*/
.imeTypeChar {
	ime-mode: disabled;
}
