@charset "UTF-8";
/* CSS Document */
body {
	
	margin:0px;
	text-align:center;
	background-color:#fff;
	background-image:url(../img/bg01.jpg);
	background-position: top center;
	background-repeat:repeat-x;
	
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	color:#06C;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#frame_outer{
	
	width:800px;
	margin:0px auto;
	padding:0px 50px;
	
	
	background-image:url(../img/irodori.gif);
	background-repeat:no-repeat;
	background-position:right top;
	
}

.headmenu {
	
	width:800px;
	height:180px;
	text-align:left;
}
td.logoarea {
	width:420px;
	text-align:left;
	padding-top:10px;
}
td.rightarea {
	text-align:right;
}
td.menuarea {
	height:260px;
	padding-top:20px;
	text-align:left;
	vertical-align:top;
}

.menuarea img{
	
	/*margin:0px 20px;*/
}

.menuicon {
	
	margin: 0px;
}

.contents {
	width:800px;
	background-color:#FFF;
	border:#ECA solid 1px;
	
	-webkit-box-shadow: #ccc 0px 0px 10px;
	-moz-box-shadow: #ccc 0px 0px 10px;
	box-shadow: #ccc 0px 0px 10px;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	
}
td.contents_head {
	height:20px;
	background-image:url(../img/contents_head.gif);
}
td.contents_foot {
	height:20px;
	background-image:url(../img/contents_foot.gif);
}
td.contents_main {
    width:740px;
	padding:0px 30px 30px 30px;
	text-align:left;
	vertical-align:top;
}


h2 {
	font-size:18px;
	padding:5px 10px;
	color:#036;
	margin:0px;
}
h3 {
	font-size:14px;
}

p {
	line-height:1.8em;
	padding:0px 28px;
}

.footmark {
	width:100%;
	margin-top:0px;
	margin-bottom:30px;
	color:#666;
}

.copyright {
	color:#999;
	font-size:12px;
}

.txt_big {
	font-size:30px;
	font-weight:bold;
	line-height:1.4em;
}

