/* CSS Document */

body{
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}
#maincontent {
	width: 800px;
	border-right-width: 2px;
	border-right-style: groove;
	border-right-color: #CCCCCC;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: ridge;
	border-left-color: #CCCCCC;
}
#header {
	width: 800px;
	float: left;
}
#headerbar {
	height: 184px;
	width: 800px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #090910;
	background-image: url(../image/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}

#headertopbox {
	height: 60px;
	width: 629px;
	border-top-width: 4px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	float: left;
	background-image: url(../image/logo.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}


#content{
	width: 800px;
	float: left;
}

/*ヘッダーメニュー*/
#menubox {
	width: 800px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 36px;
	float: left;
}
ul#menu{
	list-style:none;
	width:800px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
ul#menu li{
	list-style:none;
	float:left;
	width:160px;
}
ul#menu li a{
    display:block;
    width:158px;
    height:36px;
    background-image:url(../image/menu.jpg);
}
#menu a span{
    display:none;
}
a.btn01{
    background-position:0px 0px;
}
a:hover.btn01{
    background-position:0px -36px;
}
a.btn02{
    background-position:-158px 0px;
}
a:hover.btn02{
    background-position:-158px -36px;
}
a.btn03{
    background-position:-316px 0px;
}
a:hover.btn03{
    background-position:-316px -36px;
}
a.btn04{
    background-position:-474px 0px;
}
a:hover.btn04{
    background-position:-474px -36px;
}
a.btn05{
    background-position:-632px 0px;
}
a:hover.btn05{
    background-position:-632px -36px;
}

/*ヘッダーサブメニュー*/
#menu02box {
	height: 30px;
	width: 170px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	display: block;
}
ul#menu02{
	list-style:none;
	width:100%;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
ul#menu02 li{
	list-style:none;
	float:left;
	width:76px;
	margin-top: 8px;
	padding-left: 3px;
}
ul#menu02 li a{
	display:block;
	width:76px;
	background-image:url(../image/menu02.gif);
	height: 13px;
}
#menu02 a span{
    display:none;
}
a.btn01s{
    background-position:0px 0px;
}
a:hover.btn01s{
    background-position:0px -13px;
}
a.btn02s{
    background-position:-78px 0px;
}
a:hover.btn02s{
    background-position:-78px -13px;
}
.copyright {
	width: 450px;
	float: left;
	margin-top: 10px;
	color: #FFFFFF;
}
/*ページトップ・バックボタン*/
.topbackbox {
	width: 160px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	height: 12px;
	float: right;
}
ul#topback{
	list-style:none;
	width:100%;
	display: inline;
	left: 5px;
}
ul#topback li{
	list-style:none;
	float:left;
	width:68px;
	margin-left: 5px;
}
ul#topback li a{
	display:block;
	width:70px;
	height:12px;
	background-image:url(../image/btn_pagtop_back.gif);
	background-repeat: no-repeat;
}
#topback a span{
    display:none;
}
a.top{
    background-position:0px 0px;
}
a:hover.top{
    background-position:0px -12px;
}
a.back{
    background-position:-83px 0px;
}
a:hover.back{
    background-position:-83px -12px;
}


/*フッター*/
#footer {
	height: 28px;
}
#footmenu {
	float: right;
	width: 260px;
	margin-right: 5px;
}
ul#menu03{
	list-style:none;
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;
}
ul#menu03 li{
	list-style:none;
	float:left;
	width:115px;
	margin-top: 0px;
	margin-left: 10px;
}
ul#menu03 li a{
    display:block;
    width:112px;
    height:22px;
    background-image:url(../image/menu03.gif);
}
#menu03 a span{
    display:none;
}
a.footbtn01{
    background-position:0px 0px;
}
a:hover.footbtn01{
    background-position:0px -22px;
}
a.footbtn02{
    background-position:-120px 0px;
}
a:hover.footbtn02{
    background-position:-120px -22px;
}
.textbox {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	width: 450px;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}

/*サブページ*/
.sub_headerbar {

	height: 149px;
	width: 800px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #090910;
	display: block;
	visibility: visible;
	float: left;
}
.titlebox {
	background-image: url(../image/title_bk.jpg);
	height: 59px;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.title_txt {
	font-size: 24px;
	padding-top: 20px;
	float: left;
	padding-left: 10px;
}
.sub_title_txt {
	font-size: 12px;
	float: right;
	padding-top: 35px;
	padding-right: 15px;
}
.content_web {
	width: 650px;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.content_policy {
	width: 650px;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	padding-top: 20px;
	margin-left: 50px;
	margin-bottom: 15px;
}
.content .content_policy .title {
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #FF9900;
	padding-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	line-height: 35px;
	height: 35px;
	padding-right: 10px;
	padding-top: 10px;
}
.content .content_policy .contents {
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	display: block;
	margin-top: 10px;
	margin-left: 35px;
}
#footerbox {
	background-color: #FF9900;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
}
.hyou {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	width: 190px;
	text-align: center;
	vertical-align: middle;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: relative;
	height: 30px;
}
.hyou_right {
	font-size: 12px;
	color: #666666;
	background-color: #CACAFF;
	height: 30px;
	width: 329px;
	margin: 0px;
	float: right;
	padding-right: 5px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: groove;
	border-left-color: #CCCCCC;
	padding-top: 10px;
}
.infobox {
	font-size: 12px;
	color: #000000;
	height: 20px;
	width: 550px;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: double;
	border-bottom-style: groove;
	border-left-style: double;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.infobox_main {
	width: 600px;
	margin-top: 50px;
	margin-left: 70px;
	margin-bottom: 30px;
	visibility: visible;
}

.table_main {
	width: auto;
	padding-top: 10px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.table_l {
	width: 170px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.table_r {
	width: 440px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	vertical-align: bottom;
}
.table_sub {
	width: auto;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF3333;
}
.txt10 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #666666;
	letter-spacing: 1px;
}
.txt_red {
	color: #FF0000;
}

/*シャドウボックス*/

.shadowbox01 {
	background-color: #999999;
	height: auto;
	width: 100%;
	right: -3px;
	bottom: -3px;
	position: relative;
}
.cont {
	padding: 20px;
	width: 95%;
	line-height: 20px;
}

.shadowbox02 {
	background-color: #F9F9F9;
	height: auto;
	width: 100%;
	position: relative;
	right: 3px;
	bottom: 3px;
	border: 1px solid #CCCCCC;
}
#content_top {
	width: 585px;
	color: #666666;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 0px;
}
.whatnew_title {
	font-size: 14px;
	color: #000066;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 4px solid #FF6600;
	padding-top: 10px;
	vertical-align: baseline;
	line-height: 20px;
}
.whatnew_txt_box {
	padding: 3px;
	height: 85px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	overflow: auto;
	font-size: 10px;
}

#banner-box #top-title01{
	background-image:url(../image/title-bk.jpg);
	background-repeat:repeat-x;
	background-repeat:repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	line-height: 30px;
	height: 30px;
	margin: 0px;
	text-indent: 10px;
	padding: 0px;
	display: block;
}
#banner-box #top_txtbox {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 10px;
	color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	line-height: 15px;
}
#banner-box #link_box {
	font-size: 10px;
	background-color: #eeeeee;
	letter-spacing: 1px;
	border: 1px solid #CCCCCC;
	text-align: right;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 3px;
	clear: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Myriad Pro";
	line-height: 20px;
}
.title01 {
	line-height: 24px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #0099FF;
	padding-left: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	padding-right: 20px;
}
#que_box {
	font-size: 12px;
	color: #CC3300;
	margin-top: 10px;
	padding-left: 10px;
	font-weight: bold;
	border-bottom-color: #CC0000;
}
#ans_box {
	font-size: 12px;
	line-height: 17px;
	padding-left: 15px;
	margin-top: 8px;
}
#banner-box {
	width: 275px;
}
#maincontent #content #content_top #banner-box #banner-title {
	background-image: url(../image/title-bk.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #000066;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000066;
}
#maincontent #content #right_box {
	float: right;
	margin-top: 10px;
}
.orange {
	color: #FF9900;
}
#footerbox #add {
	color: #FFFFFF;
	clear: left;
	float: left;
	padding-left: 15px;
}
#copy {
	font-size: 10px;
	margin: 0px;
	text-align: center;
	padding: 0px;
	width: 800px;
	letter-spacing: 1px;
}
