/* 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:#000000;
	font-size:62.5%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	line-height:1.5;
	text-align:center;
	background-color: #FCFCFC;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*縦スクロールバーを常に表示*/
html {
	overflow-y:scroll;
}

/*見出し1は表示しない*/

h1 {
	display:none;
}


/************** 装飾関連 **************/

.red {
	font-weight:bold;
	color:#FF0000;
}

.blue {
	font-weight:bold;
	color:#0000FF;
}

.wide {
	letter-spacing:0.2em;
}

h4.midashi_middle {
	font-size:22px;
	font-weight:bold;
	color:#FF00FF;
	margin-bottom:10px;
	padding: 5px;
	background-color:#FFFFCC;
}

h4.midashi_middle2 {
	font-size:18px;
	font-weight:bold;
	color:#990000;
	border-bottom:dotted 1px #666666;
	margin-bottom:10px;
}

h4.midashi_middle3 {
	font-size:20px;
	color:#666666;
	text-align:center;
	margin-bottom: 10px;
}

h4.midashi_middle4 {
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
}

h4.gotop {
	font-size:12px;
	color:#0000FF;
	text-align:right;
	margin: 10px 0px;
}


/************** サイト構成 **************/


/* サイト外枠 */
#content {
	width:924px;
	background-image:url(../img/back.jpg);
	background-repeat:repeat-y;
	margin: 10px auto;
}

/* 904pxの内枠 */
#wrap {
	margin:0px 10px;
	text-align:left;
}

#counter {
	width:924px;
	text-align:right;
	margin: 10px auto;
}

/* メインコンテンツ */

#main_content {
	width:904px;
	background-image: url(../img/back_main_content.gif);
	background-repeat: repeat-y;
}

