﻿@charset "UTF-8";

/****** 配置、文字 ******/
* {
	margin:0;
	padding:0;
	font-size:100%
}

body {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
}

#wrapper {
	width: 750px;
	margin:0 auto;
	text-align:left;
	color: #333333;
}

em {
	font-weight:bold;
	font-style:normal;
	}

img {
	border: none;
	vertical-align: top;
	}

hr {
	color: #e0f4fc;
	margin: 15px auto;
	}

/****** 青色の仕切り線 ******/

hr.sep {
	color: #e0f4fc;
	height: 2px;
	margin: 0 1em;
}

*>hr.sep {
	border-style: solid;
	border-color: #e0f4fc;
	border-width: 2px 0 0 0;
	margin: 0 1em;
}


/****** リンク ******/

a:link {
	color: #3366ff;
	background: transparent;
	text-decoration: none;
}

a:visited {
	color: #3366ff;
	background: transparent;
	text-decoration: none;
}

a:hover, a:active {
	color: #ff9933;
	background: transparent;
}

/****** ヘッダー ******/


#header {
	height: 430px;
	color: #999999;
	margin-bottom: 1em;
	border-bottom: 3px #e0f4fc solid;
}


#header h1 {
	text-align:center;
}

#header ul {
	margin: 0;
	padding: 0;
	width: 750px;
	list-style: none;
	text-align: center;
	line-height: 1.0;
}

#header li {
	display: inline;
}

/****** メイン ******/


#main {
	width: 730px;
}

/****** 本文 ******/

#content {
	float: right;
	width: 520px;
	padding-bottom: 3em;
}

#content h2 {
	margin-bottom: 1.5em;
 	text-indent: 1em;
	line-height:2em;
	font-weight: bold;
	color: #ffffff;
	background: transparent;
	background-image: url('../img/crosshead.gif')
}

#content p {
	margin: 0.5em 0;
	padding-left: 1em;
	font-size: 0.8em;
	line-height: 1.2em;
}

#content p.signature{
	margin: 1em 0;
	text-align:right
}

#content img{
	padding-top: 0.5em;
	padding-left: 1em
}

#content ul {
	margin-bottom: 1em;
	padding: 0 0 0 1em;
	list-style: none;
}

#content ul li {
	margin: 0.5em 0;
	font-size: 0.8em;
}

#content ul ul{
	margin: 0 0 1em 3em;
	padding: 0 0 0 1em;
	list-style: circle;
}

#content ul ul li{
	font-size: 1em;
}

#content ul ol{
	margin: 0 0 1em 5em;
	padding: 0;
	list-style: gregorian;
}

#content ul ol li{
	font-size: 1em;
}

#content li a {
	vertical-align: middle;
}

#content cite{
	margin: 0 1em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

#content table{
	width: 80%;
	margin: 1em 2em;
}

#content td{
	font-size: 0.8em;
	border: none;
	border-bottom: 1px #999999 dotted;
}

#content td.cost{
	text-align:right
}


#content p.mark_cc9900{
	margin: 1em 0;
	color: #cc9900;
	font-size: 1em;
	font-weight:bold;
}

#content strong{
	font-size: 1.1em;
}

#content .bank{
	font-size: 1.2em;	

}
#content .big{
	font-size: 1.2em;	
	color: #ff0000
}


/****** 写真の配置 ******/

.photo_c{
	margin-top:20px;
	margin-left:20px;
	text-align:center;
	font-size:0.7em;
	text-decoration:none;
	float:none;
	}


.photo_r {
	margin-top:10px;
	margin-left:20px;
	margin-right:5px;
	padding:10px 20px;
	text-align:center;
	font-size:0.7em;
	text-decoration:none;
	float:right;
	}

.photo_l {
	margin-top:10px;
	margin-right:20px;
	margin-left:0px;
	padding:10px 20px;
	text-align:center;
	font-size:0.7em;
	text-decoration:none;
	float:left;
	}

.clear {
	clear:both;
	}

/*
p.photo_c img{
	border:none;
	border:solid 1px #555555;
	}

p.photo_r img{
	border:none;
	border:solid 1px #555555;
	}

p.photo_l img{
	border:none;
	border:solid 1px #555555;
	}
*/




/****** サイドメニューバー ******/

#menu {
	float: left;
	width: 200px;
	font-size: 0.8em;
}

#menu ul {
	margin: 0 0 1em;
/*	pdding: 1em 0; */
	list-style: none;
}

#menu li {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 68px;
}

#menu li a {
	display: block;
	width: 200px;
	height: 68px;
}


#menu div {
	margin: 0.7em 0 0 5px;

}

/****** フッター ******/

#footer {
	clear: both;
	border-top: 3px #e0f4fc solid;
}

#footer ul {
	width: 750px;
	list-style: none;
	padding-top: 1em;
}

#footer li {
	margin: 0.5em 10em;
	font-size: 0.8em;
}

#footer li a {
	vertical-align: middle;
}

#footer p {
	margin: 0.5em 0;
	text-align: center;
	font-size: 0.8em;
}

#footer address {
	margin-top: 1em;
	padding-top: 1em;
	font-weight:bold;
	font-style:normal;
	font-size: 0.8em;
	text-align:center;
	border-top: 3px #e0f4fc solid;
	}

#footer address a {
	color:#333333;
	text-decoration:none;
	border-bottom:dotted 2px #ffa500;
	}

#footer address a:hover {
	color:#ff8800
	}




