@charset "utf-8";

html {

}

.clearfix{*zoom:1;}
.clearfix:before,
.clearfix:after{display:block;content: "";}
.clearfix:after{clear:both;}


body {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	vertical-align: baseline;
	background: #FFF;
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	border: 0;
}

ul {
	list-style-type: none;
}


ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-right: 10px;
	margin-left: 6px;
}

a img {
	border: none;
}

a:link {
	color: #03C;
	text-decoration: underline; 
}
a:visited {
	color: #03C;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}


.container {
	width: 900px;
	background: #000;
	margin: 0 auto;
	box-shadow: 0 0 8px 4px rgba(0,0,0,0.2);
}

#header {
	background: #333;
	height: 20px;
}

h1 {
	color: #CCC;
	font-size: 14px;
	line-height: 20px;
}

h2 {
	color: #333;
	font-size: 18px;
	line-height: 20px;
	border-left: 8px solid #666;
	border-bottom: 1px solid #999;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 2px;
}

h3 {
	color: #333;
	font-size: 18px;
	line-height: 20px;
	border-left: 8px solid #666;
	padding-left: 8px;
	padding-top: 4px;
}

.header_area {
	position: relative;
	background: #333;
	width: 900px;
	height: 12px;
}

.main_body {
	-border-top: 12px solid #333;
	width: 900px;
	height: 300px;
	margin: 0 auto;
	margin-top: 0;
	background-image:url(./img/main.jpg);
	background-repeat: no-repeat;
}

.main_area {
	padding: 0;
	width: 900px;
	margin: 0;
}

.social_btn_box {
	position: relative;
	top: 6px;
	left: 650px;
	width: 234px;
	height: 30px;
	padding-top: 8px;
	overflow: hidden ;
}

.twitter_btn {
	width: 106px;
	height: 30px;
	float: left;
}

.btn01 {
	position: relative;
	display: block;
	top: 28px;
	left: 482px;
	width: 400px;
	height: 88px;
	line-height: 88px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.btn02 {
	position: relative;
	display: block;
	width: 860px;
	height: 88px;
	line-height: 88px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.btn01 a,.btn02 a {
	display: block;
	border-radius: 8px;
	color: #333;
	text-decoration: none;
	background: #FEFEFE; /* Old browsers */
	background: -moz-linear-gradient(top,  #FEFEFE 0%, #EFEFEF 50%, #DCDCDC 51%, #BCBCBC 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFEFE), color-stop(50%,#EFEFEF), color-stop(51%,#DCDCDC), color-stop(100%,#BCBCBC)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FEFEFE 0%,#EFEFEF 50%,#DCDCDC 51%,#BCBCBC 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FEFEFE 0%,#EFEFEF 50%,#DCDCDC 51%,#BCBCBC 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FEFEFE 0%,#EFEFEF 50%,#DCDCDC 51%,#BCBCBC 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FEFEFE 0%,#EFEFEF 50%,#DCDCDC 51%,#BCBCBC 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFEFE', endColorstr='#BCBCBC',GradientType=0 ); /* IE6-9 */
	border: 2px solid #D0CDC8;
	text-shadow:2px 2px 2px rgba(0,0,0,0.4);
}

.btn01 a:hover,.btn02 a:hover {
	background: #333;
	color: #FFF;
	background: #C2C2C2; /* Old browsers */
	background: -moz-linear-gradient(top,  #C2C2C2 0%, #B3B3B3 50%, #A0A0A0 51%, #808080 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C2C2C2), color-stop(50%,#B3B3B3), color-stop(51%,#A0A0A0), color-stop(100%,#808080)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #C2C2C2 0%,#B3B3B3 50%,#A0A0A0 51%,#808080 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #C2C2C2 0%,#B3B3B3 50%,#A0A0A0 51%,#808080 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #C2C2C2 0%,#B3B3B3 50%,#A0A0A0 51%,#808080 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #C2C2C2 0%,#B3B3B3 50%,#A0A0A0 51%,#808080 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C2C2C2', endColorstr='#808080',GradientType=0 ); /* IE6-9 */
	border: 2px solid #94918C;
}

.text_box01 {
	position: relative;
	width: 860px;
	height: 200px;
	background: #FFF;
	margin: 0 20px 20px 20px;
	padding-top: 10px;
	text-align: left;

background-image: url("img/shuuryou.png");
background-repeat: no-repeat;
background-position: right top;
}


.text_box01 p,
.text_box04 p {
	margin: 8px 6px;
	color: #333;
	font-size: 14px;
	line-height: 16px;
	padding: 0 4px;
}

.text_box01 p.catch_text {
	font-size: 16px;
	color: #B22D00;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 0;
}

.text_box02 p.catch_text  {
	font-size: 16px;
	color: #B22D00;
	font-weight: bold;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 0;
}

.pic_box {
	width: 900px;
	margin: 0;
	padding: 0;
}



.pic_m {
	margin: 0 0 20px 20px;
	width: 420px;
	height: 280px;"

}

.pic_s {
	margin: 0 0 0 20px;
	width: 200px;
	height: 160px;"

}

.notice_text {
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	padding: 0 16px;
	text-align: right;
}

.zaiko {
	background: #F00;
	border: 1px solid #C00;
	color: #FFF;
	font-size: 12px;
	padding: 1px 4px;
	margin: 0 0 2px 8px;

}

p.attention {
	color: #F00;
	font-size: 14px;
}


.text_box03 {
	position: relative;
	width: 860px;
	height: 176px;
	background: #FFF;
	margin: 0 20px 20px 20px;
	padding-top: 10px;
	text-align: left;
}

.text_box03 p {
	margin: 8px 6px;
	color: #333;
	font-size: 14px;
	line-height: 16px;
	padding: 0 4px;
}

.text_box03 p.catch_text {
	font-size: 16px;
	color: #B22D00;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.text_box02 {
	position: relative;
	width: 860px;
	height: 610px;
	background-color: #FFF;
	background-image: url(./img/design_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 20px 20px 20px;
	padding-top: 10px;
}

.text_box02 p,
.text_box05 p,
.text_box06 p {
	margin: 4px 6px 8px 6px;
	color: #333;
	font-size: 14px;
	line-height: 16px;
	padding: 0 4px;
}


.text_box04 {
	position: relative;
	width: 860px;
	height: 114px;
	background: #FFF;
	margin: 0 20px 20px 20px;
	padding-top: 10px;
	text-align: left;
}


.text_box05 {
	position: relative;
	width: 860px;
	height: 200px;
	background: #FFF;
	margin: 0 20px 20px 20px;
	padding-top: 10px;
	text-align: left;
}

.text_box06 {
	position: relative;
	width: 860px;
	height: 60px;
	background: #FFF;
	margin: 0 20px 20px 20px;
	padding-top: 10px;
	text-align: left;
}


.font_red {
	color: #F00;
}





/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}





/* ~~ フッター ~~ */
.footer {
	position: relative;
	clear: both;
}

.footer {
	color: #FFF;
	font-size: 12px;
	background: #333;
	width: 900px;
	height: 40px;
}


.copyright {
	clear:both;
	font-size: 14px;
	position: rerative;
	line-height: 40px;
	text-align: center;
}