﻿@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;
	/**/
}

img{
	border:none;
}

/* ヘッダー
---------------------------------------------*/
#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;
	img:border: 0px;
}        
#topphoto img {
	           border: 0px;
}

	

/* 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;
}

/* 補足情報
---------------------------------------------*/
#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: 458px;
        
}
#footer p {
font-size: 85%;
border-top: 1px dotted #CCCCCC;
}

/* フラッシュ＆Photo
---------------------------------------------*/
#flash {
	clear: both;
	position: relative;
	width: 500px;
        padding-top: 5px;
        
}
#flash p{
font-size: 85%;     
}

#photo2 {
	position: relative;
	width: 260px;
	margin-left: 10px;

        
}

/* トップ写真
---------------------------------------------*/

#topphoto {
	position: relative;
	width: 500px;
	margin-left: 210px;

}

