@charset "shift-jis";

/* -------------------------------------------------------
	* Date : 2006-10
	* Last Update : 2006-10
	* File : base.css
	* Copyright (c) Goen Marushin Corporation.All rights reserved
------------------------------------------------------- */

/*

	*01 reset
	*02 link
	*03 base
	*04 top
	*05 footer

*/

/*-----------------------------------------------
	*01 reset
-------------------------------------------------*/



h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}

ul,li,ol,dl,dt,dd,p,div,form{
	margin:0px;
	padding:0px;
}

li{
	list-style:none;
}

table,td,th{
	font-size:12px;
	color:#333;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

textarea,input{
	font-size:12px;
	color:#333;
}

.clear{
	clear:both;
	font-size:1%;
	line-height:1%;
}

address{
	font-style:normal;
}

img{
	margin:0px;
	padding:0px;
	border:none;
	vertical-align:top;
}

a img{
	border:none;
}

/*-----------------------------------------------
	*02 link
-------------------------------------------------*/

a{text-decoration: underline;}
a:link,a:visited{color: #E53708;}
a:hover, a:active{color: #E53708;}
#info a:link,#info a:visited{color: #D72200;}
#info a:hover, #info a:active{color: #FEA000;}

/*-----------------------------------------------
	*03 base
-------------------------------------------------*/


body {
	margin: 0px;
	padding: 0px 0px 30px;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #666;
	text-align: center;
	background: #BA3319 url(../img/bg.gif) repeat-x left top;
}

#container{
	width:760px;
	margin:0px auto;
	text-align:left;
}


#gnavi{
	width:760px;
}

#gnavi li{
	float:left;
}

/*------------------------------
goen add (2013/06/05) by sakana
--------------------------------*/
#bpanel{
	width:760px;
}

#bpanel li{
	float:left;
}

#header {
   margin:0 auto;
   padding:0px;
   width:760px;
   height:313px;
   overflow:hidden;
   position:relative;
   list-style:none;
}

#header ul {
   list-style:none;
   margin:0;
   padding:0;
}

#header li {
   position:absolute;
   background:#fff;
}


/*-----------------------------------------------
	*04 top
-------------------------------------------------*/

#top_wrap{
	border-left:1px solid #515151;
	border-right:1px solid #515151;
	background: #fff url(../img/top/top_wrap_bg.gif) repeat-x;
}

#top_wrap p{
	margin:0px 15px 5px;
}

#top_wrap .right{
	width:355px;
	margin-right:15px;
	float:right;
	margin-bottom:18px;
	display:inline;
}

#top_wrap .left{
	width:355px;
	float:left;
	margin-left:15px;
	margin-bottom:18px;
	padding-top:12px;
	display:inline;
}

#top_wrap .right ul{
	width:355px;
}

#top_wrap .right ul li.menu_l{
	padding-bottom:5px;
}

#top_wrap .right ul li.menu_s{
	float:left;
}

#top_wrap #info{
	margin-bottom:25px;
	width:355px;
}

#top_wrap #info p{
	margin:0px 0px 2px;
}

#top_wrap #info td{
	height:24px;
	padding-left:10px;
	line-height:1.6em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background: url(../img/info_bg.gif) no-repeat left bottom;
}

#top_wrap #info td.arrow,
#top_wrap #info td.date{
	vertical-align:top;
	white-space:nowrap;
	line-height:1.9em;
	padding-left:5px;
}

#top_wrap #info td.arrow{
	width:15px;
}

#top_wrap #info td.date{
	width:40px;
	white-space: nowrap;
}

#top_wrap #info td.arrow img{
	margin-top:4px;
}

#top_wrap .left ul.group {
	height:73px;
	padding-left:8px;
	background: url(../img/top/top_menu_bg.gif) no-repeat;
}

#top_wrap .left ul.group li{
	float:left;
	margin-top:21px;
	margin-right:5px;
	display:inline;
}

#bnr_area{
	width:758px;
	padding-top:9px;
	background: url(../img/top/top_bnr_bg.gif) repeat-x;
}

#bnr_area dl{
	float:left;
	width:240px;
	color:#444;
	margin-bottom:10px;
	margin-right:4px;
}

#bnr_area dl.bnr_hormone{
	margin-left:15px;
	display:inline;
}

#bnr_area dd{
	padding:0px 5px;
	font-size:10px;
	line-height:1.4em;
}

/*-- *新規追加 --*/

#photo02{
	width:205px;
	background-image: url(../img/photo02.gif);
	background-position: right bottom;
	height: 160px;
	background-repeat: no-repeat;
	padding-right: 150px;
	margin-top: 10px;
}
/*-----------------------------------------------
	*05 footer
-------------------------------------------------*/

#footer{
	width:760px;
	clear:both;
}

/*-----------------------------------------------
	*GOEN
-------------------------------------------------*/
.goen{
	color: #FFF;
	background-color: #CC0033;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-indent: 10px;
	margin-bottom: 5px;
}
