@import url(reset.css);

html {
	scrollbar-face-color:#CC0000;		/*スクロールバー本体の色*/
	scrollbar-highlight-color: #FFFFFF; /*スクロールバー左側（上）の影*/
	scrollbar-3dlight-color: #CC0000;	/*スクロールバーの左側（下）の影*/
	scrollbar-shadow-color: #FFFFFF;	/*スクロールバー右側（上）の影*/
	scrollbar-darkshadow-color: #CC0000;/*スクロールバー右側（下）の影*/
	scrollbar-arrow-color: #FFFFFF;		/*矢印の色*/
	scrollbar-track-color: #CCCCCC;		/*背面の色*/
}

body {
	font-size: small;
	color: #333333;
	/*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
}

img {
	border: none;
	vertical-align: bottom;
}

a:link,
a:visited {
	color: #0000CC;
}

h1 {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	position: absolute;
	top: 77px;
	left: 50%;
	margin-left: -360px;
	z-index: 1;
}

p {
	margin-bottom: 10px;
}
.red {
	color: #FF0000;
}

.Left {
	float: left;
}
.Right {
	float: right;
}

/*** container ********************************************************/

#Container {
	width: 755px;
	height: auto;
	margin: 0px auto;
}



/*** header ********************************************************/

#Header {
	width: 755px;
	height: 72px;
	position: relative;
}

#logo {
	width: 500px;
	height: 72px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#freedial {
	width: 185px;
	height: 35px;
	position: absolute;
	top: 6px;
	right: 0px;
}
#Header p.txt {
	width: 200px;
	height: auto;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	position: absolute;
	top: 41px;
	right: 0px;
}

/*** subNavi ***************************************************************************************/

#subNavi {
	width: 755px;
	height: 20px; 
	background: url(../img/header_bar.gif) no-repeat left top;
	position: relative;
	z-index: 0;
}

#subNavi ul {
	width: auto;
	height: auto; 
	position: absolute;
	top: 4px;
	right: 5px;
	border-left: 1px solid #333333;
}
#subNavi ul li {
	width: auto;
	height: auto;
	font-size: 10px;
	float: left;
	border-right: 1px solid #333333;
}
#subNavi ul li a {
	width: auto;
	height: auto;
	margin: 0px 4px;
}

/*** Navi ***************************************************************************************/

#Navi {
	width: 755px;
	height: 40px;
	background: url(../img/navi_bg.gif) repeat-x top;
	position: relative;
	margin-bottom: 10px;
}
#Navi ul {
	width: auto;
	height: auto;
	position: absolute;
	top: 8px;
	left: 5px;
}
#Navi ul li {
	width: 145px;
	height: 20px;
	float: left;
	margin-right: 3px;
	overflow: hidden;
}
#Navi ul li a {
	width: 145px;
	height: 40px;
	display:block;
	margin-top: -20px;
}
#Navi ul li a:hover {
	margin-top: 0px;
}


/*** Main ***************************************************************************************/

#Main_IMG {
	margin-bottom: 10px;
}


/*** Main ***************************************************************************************/

#Wrapper {
	background: url(../img/main_bg.gif) repeat-y left;
}

#Main {
	width: 590px;
	height: auto;
	float: right;
	margin-bottom:20px;
}

h2 {
	width: auto;
	background: url(../img/headline_bg.gif) repeat-x center;
	color:#0000cc;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#Main .Left {
	width: 320px;
}
#Main .Right {
	width: 260px;
}



.detBox01 {
	background-color: #f0f6fc;
	border: 1px solid #f0f6fc;
	margin-bottom: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.detBox01 p {
	margin: 10px;
}

.plan_btn {
	width: 190px;
	height: 50px;
	overflow: hidden;
	margin-left: 130px;
}
.plan_btn a {
	width: 190px;
	height: 100px;
	display: block;
}
.plan_btn a:hover {
	margin-top: -50px;
}


#News {
	width: 318px;
	height: auto;
	min-height: 100px;
	border: 1px solid #666666;
	margin-bottom: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
* html #News {
	height: 100px;
}
#News h3 {
	width: auto;
	height: auto;
	margin: 15px;
	font-size: 12px;
	font-weight: bold;
}
#News ul {
	width: auto;
	height: auto;
	margin: 15px;
}

#News ul li {
	width: auto;
	height: auto;
	margin-bottom: 3px;
	padding-left: 15px;
	background: url(../img/arrow_blue.gif) no-repeat left top;
}

.detBox02 {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	margin-bottom: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.detBox02 p {
	margin: 10px;
}
.detBox02 ul {
	margin: 5px;
}

.detBox03 {
	border: 1px solid #cc9900;
	margin-bottom: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.detBox03 h3 {
	background-color: #cc9900;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: #FFFFFF;
}
.detBox03 p {
	margin: 10px;
}


/*** Left ***************************************************************************************/

#Left {
	width: 155px;
	height: auto;
	float: left;
	background-color: #F0F0F0;
	margin-bottom:20px;
}

#Left p {
	width: auto;
	height: auto;
	font-size: 10px;
	margin: 5px;
}

#Left p#p01 {
	text-align: center;
}
#Left p#p02 {
	font-size: 12px;
	padding-left: 15px;
	background: url(../img/arrow_blue_right.gif) no-repeat left top;
}
#Left p#p03 {
	padding-left: 15px;
}
#Left p#p04 {
	padding-left: 15px;
	margin-bottom: 20px;
}
#Left p#p05 {
	text-align: center;
	margin-bottom: 20px;
}
#Left p#p06 {
	text-align: center;
	margin-bottom: 0px;
}
#Left p#p07 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}
#Left p#p08 {
	text-align: center;
	margin-bottom: 20px;
}
#Left p#p09 {
	text-align: center;
}
#Left p#p10 {
}
#Left p#p11 {
}


/*** Footer ***************************************************************************************/

#Footer {
	border-top: 1px #CCCCCC solid;
	padding: 10px;
}
#Footer a {
	color: #999999;
	text-decoration: none;
}
#Footer a:hover {
	color: #333333;
	text-decoration: underline;
}

#Footer ul {
}
#Footer ul li {
	float: left;
}
#Footer ul li a {
	display: block;
	font-size: x-small;
	white-space: nowrap;
	border-right: 1px solid #CCCCCC;
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 10px 0px;
	line-height: 1em;
}

#Footer address {
	clear: both;
	font-size: 12px;
	text-align: center;
	padding: 5px;
}

#Footer address a {
	color: #333333;
}


/*** 20090615 追加　（ごくせんキャンペーンバナー） ***************************************************************************************/


.Campaign_gokusen {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px 0px;
}
.Campaign_gokusen p {
	width: 100%;
	height: auto;
	margin: 10px 0px;
}

/*** 20091019 追加　（浦和レッズACTバナー） ***************************************************************************************/


.ACT {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px 0px;
}
.ACT p {
	width: 100%;
	height: auto;
	margin: 10px 0px;
}



























