/* gr_top.css */

body {
text-align:center;
padding:0;
margin:0;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
background-color:#FFFFFF;
}

#content{
	width:760px;
	margin:0 auto;
}	

#header{
 	overflow: hidden;
 	position: relative;
	padding:20px 0 7px 0;
}


#wrapper {
width: 814px;
text-align: left;
background-image:url(../images/line.jpg);
background-repeat:repeat-y;
}
#ft {
width: 814px;
margin: 0 auto;
padding-bottom:63px;
background:url(../images/footer.jpg) no-repeat left bottom;

}

#header_left{
width:230px;
padding:6px 0 5px 11px;
float:left;
}
#header_right{
width:300px;
padding:26px 10px 0 0;
float:right;
}
#mainArea{
width:740px;
border:#999999 1px solid;
margin:30px 10px 30px 0;
padding:30px 0;
}

.ctArea{
width:740px;
margin:0 auto;
padding:20px 0;
font-size:80%;
line-height:150%;
color:#333333;
}
.ic{
	vertical-align:middle;
	padding-right:5px;
	}
.close{
	width:70px;
	margin-left:680px;
	}
h1{
margin:0;
padding:0;
font-size:90%;
line-height:150%;
font-weight:bold;
color:#000066;
}

.tx{
margin-left:30px;
}
/*tableレイアウト*/
.tableset01{
width:450px;
margin:22px 0 0 30px;
border-spacing:0;
border-top:#999999 1px solid;
border-right:#999999 1px solid;
}
	.tableset01 td.nt01{
		background-color:#CCCCCC;
		border-bottom:#999999 1px solid;
		border-left:#999999 1px solid;
		text-align:center;
		padding:5px;
		border-spacing:0;
		}
	.tableset01 td.nt02{
		border-bottom:#999999 1px solid;
		border-left:#999999 1px solid;
		text-align:left;
		padding:5px 10px;
		border-spacing:0;
		}



/*リンク*/
.news_txt{
line-height:150%;	
}
.news_txt a:link{
color:#0000ff;
text-decoration: none;
}
.news_txt a:visited{
color:#993399;
text-decoration: none;
}
.news_txt a:hover{
color:#8c2124;
text-decoration: underline;
}



.floatClear{
clear:both;
overflow:hidden;
}

/*float回避*/
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
