charset "UTF-8";

/* オリジナル製品実績　jisseki.css ----------- */


#content h2{
	background-image: url(../images/bg_content_h2.gif);
	background-repeat: repeat-x;
	text-indent: 1em;
	margin: 10px 0 10px 0;
	padding-top: 12px;
	font-size: 140%;
	color: #ffffff;
	width: 90%;
	height: 46px;
}
#content h3{
	clear: both;
	background-image: url(../images/bg_content_h3.gif);
	background-repeat: repeat-x;
	text-indent: 1em;
	font-size: 120%;
	color: #ffffff;
	margin: 10px 0 10px 0;
	padding-top: 8px;
	width: 60%;
	height: 33px;
}

#content strong {
	font-size: 80%;
	line-height: 150%;
}

/* --- ボックス配置 --- */
.flag-box1 {
	width: 580px;
	height: 603px;
}
.flag-box1 div{
	width: 290px;
	height: 603px;
	float: left;
}
.flag-box2 {
	width: 581px;
	height: 608px;
}
.flag-box2 div{
	width: 290px;
	height: 501px;
	float: left;
}

/* --- 水平線で旗画像とのスペース。仮。全ページ共通スタイル完了後は不要になる --- */
hr {
	margin: 15px 0;
}


