@charset "UTF-8";

/*--------------------------------------------
	1.全体設定
----------------------------------------------*/

*{
	margin:0;
	padding:0;
	}

body {
	margin:0 auto;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:20px;
	color:#000000;
	background:#FFFFFF top center;
	}

a {
	color:#00b057;
	text-decoration:none;
	}
	
#footer a {
	color:#6f6f6f;
	text-decoration:none;
}

#footer a:hover {
	color:#00b057;
	text-decoration:underline;
}

#menu a {
	color:#303030;
	text-decoration:none;
}

#menu a:hover {
	color:#303030;
	text-decoration:none;
}

a:hover {
	color:#00b057;
	text-decoration:underline;
	}
	
a:visited{
	color:#00b057;
	text-decoration:none;
	}

img {
	border:0;
	}

.clear{
	clear:both;
	}

/*--------------------------------------------
	2.基本レイアウト設定
----------------------------------------------*/

#wrapper{
	width:100%;
	margin:0px auto;
	text-align:left;
	background-color: #FFFFFF;
	}
	
/***************2-1.HEADER****************************/

#header{
	width:856px;
	margin:0 auto;
	}
	
#logo{
	float:left;
	width:95px;
	height:95px;
	margin:10px auto;
	}

#logo h1{
	margin:0;
	padding:0;
	}

.headerImage {
	float:right;
	width:396px;
	height:49px;
	margin-top:25px;
	}

/***************2-2.MENU *****************************/

#menu{
	width:100%;
	height:33px;
	margin:0;
	padding:0;
	background:url(../images/bg_menu.png) repeat-x;
	}

#menu ul {
	width:856px;
	margin:0 auto;
	padding:0;
	list-style:none;
	}

#menu li, #menu a {
	margin:0 auto;
	padding:0;
	float:left;
	height:33px;
	display:block;
	}

/*--------------------------------------------
	2-1.ヘッダーメニュー通常
----------------------------------------------*/

#home a{
	background:url(../images/menu_home.png) no-repeat;
	width:111px;
	height:26px;
	padding:7px 0 0 60px;
	}

#about a{
	background:url(../images/menu_about.png) no-repeat;
	width:131px;
	height:26px;
	padding:7px 0 0 40px;
	}

#guide a{
	background:url(../images/menu_guide.png) no-repeat;
	width:131px;
	height:26px;
	padding:7px 0 0 40px;
	}

#qa a{
	background:url(../images/menu_qa.png) no-repeat;
	width:111px;
	height:26px;
	padding:7px 0 0 60px;
	}

#contact a{
	background:url(../images/menu_contact.png) no-repeat;
	width:122px;
	height:26px;
	padding:7px 0 0 50px;
	}

/*--------------------------------------------
	2-2.ヘッダーメニューカーソル
----------------------------------------------*/
							
#home a:hover{
	background:url(../images/menu_home_on.png) no-repeat;
	width:111px;
	height:26px;
	padding:7px 0 0 60px;
	}

#about a:hover{
	background:url(../images/menu_about_on.png) no-repeat;
	width:131px;
	height:26px;
	padding:7px 0 0 40px;
	}

#guide a:hover{
	background:url(../images/menu_guide_on.png) no-repeat;
	width:131px;
	height:26px;
	padding:7px 0 0 40px;
	}

#qa a:hover{
	background:url(../images/menu_qa_on.png) no-repeat;
	width:111px;
	height:26px;
	padding:7px 0 0 60px;
	}

#contact a:hover	{
	background:url(../images/menu_contact_on.png) no-repeat;
	width:122px;
	height:26px;
	padding:7px 0 0 50px;
	}

/*--------------------------------------------
	2-3.ヘッダーメニュークリック後
----------------------------------------------*/
		
#home_on a{
	background:url(../images/menu_home_on.png) no-repeat;
	width:111px;
	height:26px;
	padding:7px 0 0 60px;
	}

#about_on a{
	background:url(../images/menu_about_on.png) no-repeat;
	width:131px;
	height:26px;
	padding:7px 0 0 40px;
	}
		
#guide_on a{
	background:url(../images/menu_guide_on.png) no-repeat;
	width:131px;
	height:26px;
	padding:7px 0 0 40px;
	}

#qa_on a{
	background:url(../images/menu_qa_on.png) no-repeat;
	width:111px;
	height:26px;
	padding:7px 0 0 60px;
	}

#contact_on a{
	background:url(../images/menu_contact_on.png) no-repeat;
	width:122px;
	height:26px;
	padding:7px 0 0 50px;
	}

/***************2-3.FOOTER****************************/

#footer{
	font-size:11px;
	background-color: #f9d4d9;
	color:#6f6f6f;
	width:100%;
	height:45px;
	padding-top:20px;
	}

.footertxt{
	width:856px;
	margin:0 auto;
	text-align:left;
	}
	
/**********************************************************/
.user{
	margin:10px 0;
}

.user table{
	border-collapse:collapse;
	width:95%;
}

.user th{
	padding:6px 10px;
	background-color:#EFEFEF;
	border-top:1px solid #CACACA;
	border-right:2px solid #FFFFFF;
	border-bottom:1px solid #CACACA;
	text-align:left;
}

.user td{
	padding:6px 8px;
	border-top:1px solid #CACACA;
	border-bottom:1px solid #CACACA;
}

div.user p{
	font-weight:bold;
	font-size:14px;
	margin:0 0 12px 0;
}

.fwBold{
	font-weight:bold;
}

.fcRed{
	color:#C00000;
}

.fs10px{
	font-size:10px;
}

.fs14px{
	font-size:14px;
}

.error{
	color:#ff0000;
}