@charset "utf-8";
/* -----------------------------------------------------------------------------

共通設定（タグ別）

-------------------------------------------------------------------------------- */
*{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: transparent;
	letter-spacing: 0px;
}


address{ font-style:normal;}

img{ border:none;}

.clearFix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

html, body {

	height:100%;

	}

html>/**/body{overflow:-moz-scrollbars-vertical;}

html:first-child body{min-height:100%;}

body{
	font-size:12px;
	color:#707070;
	line-height:150%;
	text-align:center;
	background-color:#FFFFFF;
}


.clearfix:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}

.clearfix {

	display: inline-block;

	min-height:1%; /* for IE 7*/

}

/* except Mac IE5 \*/

*html .clearfix { height: 1%; }

.clearfix {display: block;}

/* end of Holly Hack */

.mt15{margin-top:15px;}
.mt10{margin-top:10px;}
.mt5{margin-top:5px;}
.mb15{margin-bottom:15px;}
.mb10{margin-bottom:10px;}
.mb5{margin-bottom:5px;}
.ma5{margin:5px;}
.ma10{margin:10px;}
.ma15{margin:15px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.ml25{margin-left:25px; _margin-left:12px;}

/* -----------------------------------------------------------------------------

リンク

-------------------------------------------------------------------------------- */

.totop {
	text-align: right;
	margin-bottom: 15px;
}

.totop a {
	display: inline;
	background: url(../images/common/totop.gif) no-repeat right 2px;
	padding-right: 14px;
	margin-right: 18px;
}

a:link {color:#0000FF; text-decoration:underline;}
a:visited {color:#0000FF; text-decoration:underline;}
a:active {color:#0000FF; text-decoration:underline;}
a:hover {color:#666666; text-decoration:none;}

/*
h3 a:link {color:#0395C6; text-decoration:none;}
h3 a:visited {color:#0395C6; text-decoration:none;}
h3 a:active {color:#0395C6; text-decoration:none;}
h3 a:hover {color:#666666; text-decoration:none;}
*/

a:link.contents_tit {color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:14px; padding-left:30px;}
a:visited.contents_tit {color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:14px; padding-left:30px;}
a:active.contents_tit {color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:14px; padding-left:30px;}
a:hover.contents_tit {color:#FFFFFF; text-decoration:underline; font-weight:bold; font-size:14px; padding-left:30px;}

a:link.btn_tit {color:#0000FF; text-decoration:underline; font-weight:bold; font-size:14px; padding-left:20px;}
a:visited.btn_tit {color:#0000FF; text-decoration:underline; font-weight:bold; font-size:14px; padding-left:20px;}
a:active.btn_tit {color:#0000FF; text-decoration:underline; font-weight:bold; font-size:14px; padding-left:20px;}
a:hover.btn_tit {color:#666666; text-decoration:none; font-weight:bold; font-size:14px; padding-left:20px;}

/* 上記のオリジナル
a:link.btn_tit {color:#545454; text-decoration:none; font-weight:bold; font-size:14px; padding-left:20px;}
a:visited.btn_tit {color:#545454; text-decoration:none; font-weight:bold; font-size:14px; padding-left:20px;}
a:active.btn_tit {color:#545454; text-decoration:none; font-weight:bold; font-size:14px; padding-left:20px;}
a:hover.btn_tit {color:#0395C6; text-decoration:underline; font-weight:bold; font-size:14px; padding-left:20px;}
*/

a:link.btn_tit_s {color:#0000FF; text-decoration:underline; font-weight:bold; font-size:12px; padding-left:20px; line-height:130%;}
a:visited.btn_tit_s {color:#0000FF; text-decoration:underline; font-weight:bold; font-size:12px; padding-left:20px; line-height:130%;}
a:active.btn_tit_s {color:#0000FF; text-decoration:underline; font-weight:bold; font-size:12px; padding-left:20px; line-height:130%;}
a:hover.btn_tit_s {color:#666666; text-decoration:underline; font-weight:bold; font-size:12px; padding-left:20px; line-height:130%;}

/* 上記のオリジナル
a:link.btn_tit_s {color:#545454; text-decoration:none; font-weight:bold; font-size:12px; padding-left:20px; line-height:130%;}
a:visited.btn_tit_s {color:#545454; text-decoration:none; font-weight:bold; font-size:12px; padding-left:20px; line-height:130%;}
a:active.btn_tit_s {color:#545454; text-decoration:none; font-weight:bold; font-size:12px; padding-left:20px; line-height:130%;}
a:hover.btn_tit_s {color:#0395C6; text-decoration:underline; font-weight:bold; font-size:12px; padding-left:20px; line-height:130%;}
*/

#block_other_content {
	padding-bottom: 10px;
}

#block_other_content .other_content {
	float: left;
	_display: inline;
	/*original w:312px*/
	width: 294px;
	_width: 310px;
	padding: 8px;
	margin-left: 20px;
	margin-bottom: 8px;
	border: 1px solid #6CF;
	text-align: left;
	font-size: 12px;
}

#block_other_content .other_content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #0297C2;
}

#block_other_content .other_content p.text_read {}

#block_other_content .other_content p.text_link {
	text-align: right;
}

#block_other_content .other_content p.text_link a {
	display: inline;
	background: url(../images/common/arrow_b.gif) no-repeat 0px 3px;
	padding-left: 11px;
}

#block_other_content .other_content p.text_link a:hover {}


