@charset "EUC-JP";

@import "buttonstyle.css";

*{
/*	border:1px #FF0000 solid;*/
}


/*-------------------------------
ALL
-------------------------------*/
html{
	margin:0;
	height:100%;
}

body{
	margin:0;
	text-align:center;
	height:100%;
	color:#262626;
	font-size:80%;
	line-height:150%;
	background:#fff url(../common-images/siteBg.jpg) repeat-x;
}

a{
	color:#936;
	text-decoration:none;
}
a:hover{
	color:#F03;
}
a:visited{
	color:#936;
}

img{
	border-width:0;
}

ul{
	margin:0;
	padding:0;
}

#wrapper{
	position:relative;
	width:100%;
	max-width:1396px;
	min-height:100%;
	_height:100%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	background-image: url(../common-images/allback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#wrapper2{
	width:928px;
	min-height:100%;
	_height:100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
}

.floatClear{
	clear:both;
	height:0;
	margin:0;
	padding:0;
	font-size:0;
}

/*-------------------------------
ヘッダー
-------------------------------*/
#head{
	width:900px;
	height:180px;
	margin-top:0;
	padding-top:0;
	margin-left:auto;
	margin-right:auto;
}

#menus{
	width:876px;
	height:33px;
	position:absolute;
	top:95px;
	left:11px;
	list-style-type: none;
}

#menus li{
	float:left;
	margin:0;
}

#menus img,#menus a{
	margin:0;
}


/*-------------------------------
コンテンツ
-------------------------------*/
#contents{
	float:left;
	width:623px;
	margin:0;
	mpadding:0;
	margin-left:27px;
	_margin-left:13px;
	text-align:left;
}

.contentsBlock{
	border-width:0 0 0 0;
	border-color:#DDDDDD;
	border-style:solid;
	padding-bottom:20px;
	margin-top:18px;
	margin-left:12px;
	margin-right:12px;
}

.lastBlock{
	border-width:0 0 0 0;
}

.blockImg{
	float:right;
	margin-top:20px;
	margin-left:10px;
	margin-bottom:10px;
}

.pTitle{
	font-size:120%;
	color:#321D48;
	border-width:0 0 1px 0;
	border-color:#aaa;
	border-style:solid;
	padding:5px 3px 0 5px;
	background-color:#DDD;
	width:595px;
	margin-bottom:5px;
}

.pHead{
	margin-right:5px;
}


.contentsSlice{
	width:183px;
	float:left;
	position:relative;
	border-width:1px;
	margin-right:4px;
	padding:5px;
	border:1px #dddddd solid;
}


.sliceTitle{
	padding-top:5px;
	padding-bottom:5px;
	border:1px #dddddd solid;
	border-width:0 0 1px 0;
}
/*-------------------------------
右エリア
-------------------------------*/
#globalInfo{
	float:right;
	width:239px;
	height:239px;
	margin-right:26px;
	_margin-right:12px;
}

#gInfoFrame{
	width:239px;
	height:239px;
	border-width:0;
}


/*-------------------------------
フッター
-------------------------------*/
.footerSpacer{
	height:120px;
	margin:0;
	padding:0;
	font-size:100%;
}

#footer{
	position:absolute;
	bottom:0px;
	width:898px;
	height:90px;
	margin-left:-449px;
	left:50%;
	background-color:#FFFFFF;
	background-image:url(../common-images/footer/footer_bg.gif);
	background-repeat:repeat-x;
	text-align:left;
}

#footer img{
	float:right;
	margin-right:10px;
	margin-top:8px;
}

#footer #icons{
	clear:both;
	margin-top:5px;
	padding-top:5px;
	margin-left:15px;
}


#footer #icons #copyright{
	float:right;
	margin-top:23px;
	margin-right:15px;
}


#footer #icons #gc_logo{
	float:left;
	margin-left:2px;
}

#footer #icons #anv30{
	float:right;
	margin-right:15px;
}

/*-------------------------------
表スタイル
-------------------------------*/
table{
	border-width:0;
}

table td{
	vertical-align:top;
	padding:2px;
}


.tableColor1{
	background-color:#FFF3C8;
	width:100px;
}

.tableLayout1{
	border-collapse:collapse;
	margin-top:10px;
	width:100%;
}

.tableLayout1 td{
	border-spacing:0;
	border:1px #565656 solid;
}


/*-------------------------------
テキストスタイル
-------------------------------*/
.bold{
	font-weight:bold;
}

.small{
	font-size:80%;
}

.red{
	color:#FF0000;
}	

.blue{
	color:#0000FF;
}	

.orange{
	color:#FF3300;
}	

.gray1{
	color:#9C9C9C;
}	
.gray2{
	color:#4B4B4B;
}	
