@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_back {
	overflow: hidden;
	text-indent: -9999px;
	font-size:0px;
}

#btn_back {
	width:140px;
	margin:20px 0 0 275px;
	display:block;
	background: url(../images/back_btn.gif) no-repeat left top;
	height: 75px;
	border: none;
}

#btn_back:hover {
	background-position: 0 -75px;
}

/*
クラス---------------------------------------
*/


.BorderBottom {
	border-bottom:#c6c6c6 dashed 1px;
	padding-bottom:5px;
	margin-bottom:5px;
}

.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_b5 {
	margin-bottom:5px;
}


.img_mgn {
	margin:0 10px 5px 10px;
}



/*
コンテンツ---------------------------------------
*/


#Wrapper {
	line-height:1.6;
	font-size:12px;
	width:700px;
}

#Outline {
	padding-top:10px;
}

#Header {
	background:url(../images/userconf_ttl_01.jpg) top center no-repeat;
	height:385px;
	width:700px;
	text-indent:-9999px;
	font-size:1px;
}

#Contents {
	padding-bottom:10px;
	background:url(../images/index_cont_bg.jpg) top center repeat-y;
}

/*   各コンテンツ　  */

.Content h3 {
	text-indent:-9999px;
}

#Content_1_head {
	background:url(../images/userconf_cont_01_ttl.jpg) top center no-repeat;
	height:65px;
}


.Content_1_inter {
	background:url(../images/userconf_cont_01_inter.jpg) top center repeat-y;
	padding:5px 60px 1px 60px;
}

.Content_1_inter .h210 {
	height:210px;
	display:block;
}


.Content_1_inter .cont_line {
	background:url(../images/userconf_cont_01_line.jpg) top center no-repeat;
	height:40px;
	display:block;
}

#Content_1_foot {
	background:url(../images/userconf_cont_01_foot.jpg) top center no-repeat;
	height:35px;
	margin-bottom:20px;
}


#Content_2_head {
	background:url(../images/userconf_cont_02_ttl.jpg) top center no-repeat;
	height:65px;
}


.Content_2_inter {
	background:url(../images/userconf_cont_02_inter.jpg) top center repeat-y;
	padding:10px 60px;
}

#Content_2_foot {
	background:url(../images/userconf_cont_02_foot.jpg) top center no-repeat;
	height:35px;
}


/*   /各コンテンツ　  */

/*   FAQ　  */


#FAQarea {
}

#FAQarea p strong {
	font-size:20px;
	margin-left:-33px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:130%;
}


.FAQtext {
	padding:35px 0 0 0;
}


.faqQuestion {
	background:#133466;
	border-right:#e9ecee solid 3px;
	border-top:#133466 solid 3px;
	color:#fff;
}

.faqQuestion p {
	margin:0 5px 0 40px;
}

.faqAnswer {
	background:#e9ecee;
	border-left:#133466 solid 3px;
	border-bottom:#e9ecee solid 3px;
	color:#000;
	margin-bottom:20px;
	padding-top:5px;
}

.faqAnswer p {
	margin:0 5px 5px 40px;
}



.nameTAKEDA {
	font-weight:bold;
	color:#990000;
	margin-left:-33px;
}

.nameATSUMI {
	font-weight:bold;
	color:#006600;
	margin-left:-33px;
}


/*   /FAQ　  */


/*   リスト　  */

.list01 {
	padding:0 0 0 60px;
	margin:0;
}

.icon {
	font-size:12px;
	padding-left:16px;
	background:url(../images/presentation_form_icon_01.gif) top left no-repeat;
}


/*   /リスト  */


#Footer {
	background: url(../images/index_cont_foot.jpg) top center no-repeat;
	height:45px;
	width:700px;
	text-indent:-9999px;
	font-size:1px;
}



