﻿@charset "UTF-8";

@import url('reset.css');
@import url('navi.css');
@import url('basic1.css');

/*フォント*/
body {
	font-family : "ＭＳ Ｐゴシック" ,"MS PGothic" , "MS UI Gothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro W3" ,"Hiragino Kaku Gothic Pro" , "OSAKA" , "メイリオ", "Meiryo", "sans-serif" ;
/* 2010/02/08 */
	text-align:center; 
	}

/*リキッドレイアウトベース*/

div#wrapper {
	min-width:975px;
	max-width:975px;
	position:relative;
/* 2010/02/08 */
	text-align:left; 
	}
/*IE6用*/
* html div#wrapper {
	width:100%;
	}
	
div#conteainer {
	width:100%;
	}

div#main_content {
	width:100%;
	float:left;
	margin:0 -200px 0 0;
	}
div#main_container {
	margin:0 210px 0 10px;
	}
div#main_container .cleared {
	clear:both;
}
div#r_side {
	width:200px;
	float:right;
/*
	background:#f2f2f2;
*/
	}

div#footer {
	clear:both;
	width:100%;
	background:#f2f2f2;
	text-align:center;
	}

/*サイトID*/

div#header {
	height:180px;
	background:#2d3f81 url('../images/title2.jpg') repeat-x;
	}
div#header h1 {
	text-indent:20px;
 	font-weight: bold;
 	font-size: 28pt;
 	line-height: 120%;
 	text-decoration: none;
 	text-transform: none;
 	color: #ffffff;
 	padding: 25px 16px 10px;
 	}
div#header h2, p {
	text-indent:20px;
	font-weight: bold;
	font-size: 15pt;
	line-height: 120%;
	text-decoration: none;
	text-transform: none;
	color: #ffffff;
	padding: 0px 16px 10px;
	}
/*
div#pr01 {
	position:absolute;
	top:15px;
	right:150px;
	}
*/

/*ナビゲーション*/
div#global_navi {
	height:40px;
	background:#f2f2f2;
	border-bottom:2px solid #447f4c;
	}
div#sub_navi {
	height:40px;
	background:#f2f2f2;
	}
div#pan_navi {
	height:30px;
	border-bottom:1px solid #447f4c;
	/*margin:0 0 10px;*/
	}

/*記事*/
div#main_content h2 {
	font-size:140%;
	font-weight:bold;
	margin:10px 0 0;
	}
div#main_content p {
	line-height:2em;
	text-indent:1em;
	text-align:justify;
	}
div#main_content p.day {
	background:#daa520;
	margin:10px 0 10px;
	padding:0 10px 0 0;
	line-height:2em;
	font-size:10%;
	text-align:right;
	}
div#main_content p.day2 {
	border-bottom:3px orange double;
	padding:10px 0 0 0;
	}
	
div#main_content p.delimitation {
	background:#ffffff;
	margin:5px 0 5px;
	padding:0 10px 0 0;
	line-height:2em;
	font-size:10%;
	text-align:right;
	}
div#main_content p.explanation {
	font-size:80%;
	line-height:150%;
	text-indent:5px;
	text-align:left;
	}
	
div#main_content div#photo_area {
	width:753px;
	background:#ffffff;
	float:left;
	margin:0 0 0 0;
	}

/* photo_area */
div#photo_area img, div#photo_area2 img{
	border:0 orange none;	
	}
div#photo_area dl {
	margin-left:10px;
	float:left;
	}
div#photo_area2 dl {
	margin-left:0px;
	float:left;
	}
div#photo_area dt {
	font-size:medium;
	margin-left:10px;
	line-height: 150%;
	border-bottom:1px orange dotted;
	width:735px; 
	}
div#photo_area2 dt {
	font-size:medium;
	margin-left:20px;
	line-height: 150%;
	border-bottom:1px orange dotted;
	width:735px; 
	}
div#photo_area dd {
	font-size:small;
	margin:10px 0px 20px 30px;
	line-height: 150%;
	}
div#photo_area2 dd {
	font-size:small;
	margin:10px 0px 20px 30px;
	line-height: 150%;
	}
div#photo_area2 dd.cm {
	color:blue;
	font-size:medium;
	margin:10px 0px 20px 30px;
	line-height: 100%;
	width:710px;
	}
div#photo_area2 dd.cm2 {
	font-size:medium;
	margin:-15px 0px 20px 40px;
	line-height: 100%;
	color:gray;
	width:700px;
	}
div#photo_area dd.gray {
	color:gray;
	}
div#photo_area .sample {
	font-size:small;
	margin:0px 0px 10px 20px;
	line-height: 100%;
	}

div#main_content div#photo_area p {
	text-indent:0;
	font-size:80%;
	text-align:center;
	margin:5px 0;
	}
	
/*右サイド*/
div#r_side div#pr02 {
	width:200px;
	margin:5px auto 5px;	
/*
	background:#f2f2f2 url('../images/sidecol.gif') no-repeat;
*/
	}
div#r_side div#pr02 h3 {
	/*font-weight:bold;*/
/*
	text-indent:1em;
*/
	line-height: 40px;
	border-bottom:2px orange dotted;
	}
div#r_side div#pr02 img {
/*	border:1px orange dotted; */
	border: none;
	}
div#pr02 dl {
	margin-left:2px;
	float:left;
}
div#pr02 dt {
	font-size:small;
	margin:10px 1px 2px 1px;
	line-height: 130%;
}
div#pr02 dd {
	font-size:small;
	margin:0px 5px 10px 5px;
	line-height: 100%;
}

div#r_side div.col01 {
	width:200px;
/*
	margin:10px auto 10px;
*/
	}
div#r_side div#col01 {
/*
	background:#f2f2f2 url('../images/sidecol.gif') no-repeat;
	color:#333333;
*/
	}
div#r_side div#col01 h3 {
	/*font-weight:bold;*/
/*
	text-indent:1em;
*/
	line-height:30px;
	border-top:3px orange double;
	border-bottom:2px orange dotted;
	}
div#r_side div#col01 ul {
	font-size:80%;
	}
div#r_side div#col01 ul li {
	list-style:url('../images/mark_gr.gif');
	margin:10px 10px 10px 30px;
	}
div#r_side div#col01 ul.rd li {
	list-style:url('../images/mark_rd.gif');
	border-bottom:1px dashed #aa1010;
	}
div#r_side div#col01 ul li a:hover{
	background-color:#ffd700;
	}
div#col01 dl {
	margin-left:2px;
	float:left;
	}
div#col01 dt {
	font-size:small;
	margin:0px 1px 2px 1px;
	line-height: 130%;
	}
div#col01 dd {
	width:200px;
	font-size:small;
	margin:0px 5px 10px 5px;
	line-height: 150%;
	}

div#r_side div#sample {
	width:200px;
	margin:5px auto 5px;	
/*
	background:#f2f2f2 url('../images/sidecol.gif') no-repeat;
*/
	}
div#r_side div#sample h3 {
	/*font-weight:bold;*/
/*
	text-indent:1em;
*/
	line-height:30px;
	margin:0 0 10px 0;
	border-top:3px orange double;
	border-bottom:2px orange dotted;
	}

div#r_side div#sample .sample {
	width:200px;
	font-size:small;
}
div#r_side div#sample td {
	border-bottom:none;
	vertical-align:top;
}
div#r_side div#sample img {
	border: none;
	width:50px;
	height:50px;
}

/*フッター*/
div#footer {
	font-size:70%;
	color:#333333;
	padding:20px 0;
	}
div#footer p {
	font-size: 9pt;
	color: #000000;
	text-indent:0px;
	font-weight:100;
	line-height: 100%;
	text-decoration: none;
	text-transform: none;
	padding: 0px 0px;
	}
div#photo_area dt.banner1 {
	font-size:medium;
	margin-left:10px;
	line-height: 150%;
	border-bottom:1px orange dotted;
	width:600px; 
	}
div#photo_area dt.banner2 {
	font-size:medium;
	margin-left:10px;
	line-height: 150%;
	border-bottom:1px orange dotted;
	width:110px; 
	}
div#photo_area dd.banner2 {
	font-size:small;
	margin:10px 0px 20px 15px;
	line-height: 150%;
	}
