/**
 * Reset
 */

html, body , h1 , h2 , h3 , h4 , h5 , form{
	margin: 0px;
	padding: 0px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body{
	font-family:"MS PGothic","Osaka",Arial,sans-serif;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

a{
	overflow:hidden;
	outline:none;
}

/**
 * clearfix
 */

.clearfix{
	zoom:1; /*for IE 5.5-7*/
}

/* For Modern Browser*/
.clearfix:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* IE-Mac */
.clearfix {
	display: inline-table;
}

/* Hides from IE-mac by back-slash-escaped comment closing \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/**
 * 
 */
 
 /* 共通 */
html,body{
	height:100%;
	font-size:12px;
	color:#333333;
	line-height:115%;
	letter-spacing:1px;
	background:url(../image/common/bg_main.jpg) repeat-x #000000;
}

#Container{
	width:900px;
	min-height:100%;
	height: auto !important;
    height: 100%; /* for ie */
    margin: 0 auto -136px;
	background-color:#FFFFFF;
}

.contents_box{
	width:900px;
	margin:0px auto 5px;
	/*height:300px;
	background:#FFFFFF;*/
}

#Footer, .push {
	height:136px;
}



/* ヘッダー */
#HeadBox{
	width:100%;
	height:108px;
}

.head_flash_area_bg{
	width:100%;
	height:61px;
	background:url(../image/common/bg_head.gif) repeat-x;
}
.head_flash_area{
	width:900px;
	height:60px;
	margin:0;
}

.head_menu_area_bg{
	width:100%;
	height:47px;
	background:url(../image/common/bg_head_menu.gif) repeat-x;
}

.head_menu_box{
	background:url(../images/common/head_bg_menu.jpg) repeat-x;
	height:36px;
}

#HeadMenu{
	float:left;
}

#HeadMenu ul{
    list-style:none;
    /*width:100%;*/
}

#HeadMenu li{
    list-style:none;
    width:auto;
	float:left;
}

/*
#HeadMenu a{
	display:block;   
    text-decoration:none;   
    text-indent:-9999px;   
    width:auto;
}
*/



#HeadMenu a.pagetop{
	background:url(../images/common/head_bt_toppage.png) no-repeat top;
	width:74px;
	height:10px;
	margin-left:15px;
}
#HeadMenu a:hover.pagetop{
	background:url(../images/common/head_bt_toppage.png) no-repeat 0 -10px;
	width:74px;
	height:10px;
	margin-left:15px;
}


/* 内容部分 */

.index_detail_box{
	width:870px;
	margin:0px auto;
}

.detail_box{
	width:800px;
	margin:0px auto;
}

.small_text{
	font-size:10px;
	line-height:115%;
}

.caution{
	color:#FF0000;
}

/* フッター */
#Footer{
	width:100%;
	height:136px;
	margin:0 auto -136px;
}

.foot_area_bg{
	width:100%;
	height:106px;
	background:url(../image/common/bg_foot.gif)
}

.foot_link_box{
	height:37px;
	border-bottom:#1B3C87 1px dashed;
}

.foot_link_box .foot_link{
	color:#FFFFFF;
	width:880px;
	font-size:12px;
	margin:0px auto;
	padding:12px 0 0;
}

.foot_link_box a:link    { color:#FFFFFF}    
.foot_link_box a:visited { color:#CCCCCC}   
.foot_link_box a:hover   { color:#FFCC33} 
.foot_link_box a:active  { color:#FFCC33}
.foot_link_box a{text-decoration:none;}


.foot_address_box{
	width:900px;
	margin:0 auto;
}

.foot_address_box .foot_logo{
	float:left;
	margin:12px 0 0 10px;
}

.foot_address_box .foot_address{
	float:left;
	margin:10px 0 0 10px;
	color:#FFFFFF;
	line-height:125%;
	letter-spacing:0px;
}

.foot_address_box .foot_free_dial{
	float:right;
	margin:12px 10px 0 0;
}

.foot_copyright_bg{
	width:100%;
	height:30px;
	background:url(../image/common/bg_foot_copy.gif)
}

.foot_copyright_box{
	width:350px;
	margin:0 auto;
	padding-top:10px;
}


/*ページトップボタン*/
.footer_page_top{
	height:20px;
	padding:15px 15px 0 815px;
	clear:both;
}

#FooterPageTop ul{
    list-style:none;
    width:100%;
}

#FooterPageTop li{
    list-style:none;
    width:70px;
}

#FooterPageTop a{
	display: block;   
    text-decoration:none;   
    text-indent: -9999px;   
    width:70px;   
    height:16px;
}

#FooterPageTop a.foot_pagetop{
	background:url(../image/common/bt_page_top.gif) no-repeat top;
}
#FooterPageTop a:hover.foot_pagetop{
	background:url(../image/common/bt_page_top.gif) no-repeat bottom;
}

