/* /////////////////////////////////////////// */
/* 共通スタイルシート
/* /////////////////////////////////////////// */

* {
	line-height:1.2;
	padding:0px;
}


dt{
	padding: 0px 0px 0px 25px;
	margin:0px;
	font-size: 130%;
	font-weight: bold;
}


body {
	font-size:0.8em;
	color:#333333;
	background-color:#F3F3F3;
	margin:0px;
}
img {
	border:none;
	vertical-align:top;
}

/* /////////////////////////////////////////// */
/* 構造
/* /////////////////////////////////////////// */

#dorakue {
	width: 898px;
	margin: 0px auto 0px auto;
	background-color:#FFFFFF;
	border: 1px solid #DDDDDD;
	text-align:left;
}
#header h1{
	float:center;
	text-align:center;
	margin:0px;
}
#header {
	float:center;
	text-align:center;
}

#header p{
	float:center;
	text-align:center;
	margin:0px;
}


#main {
	clear:both;
}
.contents{
	width:820px;
	margin: 0px auto 0px  auto;
}


.clear {  

clear:both;　/*floatの解除、ここがポイント*/ 

}

#footer {
	padding: 0px 2px 2px 0px;
	background-color: #F9F9F9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	text-align:center;
}

h2{
	margin:0px;
        line-height:0.1;
	color:#CC1228;

}

h3{
	margin:0px;
        line-height:1.0;
	font-size: 100%;
	text-align:center;
}

p{
        line-height:1.0;
}

dt{
	margin:0px;
        line-height:0.1;
	color:#CC1228;
}



#pagetop {
	padding: 10px 10px 10px 0px;
}

/* /////////////////////////////////////////// */
/* トップページ
/* /////////////////////////////////////////// */

#table_top {
	width:840px;
	margin: 0px auto 0px  auto;
}
#table_left {
	float:left;
	width:267px;
}
#table_center {
	float:left;
	width:267px;
}
#table_right {
	float:left;
	width:267px;
}

#table_big {
	float:center;
	width:800px;
}