/*ブラウザスタイルの初期化*/

* {
	margin:0px;
	padding:0px;
	border:0px;
	background-color:transparent;
	color:#0c0c0c;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	font-family:'ms Pgothic',osaka,  sans-serif;
	line-height:130%;
	text-decoration:none;
}

/*フッター部分のスタイル*/
div#footer {
	width:770px;
	margin:20px auto 0px auto;
	background-color:#FFFFFF;
}

div#footer_in {
	text-align:center;
	padding:20px 0px;
}


/*フッターのlinkのスタイル*/

a:link {
	color:#000000;
	font-size:10px;
	font-weight:normal;
}

a:visited {
	color:#000000;
	font-size:10px;
	font-weight:normal;
}

a:hover {
	color:#000000;
	font-size:10px;
	text-decoration:underline;
	font-weight:normal;
}

a:active {
	color:#000000;
	font-size:10px;
	font-weight:normal;
}


/*メイン*/

body#body {
	background-color:#ffffff;
}

div#container {
	width:784px;
	background-image:url('../images/bg.gif');
	background-repeat:repeat-y; 
	margin:0px auto;
}

div#wrapper {
	width:770px;
	background-color:#0c0c0c;
	margin:0px auto;
}

.header {
	width:770px;
	margin:0px auto;
}

.button {
	width:690px;
	margin:0px auto 35px auto;
	text-align:center;
}

.button_bottom {
	width:690px;
	margin:35px auto;
	text-align:center;
}

.button_text {
	margin-top:10px;
	color:#b6b6b6;
}

div#content {
	width:690px;
	margin:0px auto;
}

.content_box {
	width:690px;
	margin-top:25px;
	background-color:#FFFFFF;
}

.content_box_in {
	width:660px;
	margin:20px auto 0px auto;

}

.content_left {
	width:320px;
	float:left;
	margin-bottom:20px;
}

.content_right {
	width:320px;
	float:right;
	margin-bottom:20px;
}

.s_text {
	font-size:10px;
}

.content_left dd{
	padding-top:0.5em;
	font-size:12px;
	color:#0c0c0c;
}

.content_right dd{
	padding-top:0.5em;
	font-size:12px;
	color:#0c0c0c;
}

.dd_left {
	width:250px;
	float:left;
}

.dd_right {
	width:53px;
	float:right;
}

.content_dl {
	width:660px;
	margin-bottom:20px;
}

.content_dl dd{
	padding-top:0.5em;
	font-size:12px;
	color:#0c0c0c;
}

.caution {
	width:660px;
	margin:0px auto;
}

.caution_margin {
	padding-top:20px;
}

.caution_box {
	width:660px;
	margin:5px auto 20px auto;
}

.caution_text {
	font-size:10px;
	color:#0c0c0c;
}

.caution_box dt{
	float:left;
	clear:left;
	font-size:10px;
	color:#0c0c0c;
}

.caution_box dd{
	padding-left:2em;
	font-size:10px;
	color:#0c0c0c;
}

.mark {
	font-weight:bold;
}

