@charset "UTF-8";

/********************************************************************************************* 

CSSリセット  -------------------------  共通

*********************************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
	vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {list-style: none;}
caption, th {text-align: left;}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

p ,dt,dd,table,li{
	font-size: 95%;
	font-weight:normal;
}


/*********************************************************************************************

基本設定  -----------------------  共通

*********************************************************************************************/
body {
	font-family:"メイリオ" , "Meiryo", "ヒラギノ角ゴ Pro W4","ＭＳ Ｐゴシック",sans-serif;
	line-height: 20px;
	background-color:#fff;
	background: url(../images/common/bk.jpg) repeat-x;
	text-align:center;
	font-size:90%;
}

body#next{
	background: url(../images/common/bk_next.jpg) repeat-x !important;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
}

strong {font-weight: bold;}

body a:link {
	color:#0F89C4;
}

body a:hover {
	color:#0F89C4;
	text-decoration: underline;
}

body a:active {
	color:#0F89C4;
	text-decoration: underline;
}

abbr,acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

em {font-style: italic;}
ol,ul {margin: 0;}
ol li {list-style: decimal outside;}
ul li {list-style: none;}

caption {
	margin-bottom: 8px;
	text-align: center;
}

p,fieldset,table {
	margin-bottom: 5px;
}
a:link, a:visited {text-decoration: none;}

:focus {
	outline: 0;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

h1{
	
}

h2{
	background:url(../images/common/h2_bk.gif) repeat-x;
	background-position:left center;
	padding:10px 0 0px 20px;
	border:1px solid #0660AF;
	font-weight:bold;
	font-size:130%;
	height:38px;
	color:#FFF;
	text-shadow: 3px 3px 2px #333;
}

h3{
	background:#E3F2FB;
	border:1px solid #0660AF;
	border-left:8px double #0660AF;
	color:#333;
	font-size:110%;
	font-weight:bold;
	margin:15px 0;
	padding:5px 0 0 10px;
/*	height:30px; */
}



h4{

}

table{
	border-top:1px solid #E4E4E4;
	border-left:1px solid #E4E4E4;
}

table tr th{
	border-bottom:1px solid #E4E4E4;
	background:#BAE5FF;
	padding:5px;
	text-align:center;
}

table tr td{
	border-bottom:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
	padding:5px;
}

#pankuzu p{
	font-size:90%;
	margin:10px 5px 0;
}
/********************************************************************************************* 

共通　構造

*********************************************************************************************/

div#wrapper{
	width:980px;
	height:auto;
	margin: 0 auto;
}

div#header {
	width:980px;
	height:115px;
	margin-top:10px;
}

#navbox{
	width:980px;
	padding-top:12px;
}

div#contents {
	margin: 0 auto;
	_text-align:left;
	padding:20px 0;
	width: 980px;
	min-height:700px;
	height:auto;
	position:relative;
}

div#contents div#section1 {
	width: 690px;
	float: left;
	background:#fff;
	padding:0 20px 0 0;
	margin-bottom:20px;
	line-height: 1.8;
}

div#section2 {
	width: 270px;
	float: right;
	height:auto;
	margin-bottom:50px;
	font-size:95%;
}

.mainimg{
	width:980px;
	margin: 0 auto;
}
/********************************************************************************************* 

 header

*********************************************************************************************/
.header_l{
	width:780px;
	float:left;
}

.header_r{
	width:200px;
	float:left;
}

#fontsize{
	float: left;
	margin: 3px 5px 0 10px;
}

#fontsize dt{
	float: left;
	padding: 1px 5px 0 10px;
}

#fontsize dd{
	display: block;
	float: left;
	margin-right: 2px;
}

#fontsize #big a{
	text-indent:-9999px;
	display: block;
	width:20px;
	height:20px;
	background:url(../images/common/big_n.gif) no-repeat;
}

#fontsize #normal a{
	text-indent:-9999px;
	display: block;
	width:38px;
	height:20px;
	background:url(../images/common/normal_n.gif) no-repeat;
}

#fontsize #small a{
	text-indent:-9999px;
	display: block;
	width:20px;
	height:20px;
	background:url(../images/common/small_n.gif) no-repeat;
}

#navbox{
	width:980px;
}

#navbox ul li{
	display:inline;
	float:left;
}

.tiny{
	font-size:85%;
}
/********************************************************************************************* 

 footer

*********************************************************************************************/
#footer{
	background:url(../images/common/footer_bk.gif);
}

#copy{
	text-align:center;
	color:#FFF;
}
/*-----------------------------------------------------------------------------

top

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------
★　section1
--------------------------------------------------------------*/
.mainimg{
	margin-bottom:20px;
}

.column3{
	width:690px;
}

.column3 p{
	margin:0;
}

.column3_l,
.column3_c,
.column3_r{
	width:223px;
}

.column3_l{
	border:solid 1px #3366CC;
	float:left;
}

.column3_c{
	border:solid 1px #FF6600;
	float:left;
	margin-left:7px;
}

.column3_r{
	border:solid 1px #339933;
	float:right;
}

#headline{
	border:solid 1px #0660AF;
	border-top:none;
	margin-top:30px;
}

#headline h2{
	position:relative;
}

#headline h2 span{
	display:block;
	float:right;
	padding-right:5px;
	position:absolute;
	top:10px;
	right:5px;
}

#headline dl{
	width:660px;
	border-bottom:dotted 1px #0660AF;
	clear:both;
	margin:5px 10px;
	padding:5px 0;
}

#headline dl dt{
	width:150px;
	float:left;
	background:url(../images/common/arw01.gif) no-repeat;
	background-position:left center;
	padding-left:10px;
}

#headline dl dd{
	width:500px;
	float:left;
}

.gmap{
	padding-left:2px;
}

/*  次階層  */
.wrapbox{
	background:#FAFAFA;
	border-bottom:solid 5px #0660AF;
	padding:10px;
}

.p_right{
	float:right;
	margin:5px;
}

.member{
	width:670px;
}

.member_in{
	width:215px;
	margin:0 2px;
	float:left;
	border:solid 1px #555;
}

.member_in p{
	padding:7px;
	color:#FFF;
	text-shadow: 2px 2px 1px #222;
}

.member_in ul{
	padding:0 0 0 5px;
}

.tukuri{
	background:#8DCAEE;

}

.kaihatu{
	background:#3366CC;
}

.douro{
	background:#339933;
}

.kyokyu{
	background:#FF6600;
}


/* news list */
/*
#newsBox {
	margin: 0 auto 10px;
	overflow: hidden;
	text-align: left;
	clear: both;
}
#newsBox dl dd {
	margin: 0 0 0 11em;
}
*/
#newsBox dl{
	width:660px;
	border-bottom:dotted 1px #0660AF;
	clear:both;
	margin:5px 10px;
	padding:5px 0;
}

#newsBox dl dt{
	width:150px;
	float:left;
	background:url(../images/common/arw01.gif) no-repeat;
	background-position:left center;
	padding-left:10px;
}

#newsBox dl dd{
	width:500px;
	float:left;
}

/* news detail */
#newsDetail {
	margin: 0 auto 0;
	overflow: hidden;
	text-align: left;
	clear: both;
}

#newsDetail .date{
	font-weight:bold;
	margin: 5px;
	text-align: right;
}

#newsDetail .photo{
	float: right;
}

#newsDetail .comment{
	margin: 5px;
}

#newsDetail .photo p{
	margin-bottom: 5px;
}

#newsDetail .link ul {
	padding-top:10px;
	padding-left:20px;
}

#newsDetail .link ul li {
	background:url(../images/common/arw01.gif) no-repeat;
	background-position:left center;
	list-style:none;
	margin:0;
	padding:0 0 0 15px;
	font-size: 95%;
}

/* ページリンク */
.pagenavi {
	float: right;
    padding: 0 5px 15px;
    text-align: right;
}
div.pagenavi ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
div.pagenavi ul li {
    display: inline;
    line-height: 2em;
    margin: 0 3px 0 0;
    padding: 0;
}
div.pagenavi ul li.cur, .pagenavi ul li a {
    padding: 3px 6px;
}
div.pagenavi ul li a {
    background: none repeat scroll 0 0 #0660AF;
    color: #FFFFFF;
    text-decoration: none;
}
div.pagenavi ul li a:hover, .pagenavi ul li.cur {
    background: none repeat scroll 0 0 #AFAFAF;
    color: #FFFFFF;
}

/*-------------------------------------------------------------
★★　section2
--------------------------------------------------------------*/
#sidemenu{
	border:solid 1px #0660AF;
	border-top:none;
}

#sidemenu h2{
	padding-top:15px;
	height:32px;
}

#sidemenu dl{
	border-bottom:dotted 1px #CCC;
	padding:10px 5px;
}

#sidemenu dl dt{
	background:url(../images/common/arw02.gif) no-repeat;
	background-position:left 3px;
	padding:0 0 5px 15px;
	font-weight:bold;
	font-size:105%;
}

#sidemenu table{
	border-top:1px solid #E4E4E4;
}

#sidemenu table th{
	border-bottom:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
	padding:5px;
	text-align:center;
	background:#BAE5FF;
}

#sidemenu table td{
	border-bottom:1px solid #E4E4E4;
	padding:5px;
}
/*-----------------------------------------------------------------------------

clearfix

-------------------------------------------------------------------------------*/
#newsBox dl:after,
#newsDetail:after,
#headline dl:after,
#footer:after,
.cf:after{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	font-size:0;
	line-height:0;
	overflow:hidden;
}

#newsBox d,
#newsDetail,
#headline dl,
#footer,
.cf {zoom:1;
clear:both;}


/*-----------------------------------------------------------------------------

print

-------------------------------------------------------------------------------*/
@media print {
	body{
		background:none;
	}
	#container{
		width:1000px;
	}
	#headerRight{
		display:none;
	}
	#headerLeft{
		display:block !important;
	}
	#gNavi{
		display:none;
	}
	.pankuzu{
		display:none;
	}
	#contents{
		width:1000px;
		margin:0;
		padding:0;
	}
	#latest{
		width:980px;
		display:block;
	}
	#section1{
		display:block;
		width:680px;
	}
	#section2{
		display:block;
		width:260px;
	}
	#footer{
		display:none;
	}
	.returntop{
		display:none;
	}
	html body{
		zoom:60%;
	}

	html>body{
		zoom:60%;
	}
	
}
-->