@charset "shift_jis";

* {
	font-size : 100%;
	_font-size :100%;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	}
		
html {
	height: 100%;
	}
html>/**/body {
	overflow-y:scroll;
	}

body {
	color: #5B5C57;
	font-size: small;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.75em;
	_text-align: center;
/*	background-color:#eee;*/
	margin: 0;
	padding: 0;
	}


h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
	}

p,
li,
dt,
dl {
	line-height: 1.75;
	}

p {
	margin: 0 0 1em 0;
	}

ul li {
	list-style: none;
	}
	
caption {
	text-align: left;
	}
	
img, a img{
	border: none;
	vertical-align: bottom;
	background: transparent;
	}

strong {
	font-weight: bold;
	}
	
fieldset{
	border: none;
	}

a:link {
	color:#06F;
	text-decoration:none;
	}
a:visited {
	color:#39C;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}

/*clr*/
.clr {
	clear:both;
	height:1px;
	visibility:hidden;
	overflow:hidden;
}


/* div frames (on ID)
--------------------------------------- */
#PAGE_CENTER {
	width: 980px;
	_width: 982px;
	margin: 0 auto;
	_text-align: left;
	padding: 0;
	}
	
	#HEADER {
		color:#AAA;
		height:115px;
		clear: both;
		position:relative;
		}
		
	#CONTENTS {
		width:610px;
/*		background-color:#039;*/
		padding-left:70px;
		padding-bottom:40px;
		padding-top:20px;
		_padding-bottom:20px; /*IE bugfix*/
		float:left;
		}
		#PREMAIN{}
		
		#RIGHT_MENU {
			width: 225px;
			float: right;
			margin-right:65px;
			_margin-right:32px;
			}
		
		#MAIN {
			width: 604px;
			}

	
	#FOOTER {
		color:#aaa;
		clear:both;
		text-align:center;
		padding-top:15px;
		margin-top:20px;
	}
	
	
/* ID : HEADER
--------------------------------------- */

#HEADER_LOGO{
	position:absolute;
	left:0px;
	top:22px;
	}

#HEADER_SUBNAVI{
	position:absolute;
	right:0px;
	top:32px;
	}
#HEADER_SUBNAVI a{
	width:115px;
	height:30px;
	display:block;
	float:left;
	text-decoration:none;
	}

#HEADER_SUBNAVI a.subnavi_contact{background-image:url("../images/headerbtn/header_contact.png");}
#HEADER_SUBNAVI a.subnavi_sitemap{background-image:url("../images/headerbtn/header_sitemap.png");}

#HEADER_SUBNAVI .subnavi_contact:hover{background-image:url("../images/headerbtn/header_contact_mo.png");}
#HEADER_SUBNAVI .subnavi_sitemap:hover{background-image:url("../images/headerbtn/header_sitemap_mo.png");}

#HEADER_SUBNAVI a .menu_hidden{
	visibility:hidden;
	}




#HEADER_MENU{
	position:absolute;
	padding:0;
	top:85px;
	width:970px;
	height:49px;
	background-color:#ddd;
	background-image:url("../images/headernavi/header_bg.png");
	background-repeat:repeat-x;
	text-align:center;
	}
#HEADER_MENU a{
	height:49px;
	display:block;
	float:left;
	text-decoration:none;
	}
	
#HEADER_MENU .cat1{
	width:154px;
	background-image:url("../images/headernavi/header.png");
	margin-left:70px;
	_margin-left:35px; /*IE6 bugfix*/
	background-position:-64px 49px ;
	}
#HEADER_MENU .cat2{background-image:url("../images/headernavi/header.png");background-position:-218px 49px ;width:154px;}
#HEADER_MENU .cat3{background-image:url("../images/headernavi/header.png");background-position:-372px 49px ;width:154px;}
#HEADER_MENU .cat4{background-image:url("../images/headernavi/header.png");background-position:-525px 49px ;width:154px;}
#HEADER_MENU .cat5{background-image:url("../images/headernavi/header.png");background-position:-679px 49px ;width:224px;}

#HEADER_MENU a .menu_hidden{
	visibility:hidden;
	}
	
#HEADER_MENU a.cat1:hover{background-image:url("../images/headernavi/header.png");background-position:-64px 0px;}
#HEADER_MENU a.cat2:hover{background-image:url("../images/headernavi/header.png");background-position:-218px 0px;}
#HEADER_MENU a.cat3:hover{background-image:url("../images/headernavi/header.png");background-position:-372px 0px;}
#HEADER_MENU a.cat4:hover{background-image:url("../images/headernavi/header.png");background-position:-525px 0px;}
#HEADER_MENU a.cat5:hover{background-image:url("../images/headernavi/header.png");background-position:-679px 0px;}

#CAT1 #HEADER_MENU .cat1{background-position:-64px 0px;}
#CAT2 #HEADER_MENU .cat2{background-position:-218px 0px;}
#CAT3 #HEADER_MENU .cat3{background-position:-372px 0px;}
#CAT4 #HEADER_MENU .cat4{background-position:-525px 0px;}
#CAT5 #HEADER_MENU .cat5{background-position:-679px 0px;}


/* ID : CONTENTS
--------------------------------------- */
#CONTENTS h1{ /*ページタイトル用*/
	font-weight:bold;
	font-size:140%;
	color:#333;

}

#CONTENTS .page_first_h1{ /*ページはじまり*/
	padding-top:60px;
}


#CONTENTS h2{
	font-weight:bold;
	font-size:120%;
	padding:0.5em 0;
	border-bottom:3px solid #ddd;
	color:#333;
	}
	
#CONTENTS p{
	padding-top:0.9em;
	}




/* ID : FOOTER_MENU
--------------------------------------- */
#FOOTER_MENU{
	letter-spacing:-1px;
	margin-bottom:0.5em;
	border-bottom:1px solid #ddd;
	padding-bottom:8px;
	margin-bottom:8px;
}
#FOOTER_MENU a{
	color:#A4A59D;
	text-decoration:none;
	padding-right:0.5em;
	}
#FOOTER_MENU a:hover{
	color:#666;
	}


/* ID : MAIN_MENU
--------------------------------------- */
#MAIN_MENU{
	background-image:url("../images/mainmenu_space1.png");
	}


/* ID : RIGHT_MENU
--------------------------------------- */
#RIGHT_MENU{
	margin-top:80px; /*IEなぞのバグ IEのほうが正しい解釈？*/
	}

#RIGHT_MENU h3{
	}
	
#RIGHT_MENU ul {
/*	padding-right:30px;*/
	}

#RIGHT_MENU li {
	border: #fff 1px solid;
	margin:0;
	padding:0;
	}

#RIGHT_MENU li a{
	padding:0.7em 0;
	padding-left:1em;
	display:block;
	line-height:1.5em;
	color:#777;
	}
	

#RIGHT_MENU li a.ichiranbtn{
	color:#AAA;
	text-decoration:none;
	display:block;
	padding:15px 5px;
	letter-spacing:0.3em;

	}
#RIGHT_MENU li a:hover{
	color:#333;
	background-color:#ddd;
	text-decoration:none;
	}

#RIGHT_MENU a.inpage{
	color:#fff;
	text-decoration:none;
	background-image:;
	background-color:#ddd;
	}
#RIGHT_MENU a.inpage:hover{
	color:#fff;
	background-color:#ddd;
	}

/* ID : PREMAIN
--------------------------------------- */
#PREMAIN{}

#PREMAIN .margin_s,
#MAIN .margin_s{
	margin-left:30px;
	}
#PREMAIN .margin_m,
#MAIN .margin_m{
	margin-left:52px;
	}


/* ID : MAIN
--------------------------------------- */
#MAIN h2 {
	letter-spacing: 1px;
	}
	#MAIN .h2_paragraph {
		margin: 25px 0 27px 0;
		padding: 0 25px 0 27px;
		}

#MAIN h3 {
	letter-spacing: 1px;
	margin: 0 0 5px 0;
	padding: 0 0 0 12px;
	clear: both;
	}
	#MAIN .h3_paragraph {
		margin: 0 0 15px 0;
		padding: 0 0 0 12px;
		float:left;
		}
		#MAIN .h3_image_vertical {
			padding: 0 0 0 12px;
			float:right;
			}

#MAIN p {
	padding: 0 0 0 2px;
	}
	
	
/* 共通　標準段組み
--------------------------------------- */
.leftpane01{float:left; width:350px; }
.rightpane01{float:right; width:350px; }


/* インタビューページ組み
--------------------------------------- */

.interviewContents b,
.interviewContents strong{padding:;background-color:#FF9;font-weight:normal;}

h3.int_title{font-weight:bold;
/*border-bottom:#6C9 2px solid;*/
}

.head_paragraph{margin-top:2em;padding-top:2em;clear:both;border-top:1px dotted #ccc;}

div.int_photo_right{
	float:right;
	padding:6px;
	margin:1em 0px 24px 24px;
	border:1px solid #ccc;
	width:250px;
	}
div.int_photo_right p{
	padding:0 0 0.5em 0;
	margin:0px;
	line-height:1.25em;
	}
	
