@charset "shift_jis";

html{
	overflow-x:hidden;
}
* { 
	margin: 0;
	padding: 0;
}

body { 
	background: #FFF url("../images/bg/bg_gradation_green.gif") repeat-x;
	font: 15px 'ヒラギノ丸ゴ Pro W4' , 'Hiragino Maru Gothic Pro' , 'メイリオ' , Meiryo ,'ＭＳ Ｐゴシック' , sans-serif;
	color: #333;
	margin: 10px 0;
}

a {
	color: #03F;
	text-decoration: none;
	border-bottom: 1px solid #03F;
}

a:hover {
	color: #F30;
	text-decoration: none;
	border-bottom: 1px dotted #F30;
}

a img {
	border: none;
}

p {
	font-size: 12px;
	color: #191919;
	margin-bottom: 10px;
	padding: 2px 15px;
	line-height: 20px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	text-align: center;
}

.img_right {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

.img_left {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

.post {
	margin-bottom: 35px;
}

#CONTAINER {
	width: 760px;
	margin: 0 auto;
	background-color: #fff;
	padding: 15px 15px 10px 15px;
    border-right: 2px solid #C2C295;
    border-left: 2px solid #C2C295;
    border-top: 1px solid #c2c295;
    border-bottom: 2px solid #c2c295;
}

#content {
	margin: 0 auto;
	width: 730px;
}

#header {
	width: 100%;
	height: 250px;
	margin-bottom: 5px;
	background: url(../images/head001.jpg);
}

#footer {
	clear: both;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	text-align: center;
}

#subFooter {
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	clear: both;
}

.tableSubfooter {
	width: 100%;
	border: 0;
}

.tdSubfooterLinks {
	width: 50%;
	background-color: #FFF;
	vertical-align: top;
}


.menulist {
		font-size: 12px;
		margin:5px 0;
		padding:1px 0 1px 22px;
		background:url("../images/menulist.png") no-repeat 2px;
}
	
.menulist a {
		color: #03F;
		background: #FFF;
}
	
.menulist a:hover {
		color: #F30;
		text-decoration: none;
		background: #FFF;
}

.pickup {
		font-size: 14px;
		color: #F30;
		margin:5px 0;
		padding:5px 0 1px 35px;
		background:url("../images/pickup.gif") no-repeat 2px;
}

/* h1h2h3h4Title */

h1 { font: normal 20px 'ヒラギノ丸ゴ Pro W4' , 'Hiragino Maru Gothic Pro' , 'メイリオ' , Meiryo ,'ＭＳ Ｐゴシック' , sans-serif; }
h2 { font: normal 16px 'ヒラギノ丸ゴ Pro W4' , 'Hiragino Maru Gothic Pro' , 'メイリオ' , Meiryo ,'ＭＳ Ｐゴシック' , sans-serif; }
h3 { font: normal 14px 'ヒラギノ丸ゴ Pro W4' , 'Hiragino Maru Gothic Pro' , 'メイリオ' , Meiryo ,'ＭＳ Ｐゴシック' , sans-serif; }
h4 { font: 12px 'ヒラギノ丸ゴ Pro W4' , 'Hiragino Maru Gothic Pro' , 'メイリオ' , Meiryo ,'ＭＳ Ｐゴシック' , sans-serif; }

.bg-img100 {
	width: 100%;
	height: 70px;
	background: url(../images/titleback_100a.gif) no-repeat;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: -20px;
	padding:20px 10px 0px 90px;
	color: #339;
	line-height: 100%;
	border: none;
	clear: both;
}

.bg-img002 {
	width: 100%;
	height: 35px;
	background: url(../images/titleback_202a.gif) no-repeat;
	margin: 0 auto;
	margin-bottom: -10px;
	padding: 10px 50px 10px 10px;
	font-size: 15px;
	color: #191919;
	line-height: 100%;
	border: none;
	clear: both;
}

.bg-h1 {
	width: 100%;
	background: url(../images/check.gif) no-repeat;
	background-position: left;
	margin: 0 auto;
	margin-top:10px;
	padding: 12px 0px 15px 105px;
	font-size: 20px;
	font-weight: bold;
	color: #191919;
	line-height: 110%;
	border: none;
	clear: both;
}

.bg-h2 {
	width: 95%;
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:5px;
	padding: 10px;
	background: url(../images/h2.gif) repeat-x;
	background-position: bottom;
	font-size: 19px;
	color: #191919;
	line-height: 110%;
	border: none;
	clear: both;
}

.bg-h3 {
	width: 80%;
	background: url(../images/h3.gif) no-repeat;
	background-position: left;
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:5px;
	padding: 7px 0px 5px 125px;
	font-size: 16px;
	color: #191919;
	line-height: 120%;
	border: none;
	clear: both;
}