﻿@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 85%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #25123d url(../images/body_bg.gif) left top repeat-y;
}
p {
	/*\*/
	letter-spacing: 0.2em;
	/**/
}

/* ヘッダー
---------------------------------------------*/
#header {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 150px;
	background: #FFFFFF url(../images/header_bg.gif) left top no-repeat;
}
#logo {
	position: absolute;
	left: 20px;
	top: 1px;
	margin: 0;
}
#topphoto {
	position: absolute;
	left: 0px;
	top: 1px;
	margin: 0;
}

	

/* 2段組
---------------------------------------------*/
#content {
	position: relative;
	width: 781px;
	margin-top: 0px;
}
#primary {
	position: absolute;
	width: 550px;
	left: 206px;
	top: 0;
	background-color: #FFFFFF;
}
#secondary {
	position: absolute;
	width: 168px;
	left: 19px;
	top: 10px;
	background: #FFFFFF url(../images/secondary_bg.gif) right top repeat-y;
}

/* 本文
---------------------------------------------*/
#primary .section {
	margin: 20px 0 10px 20px;
}
#primary h2 {
	background: url(../images/h2_bg.gif) left top no-repeat;
	margin: 0;
	padding: 10px 0 10px 20px;
	font-size: 100%;
}
#primary h3 {
	font-size: 117%;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
        border-top: 1px dotted #CCCCCC;
}
#primary p {
	margin: 10px 0;
}
#primary photo {
	position: absolute;
	margin-left: 50px;
	top: 172px;
}
#primary topnews {
	margin-left: 50px;
	top: 172px;
        padding: 7px 10px;
}
div#entry {
	margin-top: 5px;
	float: left;
}
div#entry img {
	           border: 0px;
        }
div#entry h2 {
	border-top: 1px solid #CCCCCC;
}

div#entry ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
}

div#entry li {
	float: left;
	width: 130px;
	margin: 5px 0 0 0;
	text-align: left;
	padding-left: 5px;
}
div#entry h3 span {
	display: block;
	padding: 5px 0 0 0;
	text-align: center;
	color: #ffffff;
	font-size:85%;
	font-weight: bold;
	background: #165D36;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;

}
div#entry dl {
	margin: 1px 0;
	font-size: 90%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 128px;
}
div#entry dt {
	padding: 2px 0;
	text-align: left;
	padding-left: 5px;
	background: #E5DACA;
	border-top: 1px solid #DABF9A;
}
div#entry dd {
   margin-left: 5px;
}
div#blog h4{
           padding-left: 30px;
           color: white;
           background: #EC8602 url(../images/blog_h3_back.gif);
}
div#blog li{
        background: url(../images/list.gif) left center no-repeat;
        color: #333333;
        padding-left:20px;
        list-style:none;
        font-size:100%;
}
div#blog li a{
        color: #ff6600;

}
div#blog li a:hover{
        color: #ff0000;
}
div#blog li a:visited{
        color: #666666;
}

/* 補足情報
---------------------------------------------*/
#secondary {
	font-size: 90%;
}
#secondary h3 {
	margin: 0;
	padding: 7px 10px;
	font-size: 100%;
	border-top: 1px solid #D77900;
	border-bottom: 1px solid #D77900;
	color: #FFFFFF;
	background: #EC8602 url(../images/secondary_h3_bg.gif) right top repeat-y;
}
#secondary p {
	margin: 10px;
}

	/* リンク
	---------------------------------------------*/
	#secondary ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#secondary li {
		margin: 0;
                padding: 1px 0 0 5px;
	}

        #secondary img {
	           border: 0px;
        }


/* フッター
---------------------------------------------*/
#footer {
	position: absolute;
	width: 535px;
	margin-left: 220px;
	padding-top: 620px;
        
}
#footer p {
font-size: 85%;
border-top: 1px dotted #CCCCCC;
}

/* フラッシュ＆Photo
---------------------------------------------*/
#flash {
	position: absolute;
	width: 500px;
	margin-left: 200px;
    margin-top: 50px;
        
}

#flash1 {
	position: relative;
	width: 260px;
	margin-left: 10px;
        
}
#flash2 {
	position: absolute;
	width: 200px;
	margin-left: 300px;
    margin-top: -147px;
        
}
#photo2 {
	position: relative;
	width: 260px;
	margin-left: 10px;

        
}

/* ニュースフラッシュ
---------------------------------------------*/
#news {
	position: relative;
	width: 500px;
	margin-left: 220px;

        
}

#topphoto {
	position: relative;
	width: 500px;
	margin-left: 210px;

        
}

