@charset "euc-jp";
/* CSS Document */

/*
リセット---------------------------------------
*/



* {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	font-size: 100%;
}

/*
共通---------------------------------------
*/



hr {
	display:none;
}



/*
リンク---------------------------------------
*/



a:link {
	color: #66f;
	text-decoration: underline;
}

a:visited {
	color: #66f;
	text-decoration: underline;
}

a:hover {
	color: #30c;
	text-decoration: none;
}

a:active {
	color: #009;
	text-decoration: underline;
}







/*
ボタン---------------------------------------
*/


#btn_CV {
	overflow: hidden;
	text-indent: -9999px;
	font-size:0px;
}

#btn_CV {
	width:436px;
	margin: 10px 0 10px 39px;
	display:block;
	background: url(../images/presentation_btn_end.jpg) no-repeat left top;
	height: 104px;
	border: none;
}




/*
クラス---------------------------------------
*/


.BorderBottom {
	border-bottom:#c6c6c6 dashed 1px;
	padding:10px 0 0 0;
}

.fontsize10 {
	font-size:10px;
}


.BorderArea {
	border: #FFCC99 dotted 1px;
	background: #FFFFdf;
	padding:5px 10px;
	margin:20px 10px 0 10px;
}

.BorderArea_2 {
	border: #ccc dotted 1px;
	background: #eee;
	padding:3px 10px;
	margin:0 10px 0 10px;
}

.text_indent {
	margin:0 0 0 20px;
}


.LinkBlank {
	background:url(../images/presentation_form_icon_bl.gif) top right no-repeat;
	padding-right:20px;
	padding-bottom:5px;
}


.margin_t20 {
	margin-top:20px;
}


/*
コンテンツ---------------------------------------
*/


#Wrapper {
	line-height:1.6;
	font-size:12px;
	width:700px;
}

#Outline {
}

#Header {
	background:url(../images/presentation_ttl_01_end.jpg) top center no-repeat;
	height:495px;
	width:700px;
	text-indent:-9999px;
	font-size:1px;
}

#Contents {
	background:url(../images/presentation_bg_02.jpg) top center repeat-y;
	padding-bottom:10px;
}


#TextArea_1 {
	background:url(../images/presentation_bg_01.jpg) top center no-repeat;
	padding:35px 60px 20px 60px;
}

#TextArea_1 p {
	padding-bottom:20px;
}


/*   フォームエリア  */

.FormArea {
	background:url(../images/presentation_form_bg_02.jpg) top center repeat-y;
	padding:0 65px;
	margin-bottom:20px;
}

.FormArea p {
	padding-bottom:4px;
}

.FormHeader {
	background:url(../images/presentation_form_bg_01.jpg) top center no-repeat;
	width:570px;
	height:15px;
	margin:0 auto;
}

.FormContent {
	padding:0 30px;
}

.FormContent h3 {
	background: url(../images/presentation_form_ttl_01.jpg) top left no-repeat;
	height:44px;
	text-indent:-9999px;
	font-size:1px;
	margin-top:10px;
}


.FormContent h4 {
	border-left:5px solid #ff6600;
	margin:15px 0 3px 0;
	padding: 2px 0 0 5px;
	font-weight:bold;
	font-size:14px;
	line-height:1.4;
}

.FormContent p {
	padding-left:10px;
}


.FormFooter {
	background:url(../images/presentation_form_bg_03.jpg) top center no-repeat;
	width:570px;
	height:15px;
	margin:20px auto 0 auto;
}



.cationTitle {
	background:url(../images/presentation_ttl_02.jpg) top center no-repeat;
	text-indent:-9999px;
	height:30px;
	display:block;
	margin:10px 0 0 0;
}




.FormEnd {
	color:#aaa;
}

.FormEnd h4 {
	border-left:5px solid #ffcc99;
}





/*   /フォームエリア  */


/*   リスト　  */

.list01 {
	margin-top:10px;
}

.list01 li {
	padding-bottom:10px;
	padding-left:20px;
	background:url(../images/presentation_form_icon_01.gif) top left no-repeat;
}


/*   /リスト  */


#Footer {
	background:url(../images/presentation_bg_03.jpg) top center no-repeat;
	height:45px;
	width:700px;
	text-indent:-9999px;
	font-size:1px;
}



