@charaset "Shift_JIS";

* {margin: 0; padding: 0;}

body {
	background: #F2F2F2;
	color: #222;
	font: normal 64.5% "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0 0;
}

a {
	color: #333;
}
a:hover {
	color: #000;
}

big {font-size: 1.1em;}

h1,h2,h3 {
	color: #442;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

h1 {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
h3 {font: bold 1.2em "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #332 url(img/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 762px;
}
#container {
	background: #FBF9F4;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}

/* header */
.logo {
	color: #FFF;
	font-size: 2.2em;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 40px 0 10px 18px;
}
.logo a {
	color: #FFF;
	text-decoration:none;
}

.logo a:hover {
	color: #fff;
	text-decoration:none;
}

.logo span {
	margin: 0px 0px 0px 3px;
	padding-top: 10px;
	color: #FFF;
	font-size: 40%;
	display: block;
}

.header {
	background: #DAD7C5 url(img/header.jpg) no-repeat left bottom;
	height: 120px;
}

/* navigation */
.navigation {
	background: #DED9D0 url(img/nav.gif) repeat-x; height: 41px;
	border-top: 1px solid #996;
}
.navigation a {
	background: #FFF url(img/nav.gif) repeat-x;
	color: #553;
	float: left;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	padding-top: 0;
	padding-right: 19px;
	padding-bottom: 0;
	padding-left: 19px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #331;}

/* main */
.main#two-columns {background: #FFF url(img/two-columns.gif) repeat-y;}

/* bottom */
.bottom {
	background: #dadada url(img/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #CCC;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

.bottom p {
	font-size: 98%;
	text-align: center;
	line-height: 1.8em;
}

/* footer */
.footer {
	background: #332;
	color: #EED;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover, .footer .right a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer .right, .footer .right a {color: #7D7D75;}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {
	width: 73%;
}
.col2 .left p{
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 2em;
}

.col2 .left h3{
	margin: 25px 0px 3px 0px;
	font-size: 1em;
	border-bottom: 1px dotted #ccc;
	}
.col2 .left ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
}


.col2 .right .content {background: #FFF;}

.col2 .right {
	width: 26%;
}

.col2 .right h2{
	font-size: 1em;
	font-weight: bold;
	background-image:url(img/tri.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding: 0px 0px 2px 15px;
}


.content {padding: 18px 20px;}

.content h1 {
	padding-left: 15px;
	background-image:url(img/tri.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	padding: 0;
	width: 95%;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #333;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	text-decoration: none;
	width: 100%;
	padding-top: 4px;
	padding-right: 3%;
	padding-bottom: 4px;
	padding-left: 3%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #000;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {
	background: #dadada;
}

.pan {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 5px;
	font-size: 85%;
	border-left: 3px solid #ccc;
}

.pan a {
	color: #333;
	text-decoration: none;
}

.pan a:hover {
	color: #000;
}

.cm {
	border-top: 1px solid #ccc;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 0px 0px ;
	font-size: 85%;
}

.cm a{
	font-size: 85%;
}

