/*---------------
	common
---------------*/
html{
	overflow-y:scroll;
	hight:100%;
}
body{
	margin:10;
	padding:0;
	text-align:center;
	background:url(../images/back.gif) repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.top{
	width:705px;
	height:85px;
	padding:10px;
	text-align:left;
	background:url(../images/top.gif) no-repeat;
}
.mid{
	width:705px;
	height:1px;
	padding:0px;
	background:url(../images/mid.gif) repeat-y;
	text-align:left;
}
.btm{
	width:705px;
	height:25px;
	padding:0px;
	background:url(../images/btm.gif) no-repeat;
}
.adr{
	font-size:12px;
	letter-spacing:1px;
	line-height:140%;
	color:#666666;
	padding:3 7;
	border:1px dotted #666666;
	background-color:#FFFFFF;
}
.link{
	font-size:12px;
	line-height:160%;
}
a:link{
	color:#4A9500;
	text-decoration:none;
}
a:visited{
	color:#4A9500;
	text-decoration:none;
}
a:active{
	color:#4A9500;
	text-decoration:none;
}
a:hover{
	color:#FF8000;
	text-decoration:underline;
}
.scroll{
	padding:7 12 7 3;
}
.top12p{
	font-size:12px;
	letter-spacing:1px;
	line-height:160%;
	color:#666666;
	padding:10 5 5 10;
}
.ctop{
	width:505px;
	height:5px;
	padding:0px;
	margin:10px;
	background:url(../images/ctop.gif) no-repeat;
}
.cmid{
	width:505px;
	height:1px;
	padding:0px;
	background:url(../images/cmid.gif) repeat-y;
}
.cbtm{
	width:505px;
	height:10px;
	padding:0px;
	background:url(../images/cbtm.gif) no-repeat;
}
.gmid{
	width:705px;
	height:1px;
	padding:0px;
	background:url(../images/gmid.gif) repeat-y;
	text-align:left;
}
.txt12p{
	font-size:12px;
	letter-spacing:1px;
	line-height:160%;
	color:#666666;
	padding:0px;
}
.txt12p div{
	color:#60BF00;
	font-weight:bold;
}
.txt13p{
	font-size:13px;
	letter-spacing:1px;
	line-height:160%;
	color:#FF8000;
	padding:0px;
}
.txt18p{
	font-size:18px;
	letter-spacing:1px;
	line-height:160%;
	color:#FF9900;
	font-weight:bold;
	padding:0px;
}
.guide{
	font-size:12px;
	letter-spacing:1px;
	color:#EA0000;
	font-weight:bold;
}
.guide div{
	color:#666666;
	font-weight:normal;
	padding:15px;
}
.mail1{
	font-size:12px;
	letter-spacing:1px;
	line-height:160%;
	color:#FFFFFF;
	font-weight:bold;
	padding:0 5;
	width:90px;
	background-color:#308F48;
}
.mail2{
	font-size:11px;
	letter-spacing:1px;
	color:#EA0000;
	font-weight:bold;
	padding:0 1;
}


th{
	white-space:nowrap;
}
ul{
	padding:0px;
	margin:0px 2em;
}
.caption{
	color:#FF5555;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	margin:0.2em 0px;
}
table.job{
	width:480px;
	font-size:12px;
	margin:1em 0px;
	color:#666666;
}
.job th{
	background-image:url(../images/th.gif);
	background-repeat:repeat-y;
	padding:3px 12px;
	border:1px solid #BFBFBF;
	text-align:center;
}
.job td{
	padding:3px 12px;
	border:1px solid #BFBFBF;
}
dl{
	font-size:12px;
	letter-spacing:1px;
	line-height:160%;
	color:#666666;
	margin-bottom:0.5em;
}
dt{
	float:left;
	font-weight:bold;
}
dd{
	margin-left:3.2em;
}
.under{
	text-decoration:underline;
}
.right{
	margin-top:0.5em;
	margin-right:5px;
	float:right;
}
.line{
	width:500px;
	height:10px;
	background-image:url(../images/dot.gif);
	background-repeat:repeat-x;
}
.seasons{
	text-align:right;
}
.seasons span{
	color:#60BF00;
	font-weight:bold;
}

.imgLeft{
	float:left;
	margin-left:20px;
	text-align:right;
}
.imgRight{
	float:right;
	margin-right:20px;
	text-align:right;
}

#guide{
	text-align:center;
	padding:15px 0px;
}
hr{
	width:95%;
	clear:both;
	height:0px;
	margin:1em 0px;
	border:none;
	border-top:1px solid #DDDDDD;
}
* html hr{/* for -IE6 */
	margin:0px;
	margin-bottom:1em;
}
*:first-child+html hr{/* for IE7 */
	margin:0px;
	margin-bottom:1em;
}

