@charset 'Shift_JIS';

/*タグ初期化*/
*{margin:0;padding:0;}
img{
	border:0;
	vertical-align:top;
}
/*
h3,h4,h5,h6,form,input,select,option{margin:0;padding:0;}
ul,ol,li{margin:0;padding:0;list-style-type:none;}
*/





/******************************************************************************/
/*汎用クラス
/******************************************************************************/

/*汎用テキストクラス*/
.tS{font-size:x-small;}
* html body .tS {font-size:xx-small;}
html>/**/body .tS{font-size /*\**/: xx-small\9;}

.tM{font-size:small;}
* html body .tM {font-size:x-small;}
html>/**/body .tM{font-size /*\**/: x-small\9;}

.tL{font-size:medium;}
* html body .tL {font-size:small;}
html>/**/body .tL{font-size /*\**/: small\9;}

.tB        {font-weight:bold;}
.tN        {font-weight:normal;}
.tGr6      {color:#666;}
.tGr8      {color:#888;}
.tGrA      {color:#aaa;}
.tGrC      {color:#ccc;}
.tWh       {color:#fff;}
.t10       {font-size:10px;}
.t12       {font-size:12px;}
.t14       {font-size:14px;}
.t16       {font-size:16px;}
.t18       {font-size:18px;}
.hS        {line-height:1;}
.hM        {line-height:1.2;}
.hL        {line-height:1.5;}
.hLL       {line-height:2;}
.tR        {text-align:right;}
.tL        {text-align:left;}
.tC        {text-align:center;}
.tCap      {font-size:10px;color:#666;margin-top:3px;}
.vT        {vertical-align:top;}
.vB        {vertical-align:bottom;}
.vM        {vertical-align:middle;}
.vBa       {vertical-align:baseline;}
a          {color:#09f;text-decoration:underline;}
a:hover    {color:#f80;text-decoration:none;}

/*汎用フロートクラス*/
.clear     {clear:both;}
.cLeft     {clear:left;}
.cRight    {clear:right;}
.fLeft     {float:left;}
.fRight    {float:right;}

/*汎用背景色*/
.bgF     {background:#fff;}
.bgE     {background:#eee;}
.bgD     {background:#ddd;}




/******************************************************************************/
/*レイアウト
/******************************************************************************/

body{
	font-family:"Meiryo","ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",sans-serif;
	margin:0;padding:0;
	text-align:center;
	color:#000;
	font-size:12px;
	line-height:1.5;
}

#container{
	width:950px;
	margin:0 auto;
	text-align:left;
	background:#fff;
}
#container:after{content:""; display:block; clear:both;}

#content1{
	width:900px;
	padding:25px;
}
* html body #container{width:950px;}

#content2{
	width:950px;
	padding-bottom:25px;
	background:url(../img/bg_content2.gif);
}
#content3{
	width:900px;
	padding:20px 25px;
}
* html body #container{width:950px;}
