@charset "utf-8";
/*===================================================

	ceebox iframe設定

====================================================*/

/*----------------------------------------------------
	ブラウザ初期設定のリセット
----------------------------------------------------*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
body,td,th {
	font-size: 100%;
}
html,body {
	height: 100%;
}
html {
	overflow-y: scroll;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
p {
	margin: 0 0 1em;
}
ol,ul {
	list-style: none;
}
fieldset,img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
}
img{
	vertical-align: bottom;
}

/*----------------------------------------------------
	設定
----------------------------------------------------*/
body {
	background: #000;
	line-height: 1.4em;
	color: #FFF;
	font-size: 14px;
	padding: 0 10px;
}
h3 {
	background: url(../image/h3_icon.gif) no-repeat left center;
	color: #FFF;
	font-weight: bold;
	line-height: 30px;
	padding-left: 25px;
	border-bottom: 1px solid #AC7928;
	margin: 10px 0;
	font-size: 18px;
}
h3 span {
	font-size: 12px;
}
li {
	padding-left: 2em;
}
li strong {
	color: #AC7928;
}