@charset "utf-8";

/* 基本仕様
----------------------------------------------------------- */

*{
	margin:0;
	padding:0;
	font:normal normal normal 100%/1.3 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
html {   
    overflow-y:scroll;   
}
body {
	background: #f5f5f5 url(../../parts/bg.gif) repeat;
	color: #666;
	text-align: center;
}
#wrap {
	width: 851px;
	margin: 0 auto;
	background: #fff;
}
.head {
	width: 847px;
	height: 98px;
}
img,table,tr,td {
	border: none;
}
td {
	vertical-align: top;
}
.clear { 
	clear: both;
}
.right {
	float: right;
}
.left {
	float:left;
}
.pright {
	float:right;
	margin-left: 5px;
}
p,li,dl {
	font-size: 80%
}
dl{
	margin-bottom: 10px;
}
dt {
	font-weight: bold;
}
li,dt,dd { 
	margin-bottom:7px;
}
.hidden {
	display:none;
}
.caution {
	margin-top: 10px;
	color:#f00;
}
span.important {
	font-weight: bold;
}

/* layout
----------------------------------------------------------- */

#nakawaku {
	width: 846px;
}
#lsp,#rsp { 
	width: 2px;
}

/* link
----------------------------------------------------------- */

a:link {
	color: #777;
	text-decoration:none;
}
a:visited {
	color: #03C;
	text-decoration:none;
}
a:hover,a:active {
	color: #777;
	text-decoration: underline;
}

/* text
----------------------------------------------------------- */

.top { 
	padding: 10px 10px 5px 0;
	font-size: 80%;
	text-align: right;
}
.top a:link,.top a:visited {
	color: #999;
	text-decoration:none;
}
.top a:hover,.top a:active { 
	color: #606;
	text-decoration: underline;
}

/* navi
----------------------------------------------------------- */

#naviwaku {
	width: 161px;
}
td.event {
	padding-top: 5px;
	background:#ebebeb;
}
.dNavibg {
	min-height: 132px;
	height:auto !important;
	height: 132px;
	background: url(../../parts/navi_back.gif) no-repeat;
}

/* contents
----------------------------------------------------------- */

#main {
	width: 683px;
	text-align: left;
}
#c_top {
	width: 683px;
	height: 90px;
}
h3 {
	margin: 10px 10px 0;
	padding-left: 20px;
	background: url(../../parts/leaf.gif) no-repeat left top;
	color:#666;
	font-size: 90%;
}
h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 3px 3px 3px 10px;
	background: url(../../parts/sub_t_bg.gif) repeat-y;
	color: #03C;
	font-size: 90%;
	font-weight: bold;
}
h5 {
	margin: 20px 0 10px 20px;
	padding: 3px;
	border-left: 5px solid #9cf;
	color: #03C;
	font-size: 85%;
	font-weight:bold;
}
p.copy {
	margin-bottom:10px;
	color:#39F;
	font-size: 90%;
}
.contents {
	margin-right:10px;
	margin-left:10px;
}
#main .contents p {
	margin-left: 20px;
}
/* footnavi
----------------------------------------------------------- */

#footnavi {
	padding: 5px 0;
	background: #9CF;
	text-align: center;
}
#footnavi p {
	font-size: 11px;
}

/* footer
----------------------------------------------------------- */

#footer {
	padding: 10px 0;
	text-align: center;
}

/* pankuzu
----------------------------------------------------------- */

.pan { 
	padding: 2px 0 5px 5px;
	font-size: 10px;
	text-align: left;
}
.pan a:link,.pan a:visited,.pan a:hover,.pan a:active {
	color: #777;
	text-decoration: underline;
}
