﻿@charset "utf-8";
/* CSS Document */
/* Reset
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
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;
}
br {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,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;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Common
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	color: #252525;
	font-size: 12px;
	font-family: "メイリオ",Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ pro W3";
	background-image:url(../img/bg.jpg);
	background-repeat: repeat-x;
}
#contents{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

h1 {
	height:100px;
}
h2 {
	height:200px;
}
h3 {

}
a {
	outline: none;
}
a:link{
	color: #FF7E00;
}
a:visited{
	color: #C97700;
}
a:hover{
	color: #FFC600;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

/* Header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header {	
}
#fotter{
	margin-top: 20px;
	padding-top: 5px;
	text-align: center;
	color: #FFF;
}
#fotter .line{	
	height:25px;
	margin-top: 15px;
	padding-top:5px;
	text-align: center;
	background-color: #ff8c00;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 100%;
}
#page-top a {
	background: #ff8c00;
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 45px;
}
#page-top a:hover {
	text-decoration: none;
	background: #f4a460;
}
/* contents
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#left_menu{
	width: 192px;
	padding: 8px;
	float: left;
	background-color: #E0D7D7;
}
#left_menu li{
	margin-bottom: 1px;
}
#right_contents{
	width: 662px;
	margin-top:10px;
	margin-bottom:20px;
	float: left;
	padding-left:15px;
	padding-right:15px;	
}
.ttl{
	height:40px;
	padding-top:15px;
	padding-left:30px;
	color: #252525;
	font-weight: bold;
	font-size: large;
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
.mt5{
	margin-top:5px;	
}
.mb15{
	margin-bottom:15px;	
}
dl.dayList {
	overflow: hidden;
	zoom: 1;
}
dl.dayList dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 100px;
	float: left;
	clear: both;
	font-weight: bold;
}
dl.dayList dd {
	margin-bottom: 5px;
	padding: 0 15px 5px 120px;
}
.arrow{
	padding-top:3px;
	padding-left:25px;
	background-image:url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
.backnumber{
	float: right;
}
.big_orenge{
	color: #FF4F00;
	font-weight: bold;
	font-size: larger;
}
/* contents　下層ページ*/
.name{
	font-size: 120%;
	font-weight: bold;
	padding: 15px 0px 10px 0px;
	color: #320A0A;
}
.ttl_s{
	font-size: 120%;
	font-weight: bold;
	padding: 10px 10px 0px 0px;
	color: #FF4F00;
}

.photo_fl{
	float:left;
	margin-right:10px;
	margin-bottom:15px
}
.photo_fr{
	float:right;
	margin-left:10px;
	margin-bottom:15px
}
.midashi{
	font-weight: bold;
	font-size: 120%;
	margin: 5px;
	padding: 3px;
	width: 630px;
	border-bottom: 2px solid #FF4F00;
	color: #FF4F00;
}
.links a {
	outline: none;
	text-decoration: none;
}
.links a:link{
	outline: none;
	color: #999;
}
.links a:visited{
	color: #696969;
}
.links a:hover{
	color: #FFAE00;
}
.links li{
	 margin-left:15px;
	margin-bottom:5px
}