@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_QA {
	overflow: hidden;
	text-indent: -9999px;
	font-size:0px;
}

#btn_QA a{
	width:350px;
	margin: 0 0 0 175px;
	display:block;
	background: url(/dol/topics/pk4/images/user_btn.jpg) no-repeat left top;
	height: 75px;
	border: none;
	display:block;
}


#btn_QA:hover {
	background-position: 0 -75px;
}




#starter_BNR {
	overflow: hidden;
	text-indent: -9999px;
	font-size:0px;
	top:670px;
	position:absolute;
}

#starter_BNR a {
	width:450px;
	margin: 0 0 0 10px;
	display:block;
	background: url(/dol/topics/pk4/images/img_starter_bnr.jpg) no-repeat left top;
	height: 102px;
	border: none;
}

#starter_BNR a:hover {
	background-position: 0 -102px;
}


/*
クラス---------------------------------------
*/


.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(/dol/topics/pk4/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 {
	padding-top:10px;
}

#Header {
	background:url(/dol/topics/pk4/images/index_ttl_01.jpg) top center no-repeat;
	height:590px;
	width:700px;
	text-indent:-9999px;
	font-size:1px;
}

#Contents {
	padding-bottom:10px;
	background:url(/dol/topics/pk4/images/index_cont_bg.jpg) top center repeat-y;
}

/*   各コンテンツ　  */

#TextArea_1 {
	background:url(/dol/topics/pk4/images/index_cont_01_bg.jpg) top center no-repeat;
	height:240px;
}

#TextArea_1 h2 {
	display:none;
}

#TextArea_1 p {
	padding:165px 35px 0 35px;
}


.Content h3 {
	text-indent:-9999px;
}

#Content_1_head {
	background:url(/dol/topics/pk4/images/index_cont_01_ttl.jpg) top center no-repeat;
	height:70px;
}


#Content_1_inter {
	background:url(/dol/topics/pk4/images/index_cont_01_inter.jpg) top center repeat-y;
}

#Content_1_inter strong {
	color:#000000;
}



#Content_1_foot {
	background:url(/dol/topics/pk4/images/index_cont_01_foot.jpg) top center no-repeat;
	height:40px;
}


#Content_2_head {
	background:url(/dol/topics/pk4/images/index_cont_02_ttl.jpg) top center no-repeat;
	height:65px;
}


#Content_2_inter {
	background:url(/dol/topics/pk4/images/index_cont_02_inter.jpg) top center no-repeat;
	height:545px;
}

.Content_2_swf {
	margin:0 0 0 51px;
	padding-top:5px;
}


#Content_2_foot {
	background:url(/dol/topics/pk4/images/index_cont_02_foot.jpg) top center no-repeat;
	height:60px;
	margin:0 0 20px 0;
}


#Content_3_head {
	background:url(/dol/topics/pk4/images/index_cont_03_ttl.jpg) top center no-repeat;
	height:65px;
}


#Content_3_inter {
	background:url(/dol/topics/pk4/images/index_cont_03_inter.jpg) top center repeat-y;
	padding-top:8px;
}


#Content_3_foot {
	background:url(/dol/topics/pk4/images/index_cont_03_foot.jpg) top center no-repeat;
	height:35px;
	margin:0 0 20px 0;
}


#Content_4 {
	margin:0 40px;
	padding:20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#fff;
}


#Content_4 table {
	width:100%;
}

#Content_4 h3 {
	text-align:center;
	text-indent:0;
	font-size:20px;
	color:#fff;
	margin-bottom:20px;
	text-shadow:#000 1px 1px 1px;
	background:#6cf;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px 0;
	line-height:1;
}

#Content_4_inter {
	margin-top:30px;
	border-top:#aaa dotted 1px;
}



#Content_4 h4 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
	text-indent:0;
}



#Content_4 table th {
	background:#dfdfdf;
	padding:5px 8px 3px 8px;
	width:140px;
	border-bottom:#efefef solid 1px;
}

#Content_4 table td {
	background:#efefef;
	padding:5px 8px 3px 8px;
	border-left:#aaa dotted 1px;
	border-bottom:#dfdfdf solid 1px;
}



#Content_5 {
	margin:40px 40px 0 40px;
	padding:20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#fff;
}


.Content_5_inter {
	margin-top:30px;
	border-top:#aaa dotted 1px;
}


#Content_5 h4 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
	text-indent:0;
	border-left:#006 solid 5px;
	padding-left:6px;
}


/*   /各コンテンツ　  */




/*   発表会　  */


#Presen {
}

#Presen h3,h4 {
	text-indent:-9999px;
}


#Presen_head {
	background:url(/dol/topics/pk4/images/index_presen_header.jpg) top center no-repeat;
	height:35px;
}

#Presen_inter {
	background:url(/dol/topics/pk4/images/index_presen_inter.jpg) top center repeat-y;
	padding-left:35px;
}


#Presen_inter p {
	line-height:180%;
	padding-top:5px;
}

.Presen_table {
	background:url(/dol/topics/pk4/images/index_presen_c_bg.gif) top right no-repeat;
	width:620px;
	padding-bottom:20px;
}

.Presen_table table {
	height:300px;
	margin:0 10px;
	width:600px;
}


#Presen_inter table td img {
	margin: 0 10px;
	text-align:right;
}


#Presen h4.happyoukai {
	background: url(/dol/topics/pk4/images/index_presen_c1_ttl.jpg) top left no-repeat;
	height:70px;
	margin-left:4px;
}


#Presen h4.kanfarensu {
	background: url(/dol/topics/pk4/images/index_presen_c1_ttl02.jpg) top left no-repeat;
	height:45px;
	margin-left:4px;
}



#Presen_foot {
	background:url(/dol/topics/pk4/images/index_presen_foot.jpg) top center no-repeat;
	height:25px;
}


#Presen .presen_pic {
	margin:10px 0 0 15px;
	padding:0 0 10px 0;
}

#Presen .presen_txt {
	margin:0px 20px 0 20px;
}

#Presen .BorderBottom {
	text-align:right;
	padding-bottom:5px;
}


/*   /発表会　  */




/*   リスト　  */

.list01 {
	padding:1px 0 0 60px;
	margin:0;
}

.list01 li {
	font-size:14px;
	padding-left:16px;
	font-weight:bold;
	padding-bottom:1px;
	background:url(/dol/topics/pk4/images/presentation_form_icon_01.gif) top left no-repeat;
}


.list02 {
	padding:0 0 10px 10px;
	margin:0 60px 0 0;
}

.list02 li {
	font-size:12px;
	font-weight:normal;
	padding-left:14px;
	padding-bottom:1px;
	background:#fff;
}

/*   /リスト  */


#Footer {
	background: url(/dol/topics/pk4/images/index_cont_foot.jpg) top center no-repeat;
	height:45px;
	width:700px;
	text-indent:-9999px;
	font-size:1px;
}
