﻿@charset "utf-8";
/* CSS Document */
 
/*==================================
共通のスタイル
==================================*/
body {
    font-size:14px;
    font-family:Arial, sans-serif;/* フォントを指定　お好みで！ */
    padding:0;/* 内側の余白を指定 */
    margin:0;/* 外側の余白を指定 */
    line-height:1.5em;
    text-align: center;
}
#container{
    width:950px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    background-image: url(img/body_bg.png);
    background-repeat: repeat-y;
    height: 1340px;
}
 
h1{
	font: italic normal bold 3.7em serif;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	float: left;
}
 
h2{
    margin: 0px;
    padding: 0px;
    font-size: 20px;
}
 
h3{
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}
 
p {
    text-align: left;
    margin: 0px;
    padding: 0px;
}
 
a{
    color:#006699;
    text-decoration: none;
}
a:link {
    color:#006699;
    text-decoration: none;
}
a:visited {
    color:#006699;
    text-decoration:underline;
}
a:hover {
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
a:active {
    text-decoration:none;
}
  
/*==================================
header部分
==================================*/
  
#header{
    height: 100px;
    margin-right: 10px;
    margin-left: 10px;
    background-image: url(img/hed-bg.png);
    background-repeat: repeat-x;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: #336699;
 
}
 
.logo_area{
    margin-top: 10px;
    float: left;
}
 
.h1_area{
    width: 630px;
    float: right;
}
  
/*==================================
column-area部分
==================================*/
#column-area{
	height: auto;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	background-color: #FFFFFF;
}
 
.breadcrumbs{
    margin-top: 20px;
    padding-left: 100px;
    line-height: 30px;
}
  
/*__ main _______________________*/
#main{
    height: 1140px;
    width: 730px;
    float: right;
}
 
#photo-area{
    margin-right: 20px;
    margin-left: 20px;
}
 
.title01{
    line-height: 30px;
    background-color: #336699;
    padding-left: 15px;
    color: #FFFFFF;
    font-weight: bold;
}
 
#news{
    border: 1px solid #CCCCCC;
    height: 1140px;
    overflow: auto;
}
 
.title02{
    line-height: 30px;
    background-color: #336699;
    padding-left: 15px;
    color: #FFFFFF;
    font-weight: bold;
}
  
#news dl{
    margin: 0px;
}
#news dt{
    font-weight: bold;
    padding-left: 15px;
    background-color: #F5F5F5;
    line-height: 1.7em;
    margin-top: 5px;
}
#news dd{
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.7em;
}

.feature{
	margin-right: 100px;
	margin-left: 100px;
	margin-top: 10px;
}

.feature li{
	list-style-image: url('../img/maru.png');
	padding-left: 0px;
}


 
#entries{
    margin-top: 15px;
    margin-bottom: 15px;
}
 
#entries ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
 
#entries li{
    float: left;
    width: 330px;
    border: 1px solid #CCCCCC;
    margin-right: 15px;
    margin-left: 15px;
    height: 200px;
}
 
.title03{
    line-height: 30px;
    background-color: #336699;
    color: #FFFFFF;
    padding-left: 10px;
    margin-bottom: 10px;
}
/*__ sidenavi _______________________*/
 
#sidenavi{
	height: 1140px;
	width: 180px;
	background-color: #336699;
	float: left;
}
 
.sidemenu {
    margin: 10px;
    background-color: #FFFFFF;
}
 
.sidemenu ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
/* 
.sidemenu ul li{
    text-align: left;
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
*/
.sidemenu ul a{
    display:block;
    height:40px;
    padding-left: 10px;
    line-height:40px;
    color:#666666;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-decoration:none;
 }

.sidemenu ul a:hover{
	color: #fff;
	background: #FFCC00;
}
  
/*==================================
footer部分
==================================*/
#footer{
	background-color: #F4F4F4;
	height: 50px;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
	line-height: 50px;
	color: #999999;
}
