


/*
/  ヘッダー
*/

h1 {
	font-size : 12px;
	font-weight : normal;
}

#head_wrap {
	width : 1020px;
	margin : 8px auto;
}

#title {
	width : 280px;
	float : left;
}

#title_side {
	width : 730px;
	float : right;
}



/*
/  コンテンツ(IFRAME)
*/

#iframe_wrap {
	width : 1020px;
	margin : 8px auto;
}

#iframe_menu {
	width : 200px;
	float : left;
}

#iframe_main {
	width : 800px;
	float : right;
}

.sub_menu {
	padding : 5px;
	color : white;
	background-color : orange;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.writer_title{
	border-left : solid 10px #4169e1;
	color : #000000;
	padding : 8px 10px;
	margin-top : 3px;
	font-size : 20px;
	font-weight : bold;
}

/*
/  フッター
*/

#foot_wrap {
	text-align : center;
	margin : 50px auto 0px auto;
	background-color : #000000;
	padding : 12px;
}

#foot_link {
	font-size : 12px;
}

#foot_copyright {
	color : #ffffff;
	margin-top : 15px;
	font-size : 14px;
	font-weight : bold;
}


.clear { clear:both; }
.clear hr { display:none; }
