@charset "utf-8";
/* CSS Document */

/*-------------------------
	全体共通項目
-------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック", Osaka;
	background-color: #CCCCCC;
	color: #333333;
}

img {
	border:none;
}

a {
	color: #FF6600;
}

.cboth {
	clear: both;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.red {
	color: #FF0000;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	padding: 0 20px;
	background-color: #FFFFFF;
}

/*	見出し	*/
h2 {
	width: 620px;
	height: 32px;
	text-indent: -9999px;
	margin-bottom: 1.5em;
	background-repeat: no-repeat;
}



/*-------------------------
	ヘッダー
-------------------------*/

#header {
	width: 980px;
	background-color:#FFFFFF;
	margin: 0 auto;
	padding-top: 13px;
	text-align: left;
}

#header-top {
	width: 940px;
	height: 66px;
	padding: 0 20px;
}
/*	タイトル	*/
#title-box {
	width: 240px;
	height: 60px;
	float: left;
}

#title-box h1 a {
	width: 240px;
	height: 60px;
	display: block;
	text-indent: -9999px;
	background: url(../images/common/logo.gif) no-repeat;
}


/*	ヘッダー内メニュー	*/
#header-menu-box {
	width: 480px;
	float: right;
}

#header-menu-box ul {
	width: auto;
	list-style-type: none;
}
#header-menu-box ul li {
	width: auto;
	height: 13px;
	padding-right: 15px;
	float: left;
	font-size: 12px;
}

#header-menu-box ul li a {
	height: 13px;
	text-indent: -9999px;
	width: auto;
	display: block;
	background-repeat: no-repeat;
}

#header-menu-box ul li.hmenu01 a {
	background-image: url(../images/common/header-menu01.gif);
	width: 62px;
}
#header-menu-box ul li.hmenu02 a {
	background-image: url(../images/common/header-menu02.gif);
	width: 62px;
}
#header-menu-box ul li.hmenu03 a {
	background-image: url(../images/common/header-menu03.gif);
	width: 127px;
}
#header-menu-box ul li.hmenu04 a {
	background-image: url(../images/common/header-menu04.gif);
	width: 82px;
}

#header-menu-box ul li.hmenu05 {
	padding-right: 0;
}

#header-menu-box ul li.hmenu05 a {
	background-image: url(../images/common/header-menu05.gif);
	width: 87px;
}

/*	ヘッダーイメージ	*/
	
#header-image-box {
	clear: both;
	width:980px;
	height: 154px;
}

#header-image-box img {
	vertical-align: top;
}

/*-------------------------
	グローバルナビ
-------------------------*/
#global-navi-box {
	width: 940px;
	height: 49px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
	background: url(../images/common/global-navi_bg.jpg) no-repeat;
}

#global-navi-box ul {
	width: 940px;
	height: 47px;
	list-style-type: none;
}

#global-navi-box ul li {
	width: 188px;
	height: 49px;
	float: left;
}

#global-navi-box ul li a {
	width: 188px;
	height: 49px;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#global-navi-box ul li a:hover {
	background-position: 0 -49px;
}


#global-navi-box ul li.current a {
	background-position: 0 -98px;
}

#global-navi-box ul li.gmenu01 a {
	background-image: url(../images/common/gmenu01.jpg);
}
#global-navi-box ul li.gmenu02 a {
	background-image: url(../images/common/gmenu02.jpg);
}
#global-navi-box ul li.gmenu03 a {
	background-image: url(../images/common/gmenu03.jpg);
}
#global-navi-box ul li.gmenu04 a {
	background-image: url(../images/common/gmenu04.jpg);
}
#global-navi-box ul li.gmenu05 a {
	background-image: url(../images/common/gmenu05.jpg);
}

/*-------------------------
	フラッシュ
-------------------------*/
#flash-box {
	margin: 0 auto;
	width: 940px;
	padding: 0 20px;
	background: url(../images/common/flash_bg.jpg) repeat-x;
	height: 216px;
	vertical-align: bottom;
}

#flash-box img {
	vertical-align: top;
}

/*-------------------------
	パンくずリスト
-------------------------*/

#bread {
	width: 930px;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

/*-------------------------
	メイン
-------------------------*/

#main {
	width: 940px;
	padding: 21px 0 70px;   
	padding-top: 21px;
}


/*-------------------------
	コンテンツ
-------------------------*/

#contents {
	width: 620px;
	float: left;
}

.content {
	width: 620px;
	margin-bottom: 20px;
}

.text-box {
	width: 590px;
	margin: 0px 14px 0px 0px;
}

.pagetop {
	line-height: normal;

}

.pagetop a {
	display: block;
	text-indent: -9999px;
	background: url(../images/common/pagetop.gif) no-repeat;
	width: 77px;
	height: 12px;
	float:right;
	font-size:9px;
	margin: 20px 0;
}

/*-------------------------
	サイドバー
-------------------------*/

#sidebar {
	width: 300px;
	float: right;
}

#sidebar #top-box {
	width: 262px;
	background: url(../images/common/sidebar/top-box_bg.gif) left top no-repeat #4f9aff;
	color: #FFFFFF;
	padding: 46px 19px 19px;
	margin-bottom: 20px;
}

#sidebar #top-box p#headline01,
#sidebar #top-box p#headline02 {
	background-repeat: no-repeat;
	width: 262px;
	height:19px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#sidebar #top-box p#headline01 {
	background-image: url(../images/common/sidebar/top-box_headline01.gif);
}
#sidebar #top-box p#headline02 {
	background-image: url(../images/common/sidebar/top-box_headline02.gif);
}

#sidebar #top-box p#reg-btn,
#sidebar #top-box p#consul-btn {
	width: 236px;
	margin: 0 auto;
	height: 47px;
	margin-bottom: 10px;
}

#sidebar #top-box p#reg-btn a,
#sidebar #top-box p#consul-btn a {
	background-repeat: no-repeat
	width: 236px;
	height: 47px;
	text-indent: -9999px;
	display: block;
}


#sidebar #top-box p#reg-btn a {
	background-image: url(../images/common/sidebar/register_button.jpg);
}

#sidebar #top-box p#consul-btn a {
	background-image: url(../images/common/sidebar/consulting_button.jpg)
}

#sidebar #top-box p#reg-btn a:hover,
#sidebar #top-box p#consul-btn a:hover {
	background-position: 0 -47px;
}

#sidebar #top-box p#tel-num {
	background: url(../images/common/sidebar/tel-number.gif) no-repeat;
	width: 262px;
	height: 100px;
	margin-bottom: 14px;
}
#sidebar #top-box p#tel-num span {
	display: none;
}
#sidebar #top-box #qr-box {
	width: 260px;
	padding: 0 1px;
}
#sidebar #top-box #qr-box img {
	float: right;
}

#sidebar #top-box #qr-box div {
	width: 157px;
	float: left;
	line-height: 1.5em;
	font-size: 12px;
}

#sidebar #top-box #qr-box p#mobile-site {
	background: url(../images/common/sidebar/mobile-site.gif) no-repeat;
	width: 92px;
	height: 13px;
	text-indent: -9999px;
	margin-bottom: 10px;
	line-height: normal;
}

#sidebar #banner-box img {
	margin-bottom: 20px;
}

#sidebar #ssl {
	float: left;
	padding-right: 3px;
}

#sidebar #ssl-tex {
	font-size: 10px;
	line-height: 1.2em;
}

/*-------------------------
	ボトムメニュー
-------------------------*/
#bottom-menu-box {
	width: 940px;
	height: 102px;
	border-top: 1px solid #e5e5e5;
	padding: 17px 20px 0;
	margin: 0 auto;
	text-align: left;
	background-color: #F5F5F5;
}

#bottom-menu-box p#title {
	background: url(../images/common/index_image.gif) no-repeat;
	width: 110px;
	height: 14px;
	text-indent: -9999px;
	padding-left: 6px;
	margin-bottom: 15px;
}

#bottom-menu-inner {
	width: 931px;
	padding-left: 9px;
}

#bottom-menu-inner ul {
	list-style-type: none;
	width: auto;
}

#bottom-menu-inner li {
	background: url(../images/common/bottom-menu-marker.gif) no-repeat left center;
	height: 26px;
	padding-left: 14px;
	font-size: 12px;
}

#bottom-menu-inner li a {
	color:#000000;
	text-decoration: none;
	line-height: 26px;
}

#bottom-menu-inner .bottom-menu-subbox {
	float: left;
	height: 52px;
	width: auto;
}
#bottom-menu-inner .sub01 {
	padding-right: 55px;
	width: 100px;
}

#bottom-menu-inner .sub02 {
	padding-right: 93px;
	width: 86px;
}

#bottom-menu-inner .sub03 {
	padding-right: 52px;
	width: 150px;
}

#bottom-menu-inner .sub04 {
	padding-right: 50px;
	width: 123px;
}
#bottom-menu-inner .sub05 {
	width:147px;
}


/*-------------------------
	フッター
-------------------------*/

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 0 20px;
	height: 44px;
	text-align: right;
	background-color: #438ff6;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 30px;
}
.add_h1{
	font-size:10px;
	padding:2px 20px 2px 25px;
	margin:0px;
	text-align:left;
	font-weight:normal;
	color:#666666;
	display:inline;

}
.add01{
	font-size:12px;
	padding:2px 0px;
	width:270px;
	float:none;
}

.add02{
	font-size:10px;
	text-align:right;
	color:#666666;
	padding-right:20px;
	padding-top:2px;
}
.add02 a{
	text-decoration:none;
	
}
