/* CSS Document */

/* スタイルの初期化 */
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,th,td{
	margin:0;
	padding:0;
	text-decoration: none;
	font-style:normal;
	}

/* 好みによって値指定------------
	font-weight:
	vertical-align:
----------------------------------------*/

table{
	border-collapse:collapse;
	border-spacing:0;
	}

/* 好みによって値指定------------
	caption, th{
		text-align:left;
		}
----------------------------------------*/	
	
ol,ul{
	list-style:none;
	}

fieldset,img{
	border:0;
	}	
	
select option{
	padding:0 5px;
	}	

form label{
	cursor:pointer;
	}

body{
	color:#585858;
	font-size:62.5%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	line-height:normal;
	text-align:center;
	background-color: #FCFCFC;
}

/* クリアフィックス */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* MacIE begin \*/
*html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

/* MacIE end */

/*縦スクロールバーを常に表示*/
html {
	overflow-y:scroll;
}

/*見出し1は表示しない*/

h1 {
	display:none;
}

/************** サイト構成 **************/


/* サイト外枠 */
#content {
	width:924px;
	background-image:url(../img/back.png);
	background-repeat:repeat-y;
	margin: 0 auto;
}

/* 904pxの内枠 */
#wrap {
	width:904px;
	margin:0px 10px;
}

/* メインコンテンツ */

#main_content {
	width:904px;
	margin: 10px 0px;
}

/* 装飾 */
.red {
	color:#ff0000;
	font-weight:bold;
}
