@charset "shift_jis";


/*全体の設定*/
* {
	margin:0px;
	padding:0px;
}
body {
	font-size: 12px;
	line-height:130%;
	color: #333333;
	background: #FFFFFF;
}
img {
	border:0px;
}
ul{
	list-style-type: none;
}
.look {
	color: #FF0000;
	background: #333333;
}
.look2 {
	color: #FFFFFF;
}
.redbox {
	color: #A90310;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mr10 {
	margin-right:10px;
}
.ml10 {
	margin-left:10px;
}
.ptrl10 {
	padding:10px 10px 0px 10px;
}
.ptb10 {
	padding:10px 0px;
}
.pb10 {
	padding-bottom:10px;
}
.autoCenter {
	text-align:center;
	margin:0px auto;
}
.autoLeft {
	text-align:left;
}
.autoRight {
	text-align:right;
	margin:0px 0px 0px auto;
}

/*リンクカラー設定*/
a {
	color: #74A21B;
	text-decoration:none;
}

a:hover {
	color: #375006;
}

.style1 {
	color: #577914;
}

.privacyTitle {
	padding:10px 0px 5px 0px;
	font-weight:bold;
}



/*コンテナー（特に変更する必要はありません）
-------------------------------------------------------------------------------------*/
#container {
	width: 760px;
	text-align:center;
	margin:0px auto;
	border-top:4px solid #81AF27;
	border-left:4px solid #81AF27;
	border-right:4px solid #81AF27;
	border-bottom:15px solid #81AF27;
}
/*ヘッダー（ロゴとかナビメニューが入っているHPの上部のブロック）*/
#header {
	border-bottom:4px solid #81AF27;
	text-align:left;
	padding:10px;
	height:55px;
}

#header h1 {
	font-size:12px;
	font-weight:normal;
	color:#666666;
	float:left;
}
/*右上のナビメニュー*/
#nav {
	text-align:right;
	margin:0px 0px 0px auto;
}

#nav li {
	display: inline;
	margin-left: 10px;
	background: url(images/arrow1.gif) no-repeat left center;
	padding-left: 20px;
}


/*メインメニュー*/
#menu {
	background: #CCCCCC url(images/menu_bg.gif) no-repeat;
	height: 40px;
	clear:both;
}

#menu li {
	background: url(images/menu_bg_line.gif) no-repeat right;
	float: left;
	height: 40px;
}

#menu li a {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	display: block;
	width: 8em;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 40px;
}

#menu li a:hover {
	background: url(images/menu_bg_over.gif);
	color: #FFFFFF;
}



/*コンテンツ枠*/
#contents {
	background: url(images/contents_bg.gif) repeat-y;
}

.table_green400 {
	border:1px solid #81AF27;
	padding:10px;
	text-align:left;
	width:400px;
}
.table_green490 {
	border:1px solid #81AF27;
	padding:10px;
	text-align:left;
	width:468px;
}
.table_press td {
	padding-bottom:5px;
}


table.table_hyou {
    border-top:1px solid #81AF27;
    border-left:1px solid #81AF27;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.table_hyou th{
    border-right:1px solid #81AF27;
    border-bottom:1px solid #81AF27;
	background-color:#A5D743;
    padding:5px;
    text-align:center;
}
.table_hyou td{
    border-right:1px solid #81AF27;
    border-bottom:1px solid #81AF27;
    padding:5px 10px;
	text-align:left;
}


.b_boder {
	border-bottom:1px solid #cccccc;
	text-align:left;
}
.grey_line {
	border-left:1px solid #cccccc;
	padding-left:15px;
}



/*メインコンテンツ（文章が入っているブロック）*/
#main {
	float: left;
	width: 490px;
	display: inline;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 12px;
}

#main h2 {
	font-size: 13px;
	line-height: 31px;
	background: #000000 url(images/midashi_bg.gif) no-repeat;
	height: 33px;
	width: 475px;
	padding-left: 15px;
	margin-bottom:10px;
}

#main p {
	margin: 0.5em 10px 1em;
}

#main-img {
	background: url(images/main_img_bottom.gif) no-repeat bottom;
	padding-bottom: 9px;
}

/*TOPICS部分。*/
ul#topics {
	padding: 0px 12px 20px 8px;
	text-align:left;
}
#topics li {
	border-bottom: 1px dotted #CCCCCC;
	text-indent: -1em;
	padding-left: 1em;
}


/*サブコンテンツ（右側のブロック）*/
#sub {
	float: right;
	width: 220px;
	display: inline;
	color: #666666;
	padding:20px 12px 10px 0px;
}

#sub p {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

#sub h3 {
	font-size: 100%;
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sub-menu a {
	background: url(images/arrow2.gif) no-repeat 10px top;
	padding-left: 30px;
	text-decoration: none;
	display: block;
	border-right: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	border-left: 1px solid #F5F5F5;
	padding-right: 10px;
	width: 178px;
}

.sub-menu a:hover {
	background: #F5F5F5 url(images/arrow2.gif) no-repeat 13px top;
}



/*フッター*/
#footer {
	clear: both;
	color:#666666;
	padding:20px 0px 10px 0px;
	text-align:center;
}



/*clearfix（変更しない）*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#contents {
}

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */
