﻿@charset "UTF-8";

/********************************************************************
 * initialize
 * 
 *******************************************************************/

html:first-child * { /* for Opera hack */
	font-size: 0.97em;
	line-height : 120%;
}

* {
	padding : 0px;
	margin : 0px;
	text-indent : 0px;
	line-height : 100%;
	font-size:98%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック','メイリオ',Meiryo,Verdana,sans-serif;
	color:#000000;
}

hr {
	display : none;
}

a{color:#007BC2;}
a:link {text-decoration:underline;color:#007BC2;}
a:active {text-decoration:underline;color:#F73B6B;}
a:visited{text-decoration:underline;color:#005699;}
a:hover{color:#007BC2;text-decoration:none;} 

p{
	line-height: 140%;
}

img{
	border:0;
}


/********************************************************************
 * common tools
 * 
 *******************************************************************/

.clear:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.clear {
	clear : both;
	display:inline-table;
	font-size:1px;
}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clearboth {display: block;}
/* End hide from IE-mac */


a.link{
	background: url(/shared/img/icon_arrow_red.gif) no-repeat 0px 2px;
	padding-left:10px;
	vertical-align:top;
	margin-top:5px;
	line-height:140%;
}

a.anchor{
	display : none;
}

p.link{
	margin-top:5px;
}

p span.mark{
	color:#FF3300;
	line-height:inherit;
}

img.button{
	text-align:right;	
}

strong{
	line-height:1.4;	
}

.none{
	display : none;
}

ul.summary{
	overflow:visible;
	list-style-type:none;
}

ul.summary li{ 
	background: url(/shared/img/icon_arrow_green02.gif) no-repeat left 0.2em;
	padding:0px 0 0 18px;
	margin-bottom:2px;
}

ul.summary li a{ 
	line-height:1.3;
}

/* ここから */
div.topics ul.topics{
	overflow-y:auto;
	overflow-x:hidden;
	height: 54px;
}

div.topics ul.topnews{
	overflow-y:auto;
	overflow-x:hidden;
	height: 90px;
}
/* ここまで */

ul.txt{
	overflow:visible;
	list-style-type:none;
}

ul.txt li{ 
	background:#FFF url(/shared/img/icon_arrow_orrange02.gif) no-repeat left 0.2em;
	padding:0px 0 0 18px;
	margin-bottom:2px;
}

ul.txt li a{ 
	line-height:1.3;
}


/********************************************************************
 * page layout
 * 
 *******************************************************************/
 
body {
	position: relative;
	text-align:center;
	margin:0 auto;
	width : 980px;
	background:#F4F4C1 url(/shared/img/back.jpg) no-repeat top center;
}

#back_bg{
}


#container{
	text-align:left;
	width : 980px;
	padding:0;
	background:#FFFFFF;
}


#header{
	width :100%;
	clear:both;
}


#wrapper{
	padding:5px 10px 5px 10px;
	min-height:365px;
	height:100%;
	clear:both;
	background:#ffffff;
	overflow:auto;
}


#sidemenu{
	width : 215px ;
	float:left;
	height:100%;
	overflow:visible;
}

#main{
	float:left;
}

#footer{
	width : 980px;
	clear : both ; 
}




/********************************************************************
 * header layout
 * 
 *******************************************************************/

/* logo and comment
----------------------------------------------- */

/* logotitle */
#header h1 { 
	float: left;
	width: 179px;
	height: 84px;
	margin-top: 5px;
	top:0px;
	left:0px;
}

/* header_photoblock */
#header div#header_photoblock{
	float: left;
	width: 700px;
	height: 80px;
	top:3px;
	right:5px;
	margin-top: 9px;
}

/* header_text */
#header div#header_text{
	float: left;
	width: 90px;
	margin: 5px 0px 1px 3px;
}

#header div#header_text ul{
	list-style-type:none;
	clear:both;
}

#header div#header_text li{ 
	font-size:90%;
}

#header .li_icon{
	background-repeat: no-repeat;
	padding-left:20px;
	line-height:17px;
}

/* head_func_menu */	
#header div#head_menu{ 
	width:980px;
	height:56px;
}

#header div#head_menu ul#func_menu{
	float:right;
	height:19px;
	list-style-type:none;
	clear:both;
	padding-top:2px;
}


#header ul#func_menu li{ 
	float:left;
	font-size:100%;
}

#header ul#func_menu li span {
	background: url(../img/border_bg_gray01.gif) repeat-y right top;
	margin: 2px 3px 0px 3px;
	width: 1px;
	line-height: 1.1em;
}

#header ul#func_menu li.form{
	padding:2px 0 0 7px;
	width:200px;
	height:18px;
}

#header ul#func_menu li.form p{ 
}


#header ul#func_menu li.form input.text{ 
	float:left;
	width:140px;
	font-size:12px;
	height:14px;
	padding:0px 0 0 2px;
}

* html body #header ul#func_menu li.form input.text{ /* for IE6 hack */
	padding-top:2px;
	height:18px;
}


#header ul#func_menu li.form input.button{ 
	height:15px;
	margin:1px 5px 0 0;
	float:left;
}

/* mainmenu */	
#header ul#main_menu{
	list-style-type:none;
	width:980px;
	height:35px;
	background:#007BC2;
	clear:both;
	background:#007BC2 url(../img/header_bg.gif) no-repeat left top;
}


#header ul#main_menu li{ 
	float:left;
	margin:6px 2px 0 0;
	min-height:29px;
}

#header ul#main_menu li img{
	vertical-align:top;
}

#header ul#main_menu li.top{
	margin-left:10px;
}

* html body #header ul#main_menu li.top{ /* for IE6 hack */
	margin-left:5px;
}


#header ul#main_menu li.end{
	margin-right:10px;
}

/* mainmenu add */	
#header ul#main_menu li.main_menu_add{
	margin-left:5px;
}


/********************************************************************
 * sidemenu layout
 * 
 *******************************************************************/


/* mainmenu
----------------------------------------------- */
#sidemenu{
}

#sidemenu dt.none{ 
	display:none;
}


/********************************************************************
 * maincontents layout
 * 
 *******************************************************************/

/* layout
----------------------------------------------- */

/* bread navigation*/
#bread_navi{ 
	min-height:9px;
	font-size:84%;
}

#bread_navi p{
	background:url(/shared/img/icon_square_blue01.gif) no-repeat left center;
	line-height:100%;
	padding:0.1em 3px 0px 14px;
	margin-bottom:3px;
}

#bread_navi p a{
	font-size:100%;
}

#bread_navi p strong{
	font-size:100%;
}



/********************************************************************
 * footer
 * 
 *******************************************************************/

#footer{
	width:980px;
	height:25px;
	min-height:25px;
	background:#007BC2 url(/shared/img/footer_bg.gif) no-repeat left bottom;
	clear:both;
}


#footer p.to_top{
	float:left;
	margin:0.2em 0 0 9px;
	padding:0.1em 0 0 17px;
	font-size:12px;
	background:  url(/shared/img/icon_arrow_top.jpg) no-repeat left 0.3em;
	text-align:left;
	height:15px;
}

* html #footer p.to_top{ /* for IE6 hack */
	background-position:left top;
	margin:0.6em 0 0 5px;
}

*+html body #footer p.to_top{/* for IE7 hack */
	padding-top:0.5em;
}

html:first-child #footer p.to_top { /* for Opera hack */
	padding-top:0.25em;
}

#footer p.to_top_top{
	float:left;
	margin:0.2em 0 0 9px;
	padding:0.1em 0 0 5px;
	font-size:12px;
/*	background:  url(/shared/img/icon_arrow_top.jpg) no-repeat left 0.3em; */
	text-align:left;
	height:15px;
}

* html #footer p.to_top_top{ /* for IE6 hack */
	background-position:left top;
	margin:0.6em 0 0 5px;
}

*+html body #footer p.to_top_top{/* for IE7 hack */
	padding-top:0.5em;
}

html:first-child #footer p.to_top_top { /* for Opera hack */
	padding-top:0.25em;
}

#footer p.navi{
	color:#FFFFFF;
	float:right;
	height:15px;
	font-size:12px;
	margin:0.4em 10px 0 6px;
	padding-left:17px;
}

* html #footer p.navi{ /* for IE6 hack */
	margin-right:7px;
        color:#FFFFFF;
}

#footer p.navi_top{
	color:#FFFFFF;
	float:right;
	height:15px;
	font-size:12px;
	margin:0.4em 10px 0 8px;
	padding-left:5px;
}

* html #footer p.navi_top{ /* for IE6 hack */
	margin-right:9px;
        color:#FFFFFF;
}

#footer p a{
	color:#FFFFFF;
}



/* copyright
----------------------------------------------- */
#footer address{
	height:20px;
	padding:0 20px;
	margin-top:3px;
	font-style:normal;
	text-align:right;
}
