@charset "shift_jis";
/*基本設定*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", 'meiryo', Arial, Helvetica, "Osaka","lroSVbN", sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
}

/*html{overflow-y: scroll;}*/

div,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: top;
}

.indent15px {
	text-indent: 15px;
}

.vertical-align_bottom {
	vertical-align:bottom;
	margin-right: 2px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.align_center {
	text-align: center !important;
}

.align_left {
	text-align: left !important;
}

.align_right {
	text-align: right !important;
}

.right_margin10px {
	margin : 0 10px 0 0;
}

.left_margin10px {
	margin : 0 0 0 10px;
}

.top_margin5px {
	margin : 5px 0 0 0;
}

.top_margin10px {
	margin : 10px 0 0 0;
}

.top_margin15px {
	margin : 15px 0 0 0;
}

.top_margin20px {
	margin : 20px 0 0 0;
}

.top_margin25px {
	margin : 25px 0 0 0;
}

.top_margin35px {
	margin : 35px 0 0 0;
}

.top_margin10px_bottom5px {
	margin : 10px 0 5px 0;
}

.top_margin10px_bottom20px {
	margin : 10px 0 20px 0;
}

.top_margin10px_left10px {
	margin : 10px 0 0 10px;
}

.top_margin20px_bottom5px {
	margin : 20px 0 5px 0;
}

.left_margin25px {
	margin : 0 0 0 25px;
}

.bottom_margin5px {
	margin : 0 0 5px 0;
}

.bottom_margin10px {
	margin : 0 0 10px 0;
}

.bottom_margin20px {
	margin : 0 0 20px 0;
}

.decimal {
	list-style-type: decimal;
}

.triangle {
	background: url(../images/common/img_triangle.gif) left center no-repeat;
	padding: 0 0 0 12px
}

.img01 {
	float: right;
	margin: 0 0 20px 20px;
}

.img02 {
	float: left;
	margin: 0 23px 30px 0;
}

.img03 {
	float: right;
	margin: 0 0 10px 20px;
}

.img04 {
	float: left;
	margin: 0 20px 10px 0;
}

.img05 {
	float: right;
	margin: 0 0 10px 23px;
}

.img06 {
	float: right;
	margin: 0 0 50px 20px;
}

.img07 {
	float: left;
	margin: 0 20px 20px 0;
}

.white {
	color: white;
}

.black {
	color: black;
}

.gray {
	color: #666;
}

.gray12px {
	font-size: 12px;
	color: #666;
}

.blue {
	color: #06c;
}

.deepred {
	color: #e30000;
}

.red {
	color: #ff0000;
}

.green {
	color: #00835d;
}

.orange {
	color: #ffa500;
}

.gold {
	color: #996633;
}

.gray_line01 {
	border-top: 1px solid #ccc;
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
}

.bg_color_brown {
	background-color: #f0ebe6;
	color: #996633;
}

.bg_color_gray {
	background-color: #dcdcdc !important;
}

.clear_both {
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height:1%;
	overflow:visible;
}
/* End hide from IE-mac */

.text10px {
	font-size: 10px;
	letter-spacing: 1px;
}

.text12px {
	font-size: 12px;
}

.text14px {
	font-size: 14px;
}

.text16px {
	font-size: 16px;
}

.text18px {
	font-size: 18px;
}

.title15px {
	font-size: 16px;
	margin: 0 0 20px 0;
	color: #00835d;
}

/*リンク*/
a:link {
	color: #00835d;
	text-decoration: none;
}

a:visited {
	color: #00835d;
	text-decoration: none;
}

a:hover {
	color: #00835d;
	text-decoration: underline;
}
