
BODY {
	background:#fff;
	margin:0;
	padding:0;
	color:#333;
	font:10pt/150% 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	text-align:center;
}

/* タグ */
DIV,TD,LI{
	font:10pt/150% 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
}

UL,LI{
	margin:0;
	padding:0;
}

LI{
	margin-left:20px; list-style:circle;
}

IMG {
	border:none;
}

/* 外枠 */
#frame{
	background:#fff;
	width:750px;
	text-align:left;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	padding-top:10px;
	margin:0 auto;
}

#frame-margin{
	margin:0 10px;
}

/* ヘッダー */
.head-line{
	background:#fe6;
	padding:2px 0;
	color:#000;
}

.head-line h1,
.head-line h2,
.head-line br{
	line-height:12pt;
}

H1{
	margin:0;
	padding:0 10px;
	font-size:9pt;
	float:left;
}

H1 a{
	color:#333;
	text-decoration:none;
}

H1 a:hover{
	color:#333;
	text-decoration:none;
}

.head-line h2{
	margin:0;
	padding:0 0px;
	font-size:9pt;
	font-weight:normal;
	float:left;
}

#title{
	width:30px;
	height:3px;
	border:none;
}

.head{
	padding:0 10px;
}

/* メインスペース */
.main{
	width:469px;
	float:left;
}

.content-l{
	width:230px;
	float:left;
}

.content-r{
	width:230px;
	float:right;
}

.in-content-l{
	width:110px;
	float:left;
}

.in-content-r{
	width:120px;
	float:right;
}

.content-border{
	border:solid 1px #ccc;
	padding:5px;
}

H3,H4{
	margin:0;
	padding:0 5px;
	font-size:10pt;
	font-weight:normal;
	line-height:200%;
	border-top:solid 3px #fe6;
}


/* サイドスペース */
.side{
	width:250px;
	float:right;
}

.side-title{
	margin:0;
	padding:0 5px;
	font-size:10pt;
	line-height:200%;
	border-top:solid 5px #96f;
}

.content-side{
	width:250px;
	overflow:hidden;
}

/* フッター */
.foot{
	line-height:300%;
	text-align:center;
	line-height:18px;
	margin:0 0 17 0px;
}


/* 細部設定 */
.c-both{
	clear:both;
}

.c-left{
	clear:left;
}

