@charset "shift_jis";
@import url("common.css");

/*-------------------------------------------------------------
	基本設定
-------------------------------------------------------------*/
* {/* 各ブラウザの独自解釈をリセット */
	margin: 0;
	padding: 0;
}

body, div, ol, ul, dl, form {
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, h5, h6, dt, dd, input, textarea{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: url(../images/bg_back_01.jpg) repeat;
	color: #eee;
	font: normal 100% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	*font-size: 81.25%; /*for IE6,IE7*/
}

a{ outline: none;}
a img {
	border: none;
	background: transparent;
}

a:hover img {
 	opacity: 0.8;
	filter: alpha(opacity=80);
 	-moz-opacity: 0.8;
}

a:link {text-decoration: none;color: #09f;}
a:visited {text-decoration: none;color: #09f;}
a:hover {text-decoration: underline;color: #09f;}
a:active {text-decoration: none;color: #09f;}


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/*-------------------------------------------------------------
	header
-------------------------------------------------------------*/
#header {
	background: url(../images/h1_02.jpg) no-repeat 0 0 #fff81f;
}

#header h1 {
	display: none;
}

#header .dl_pdf {
	float: left;
	padding: 272px 0 0 42px;
	margin: 0 0 15px;
}

#header .dl_pdf a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
 	-moz-opacity: 0.9;
}

#header p {
	clear: both;
	font-size: 85%;
	margin: 0 42px 2px;
	text-indent: -1em;
}


/*-------------------------------------------------------------
	.contents
-------------------------------------------------------------*/
#contents {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	text-align: left;
	color: #000;
}

#contents h2 {
	margin: 0 27px 20px;
}

#contents .box_text,
#contents .profile {
	margin: 0 auto 50px;
	clear: both;
}

.box_text p {
	margin: 0 60px 20px;
}

.box_face {
	width: 622px;
	height: 126px;
	padding: 20px 0 0 278px;
	background: url(../images/txt_01_08.gif) no-repeat left bottom;
}

.box_face p {
	display: none;
}

.box_pdf {
	background: url(../images/txt_02_08.png) no-repeat top center #fff81f;
	margin: 0 28px 40px;
	padding: 45px 0 5px;
}

.box_pdf a img {
	display: block;
	margin: 0 0 10px 110px;
}

.box_pdf p {
	font-size: 85%;
	margin: 0 45px 5px;
	text-indent: -1em;
}

.stripe {
	margin-bottom: 10px;
}

.stripe p {
	background: url(../images/bg_stripe.gif) repeat;
	padding: 10px;
	margin: 0 50px 10px;
	font-size: 90%;
}

.stripe span {
	font-size: 120%;
	font-weight: bold;
}

.stripe_gray {
	margin-bottom: 20px;
}

.stripe_gray p {
	background: url(../images/bg_gray.gif) repeat;
	padding: 10px;
	margin: 0 50px 10px;
	font-size: 110%;
	font-weight: bold;
	color: #f39;
}



/*---------------------------
	profile
-----------------------------------------------------------------------------------------------*/
h2.pro {
	background: #1a4d14;
	margin: 0 30px !important;
	padding: 12px 0 12px 30px;
	color: #fff;
	font-size: 115%;
	font-weight: bold;
}

h2.pro a:link, 
h2.pro a:visited {
	color: #fff;
	text-decoration: underline;	
}

h2.pro a:hover {
	text-decoration: underline;
	color: #f00;
}

h2.pro a:active {
	text-decoration: none;
	color: #09f;
}

#box_profile {
	clear: both;
	margin: 0 30px 40px;
	padding: 10px 0 0 0;
	border: solid 1px #ccc;
	border-top: none;
	font-size: 95%;
}

#box_profile .tn {
	float: right;
	margin: 0 10px 20px 20px;
}

#box_profile p {
	margin: 0 28px 15px;
}

#box_profile ul {
	margin: 0 28px 10px;	
}

#box_profile a:link, 
#box_profile a:visited {
	color: #000;
	text-decoration: underline;	
}

#box_profile a:hover {
	text-decoration: underline;
	color: #f00;
}

#box_profile a:active {
	text-decoration: none;
	color: #09f;
}



/*---------------------------
	form
-----------------------------------------------------------------------------------------------*/
.box_form {
	clear: both;	
	margin: 0 28px 40px;
	padding: 20px 0 10px;
	background: #eee;
	border: outset 3px #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
	border-radius: 3px;
}

.box_form p {
	margin: 0 0 0 30px;	
	text-align: left;
	font-size: 95%;
}

dl.form {
	clear: both;
	margin: 0 140px 0;
}

dl.form dt {
	display: block;
	float: left;
	clear: left;
	width: 7em;
	padding: 6px 15px 0 30px;
	color: #000;
	font-size: 110%;
	font-weight: bold;
	text-align: right;
}

dl.form dd {
	padding: 0 0 15px 0;
	margin: 0 0 15px 10px;
	border-bottom: dotted 2px #999;
}

input.input_form {
	width: 320px;
	_width: 310px;
	padding: 10px;
	border: solid 1px #ccc;
	border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
	box-shadow: 0 0 2px 2px #999, inset 1px 1px 2px 1px #eee;
	-webkit-box-shadow: 0 0 2px 2px #999, inset 1px 1px 2px 1px #eee;
	-moz-box-shadow: 0 0 2px 2px #999, inset 1px 1px 2px 1px #eee;
}

input:focus {
	background: #ffc;
}

.f_color {
	color: #f00;
}

.button {
	margin: 0 auto 25px;
	text-align: center;
	clear: both;
}

.txt_idt {
	text-indent: -1em;
	font-size: 95% !important;
}



/*-------------------------
	.dl
-------------------------------------------------------------------------------------------------*/
.box_point {
	clear: both;
	width: 800px;
	background: #fff;
	margin: 0 auto 30px;
	padding: 10px 0;
}

.box_point p {
	margin: 0 50px;
	color: #000;
}

.dl_btn {
	margin: 0 0 30px 100px;
}

.dl_btn a {
	display: block;
	width: 700px;
	height: 64px;
	background: url(../images/dl_btn_09.png) no-repeat bottom;
	text-indent: -9999px;
	overflow: hidden;
}

.dl_btn a:hover {
	 background-position: 0 0;
}

dl.box_movie {
	clear: both;
	margin: 20px 130px 50px;
}

dl.box_movie dt {
	color: #f00;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	margin-bottom: 5px;
}

dl.box_movie dt span {
	font-size: 90%;
	color: #000;
}

dl.box_movie dd {
	margin-bottom: 30px;
}



/*-------------------------------------------------------------
	footer
-------------------------------------------------------------*/
#footer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0 5px;
	background: #1a4d14;	
	font-size: 12px;
	color: #fff;
}

#footer a:link, 
#footer a:visited {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
	color: #f00;
}

#footer a:active {
	text-decoration: none;
	color: #09f;
}