﻿@charset "utf-8";

/* ----------------------- Font Style */

h2 {
	position: relative;
	background-color: #0085B2;
	border-radius: 4px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-top: 9px;
	margin-bottom: 25px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
	line-height: 100%;
}
h2::after {
	position: absolute;
	top: 97%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 10px solid #0085B2;
}
 
h3  {
	border-left: 5px solid #f09199;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

h4 {
	position: relative;
	background-color: #8DB53C;
	border-radius: 4px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-top: 9px;
	margin-bottom: 25px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
	line-height: 100%;
}

h4::after {
	position: absolute;
	top: 97%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 10px solid #8DB53C;
}

h5 {
	position: relative;
	background-color: #FF9326;
	border-radius: 4px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-top: 9px;
	margin-bottom: 25px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
	line-height: 100%;
}
h5::after {
	position: absolute;
	top: 97%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 10px solid #FF9326;
}

.text_main {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 14px;
	line-height: 2.0;
	letter-spacing: 0.1em;
}


.text12 {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.1em;
}

.text12_ad {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #FFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
}

.text14 {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 14px;
	line-height: 2.0;
	letter-spacing: 0.1em;
}

.text16 {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

.text16_s {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 16px;
	line-height: 2.0;
	letter-spacing: 0.1em;
}

.text20 {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 20px;
	line-height: 2.0;
	letter-spacing: 0.1em;
}

.text20_s {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 20px;
	letter-spacing: 0.1em;
}

/* ----------------------- Font Color */

.orange {color: #FF6600;}
.ygreen {
	color: #339900
}
.blue {
	color: #0085B2
}
.pink {color: #FF3366}
.white {color: #FFFFFF}
.red {color: #FF0000}
.gray {color: #777777}

/* ----------------------- Link */

a.link {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-decoration: none;
	background-image: url();
	background-repeat: repeat-x;
}
a.link:hover {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-decoration: none;
	background-image: url();
	background-repeat: repeat-x;
	position: relative;
	left: 2px;
}

a.link2 {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
	padding: 1px 8px;
}

a.link2:hover {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
	position: relative;
	left: 2px;
}

a.link3 {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #85B200;
	padding: 1px 8px;
}

a.link3:hover {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #85B200;
	position: relative;
	left: 2px;
}

a.link4 {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	color: #666;
	margin-right: 5px;
}

a.link4:hover {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	color: #666;
	margin-right: 5px;
	position: relative;
	left: 2px;
}

a.link5 {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 14px;
	color: #000;
	letter-spacing: 0.1em;
	text-decoration: none;
	background-image: url();
	background-repeat: repeat-x;
}
a.link5:hover {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 14px;
	color: #000;
	letter-spacing: 0.1em;
	text-decoration: none;
	background-image: url();
	background-repeat: repeat-x;
	position: relative;
	left: 2px;
}

/* ----------------------- Top */

#slide {
	height: 450px;
	min-width: 980px;
	background-image: url(../img/top/001.png);
	background-repeat: no-repeat;
	background-position: top;

}

#top_main {
	margin-top: 30px;
	margin-bottom: 30px;
}
.ts_touroku {
	margin-bottom: 15px;
	margin-top: 5px;
}
#text_keigen {
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../img/illust_keigen.gif);
	width: 950px;
	height: 438px;
	background-repeat: no-repeat;
	background-position: right;
}
.space30 {
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}

#m_form {
	margin-top: 5px;
}

/* ----------------------- 画像 */

.photo_w150 {
	border: solid 1px #ccc;
	padding: 5px;
	width: 150px;
}

.photo_w210 {
	border: solid 1px #ccc;
	padding: 5px;
	width: 210px;
}

.photo_w230 {
	border: solid 1px #ccc;
	padding: 5px;
	width: 230px;
}

.photo_w240 {
	border: solid 1px #ccc;
	padding: 5px;
	width: 240px;
}

.photo_w300 {
	border: solid 1px #ccc;
	padding: 5px;
	width: 300px;
}

.photo_w900 {
	border: solid 1px #ccc;
	padding: 5px;
	width: 900px;
}
.work_bana {
	margin-bottom: 10px;
}
#movie {
	width: 100%;
}
.text_colum_ue {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 150%;
	margin-top: 15px;
	margin-bottom: 8px;
	letter-spacing: 0.2em;
}
.text_colum_st {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}
.info_ad {
	margin: 30px;
}
#colum_menu {
	margin-bottom: 10px;
}
.w1100 {
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
