@charset "euc-jp";

/*
---------------------------------------------------------------------
各ページ共通 stylesheet 2009.08
改訂 2010.07
---------------------------------------------------------------------
*/


.serif{
font-family:serif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro";
}

#news br {
display:block;
margin:0 0 20px;
}


h4 > br , h5 > br {
display:block;
margin:-1px !important;
}

.shimpo_tab p > br {
margin:0 !important;
}

.shimpo_tab p:first-line{
font-weight:bold;
padding-left:0px;
margin-left:0px;
}


/* ======SIDE BAR======== */

#sidebar{
float:left;
width:200px;
min-height:500px;
}


/* ========BASIC======== */
* {
	}


body {
	margin:0;
	padding:0;
	letter-spacing:0.3px;
	background:url(../img/body_bg.gif) repeat-x;
	background-color:#ffffff;
	text-align: center;
	font-size:0.8em;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic";
	color:#5E5E5E;

}

/*p {
	font-size:0.85em;
} */

p{
padding:0;
margin:0 0 5px;
}

br {
	letter-spacing:normal;
}

a {
	color:#0172ab;
	text-decoration:none;
}

a:hover {
   color:#0172ab;
   border:0;
}

img {
	border:0;
	vertical-align:bottom;
}

h1,h2,h3,h4 {
	margin:0;
}

span.attention{
	color:#ff0000;
	font-weight:bold;
}


ul , li, ul li{ /*追加*/
margin:0;
padding:0;
list-style:disc inside;
}



li{ /*追加*/
/*list-style-image:url("../img/list.gif");*/
margin:0 0 5px 0;
}


a.red{
color:red;
}




/* ========TEMPLATE LAYOUT======== */
div#top {
	width:920px;
	margin:0 auto;
	background:#FFFFFF;
	border-left:#cccccc solid 1px;
	border-right:#cccccc solid 1px;
	padding:0 10px;
}

div#wrapper {
	width:920px;
	text-align: left;
	min-height:1px;　/* IE 7対策 */
}

/* start: clearfix ------------------------------ */
#wrapper:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#wrapper { display:inline-table; }

/* Hides from Mac IE \*/
* html #wrapper { height:1px; }
#wrapper { display:block; }
/* */
/* end: clearfix ------------------------------ */



div#header {
	position: relative;
	padding: 10px 0;
}

div#search {
font-size:0.8em;
height:60px;
left:240px;
position:absolute;
top:38px;
width:300px;
}

div#menu {
	width:918px;
	margin-bottom: 5px;
}

div#contents {
	clear:both;
	padding-top:5px;
}


 /* --------------追加---------------------- */
div#contents2 {
	width:700px;
	float:left;
	padding-top:5px;
}
 /* --------------/追加---------------------- */
div#totop {
	clear:both;
}

div#footMenu {
	clear:both;
}

div#footer {
	width:920px;
	height:40px;
	clear:both;
	background:#339933;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 a{
	display:block;
	width:225px;
	height:81px;
	background:url(../img/top_rogo.gif) no-repeat;
	text-indent:-9999px;
}

div#header #search {
   margin:0;
/*   font-size:0.75em; */
}

div#flash_banner{
	position: absolute;
	width: 270px;
	height: 81px;
	right: 0;
	top: 10px;
}

.header_pr {
clear:both;
font-size:0.85em;
margin-top:8px;
text-align:right;
}


.header_pr a:hover {
   border-bottom:1px solid #0172ab;
}
/* ========HEADMENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   float:left;
   text-indent:-9999px;
   list-style-type:none;
}

div#menu a{
   display:block;
   width: 153px;
   height: 35px;
   color:#333;
   background:url(../img/menu_navi.gif) no-repeat;
}

div#menu li#menu_home a{
   background-position:0px 0px;
}

div#menu li#menu_home a:hover{
   background-position:0px -35px;
}

div#menu li#menu_news a{
   background-position:-153px 0px;
}

div#menu li#menu_news a:hover{
   background-position:-153px -35px;
}

div#menu li#menu_book a{
   background-position:-306px 0px;
}

div#menu li#menu_book a:hover{
   background-position:-306px -35px;
}

div#menu li#menu_crest a{
   background-position:-459px 0px;
}

div#menu li#menu_crest a:hover{
   background-position:-459px -35px;
}

div#menu li#menu_semi a{
   background-position:-612px 0px;
}

div#menu li#menu_semi a:hover{
   background-position:-612px -35px;
}

div#menu li#menu_cons a{
   background-position:-765px 0px;
}

div#menu li#menu_cons a:hover{
   background-position:-765px -35px;
}

div#menu_sub {
   width:918px;
}

div#menu_sub ul {
   width:918px;
   display:block;
   margin:3px 0;
   padding:0;
   float:left;
   text-align:center;
}

div#menu_sub li {
   display:inline;
/*   font-size:0.76em; */
   list-style-type:none;
   padding:0 6px 0 11px;
   margin:6px 0;
   background: url("../img/header_submenu.gif") no-repeat left center;
   line-height:1.05em;  
}

div#menu_sub li a {
   color:#666;
}

div#menu_sub li a:hover {
   color:#009933;
   position: relative;
   top: 1px;
   left: 1px;
   text-decoration: none;
}

/* ========TOTOP CUSTOMIZE======== */

/* div#totop{
   clear:both;
   height:2em;
} */

/*div#totop p{
	text-align:right;
   margin:0;
   font-size:0.7em;
}*/

div#totop p a {
	text-align:right; /*追加*/
	
   padding-left:8px;
   background: url(../img/bg_totop.gif) 0 50% no-repeat;
}

/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
	clear:both;
}

div#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 10px 0 0;
   text-align:right;
   background:url(../img/bg_dotline.gif) 0 0 repeat-x;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
/*   font-size:0.8em; */
   list-style:none;
}

div#footMenu li a {
   color:#333333;
   padding-left:10px;
   background: url(../img/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address{
   padding:10px 0 0 0;
   font-size:0.7em;
   color:#fff;
   text-align:center;
}
