@charset "utf-8";
/* CSS Document */
/*================================
 BASIC ELEMENT SET
================================*/
html{
	margin: 0;
	padding: 0;
	height: 100%;
	overflow-y: scroll;
	background: #fff;
}

body{
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	font:13px/1.231 'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ', Meiryo, sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
	line-height: 1.4;
}

ul,li{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

a img,img{
	border: 0px;
}

/* link */
a {color: #000;}
a:link {color: #000; text-decoration:none;}
a:visited {color:#000; text-decoration:none;}
a:hover {color: #ccc; text-decoration:none;}
a:active { color:#000; text-decoration:none;}


#body{
	width:860px;
	margin:0 auto;
	padding:0 0 10px;
	clear:both;
}

/*================================
 HEADER
================================*/
#header{
	width: 100%;
	height: 72px;
	margin:0 auto;
}

/* h1 */
#header h1{
	width: 193px;
	height: 21px;
	padding: 0;
	margin: 32px 0 19px; 
/*	text-indent: -10000px;*/
	float:left;
	clear:both;
/*	background:url(../img/common/ttl.gif) left bottom no-repeat ;*/
}

/* header navi */
#header ul#h_navi{
	width: 338px;
	height: 12px;
	padding: 0;
	margin: 41px 0 19px;
	text-indent: -10000px;
	float:right;
}
#header ul#h_navi li{
	padding: 0 35px 0 0;
	float :left;
}
#header ul#h_navi li.right{
	padding-right: 0;
}
#header ul#h_navi li a{
	margin:0;
	padding:0;
	display:block;
    text-indent:-10000px;
    overflow:hidden;
}
#header ul#h_navi li a#h_navi01{
	width:90px;
	height:11px;
	margin:0;
	padding:0;
	background:url(../img/common/h_navi_01.gif) left top no-repeat;
}
#header ul#h_navi li a#h_navi02{
	width:128px;
	height:11px;
	margin:0;
	padding:0;
	background:url(../img/common/h_navi_02.gif) left top no-repeat;
}
#header ul#h_navi li a#h_navi03{
	width:50px;
	height:11px;
	margin:0;
	padding:0;
	background:url(../img/common/h_navi_03.gif) left top no-repeat;
}
#header ul#h_navi li a:hover#h_navi01,#header ul#h_navi li a:hover#h_navi02,
#header ul#h_navi li a:hover#h_navi03{
    background-position:0px -11px;
}


/* global navigation */
ul#g_navi{
	width: 100%;
	height: 56px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

ul#g_navi li{
	width: 118px;
	margin: 0;
	padding: 0 6px 0 0;
	float :left;
}

ul#g_navi li.right{
	padding-right: 0;
}
ul#g_navi li.left{
	padding-right: 5px;
}

/*================================
 MAIN AREA
================================*/

/* main */
#mainArea{
	width: 100%;
	margin:0 auto;
	padding:0;
}

#mainArea h2{
	width: 860px;
	height: 150px;
	margin:0 auto;
	padding:0;
}

/*================================
 CONTENTS AREA
================================*/
#contentsArea{
	width: 100%;
	margin:30px auto 0;
	padding:0;
}

/*==========修正3/9====================*/
/* pankuzu */
ul#crumb{
	margin:0 0 30px;
	padding:0 0 7px 0;
	line-height: 1;
	letter-spacing:0;
	clear:both;
	background:url(../img/common/line_gray.gif) left bottom repeat-x;
}
ul#crumb li{
	margin:0;
	padding:0 7px 0 0;
	color: #f08300;
	font-size:10px;
	font-weight:bold;
	display: inline;
}
ul#crumb li a{
	padding:0 17px 0 0;
	font-weight:normal;
	background: url(../img/common/arrow_crumb.gif) right center no-repeat;
}

*html ul#crumb li a{background-position: right bottom;} /* for ie6 */
*+html ul#crumb li a{background-position: right bottom;}/* for ie7 */

ul#crumb.h14{
	margin:0 0 14px;
}
/*==========修正3/9====================*/

/* back to top */
p.back_top{
	margin:0;
	padding:15px 0 20px;
	float: right;
}
p.back_top a{
	width:114px;
	height:15px;
	margin:0;
	padding:0;
	display: block;
    text-indent:-10000px;
    overflow:hidden;
	background:url(../img/common/back.gif) left top no-repeat;
}
p.back_top a:hover{
    background-position:0px -15px;
}

/*================================
 footer
================================*/
#footer{
	width: 100%;
	margin: 35px 0 0;
	padding: 14px 0 30px;
	border-top: 2px solid #f1edcf;
	clear:both;
}
#footer .copy {
	width: 342px;
	float: left;
}
#footer ul{
	padding:0;
	margin: 0;
	float:right;
}
#footer ul li{
	float :left;
	padding: 0 35px 0 0;
}
#footer ul li.right{
	padding-right: 0;
}
#footer ul li a{
	margin:0;
	padding:0;
	display:block;
    text-indent:-10000px;
    overflow:hidden;
}
#footer ul li a#f_navi01{
	width:80px;
	height:12px;
	margin:0;
	padding:0;
	background:url(../img/common/f_navi_01.gif) left top no-repeat;
}
#footer ul li a#f_navi02{
	width:133px;
	height:12px;
	margin:0;
	padding:0;
	background:url(../img/common/f_navi_02.gif) left top no-repeat;
}
#footer ul li a:hover#f_navi01,#footer ul li a:hover#f_navi02{
    background-position:0px -12px;
}

/*================================
 For IE6.0
================================*/

/*================================
 CLEAR
================================*/
#contentsArea{
	min-height:1%;
}
#contentsArea:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}
* html #contentsArea{/* for IE */
/*\*/height:1%;/* for WinIE */
display:inline-table;/* for MacIE */
}
body*#contentsArea:after{
	content:".";
}
/*-----------------------------*/
