@charset "utf-8";

/* ad.css */


/*-------------------------------------------------
///	基本全体共通設定	
-------------------------------------------------*/

/* html */
html {
	font-size: 62.5%;
	color: #333;
	background: #000;
}

/* body */
body {
	font-size: 1.4em;
}

/* * */
* {
	font-size: 100%;
	line-height: 180%;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,Sans-Serif;
}

/* for IE7 */
*+html body {
}

/* for IE6 */
* html body {
	overflow: scroll;
}

/* for safari \*/
html:not(:only-child:only-child) {
	letter-spacing: 0;
}

a:link {
	color: #3366FF;
}


a:visited {
	color: #3366FF;
}

a:hover {
	color: #FF0000;
}

a:active {
}

a {
	text-decoration: none;
}


/*-------------------------------------------------
///	clear fix
-------------------------------------------------*/

.clear:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* for IE6 */
* html .clear {
	display: inline-block;
}

/* for IE7 */
*+html .clear {
	display: inline-block;
}


/*-------------------------------------------------
///	wrapper	
-------------------------------------------------*/

#wrapper {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
} 

#header p {
	display: none;
}

.banner_p {
	display: block;
}


/*-------------------------------------------------
///	header	
-------------------------------------------------*/

#header {
	background: url(http://rockdendo.com/img/bg_header_link.jpg) no-repeat left top;
	width: 950px;
	height: 399px;
	margin: 0 auto;
	
}

#header h1 {
        text-align: left;
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	width: 444px;
	height: 185px;
}


/*-------------------------------------------------
///	contents	
-------------------------------------------------*/

#contents {
	background: url(http://rockdendo.com/img/bg_body_link.jpg) repeat-y left top;
	margin: 0 auto;
	width: 950px;
	height: 1000px;
	text-align: center;
	position: relative;
}

#contents h2 {
	margin-bottom: 30px;
	position: absolute;
	top: -150px;
	left: 200px;
}

#contents #FirstCol {
	width: 650px;
	margin: 0 auto;
}

#contents #FirstCol p {
	margin-bottom: 20px;
}

#contents #FirstCol p.last_p {
	margin-bottom: 50px;
}

#contents #FirstCol p.q_p {
	color: #6633CC;
	font-weight: bold;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}

#contents #FirstCol p.color_red {
	color: #FF0000;
}

#contents #FirstCol ul {
	margin-bottom: 40px;
	border-top: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	padding-top: 20px;
}

#contents #FirstCol ul li {
	margin-bottom: 20px;
}

#contents #FirstCol ul li img {
	vertical-align: -4px;
	margin-right: 6px;
}

#contents #FirstCol dl {
	width: 650px;
	margin-bottom: 30px;
}

#contents #FirstCol dl dt {
	margin-bottom: 5px;
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}

#contents #FirstCol dl dd {
	margin-bottom: 20px;
}

#contents #FirstCol dl.prof {
	text-align: center;
	color: #FF6600;
	margin-bottom: 50px;
}

#contents #FirstCol dl.prof dt {
	margin-bottom: 10px;
	color: #FF6600;
}

#contents #FirstCol dl.prof dd {
	margin-bottom: 10px;
}

#contents #FirstCol img.prof_img {
	margin-bottom: 50px;
}

#contents #FirstCol .last_link {
	padding-bottom: 15px;
}

#contents #FirstCol .last_link li {
	margin-bottom: 5px;
}


/*-------------------------------------------------
///	質問30連発	
-------------------------------------------------*/

#contents #FirstCol.ad ul {
	border: none;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 0;
}

#contents #FirstCol.ad ul li {
	margin-bottom: 5px;
}

#contents #FirstCol.ad h3 {
	color: #6633CC;
	font-size: 20px;
	border: none;
}

#contents #FirstCol.ad p {
	margin-bottom: 30px;
}

#contents #FirstCol.ad p.last_p {
	margin-bottom: 80px;
}

#contents #FirstCol.ad p span.text_red {
	color: #FF0000;
}


/*-------------------------------------------------
///	footer	
-------------------------------------------------*/

#footer {
	background: url(http://rockdendo.com/img/bg_bottom_link.jpg) no-repeat left top;
	width: 950px;
	height: 357px;
	margin: 0 auto;
	text-align: right;
	position: relative;
}

#wrapper #footer .pagetop {
	width: 650px;
	margin: 0 auto;
	padding-top: 65px;
	padding-bottom: 5px;
	border-bottom: #CCC 1px solid;
}

#footer address {
	position: absolute;
	top: 100px;
	right: 145px;
	font-size: 12px;
	color: #999;
}

.form500 {
	width: 500px;
	height: 63px;
	border: #999 1px solid;
	padding: 5px;
}

