@charset "shift_jis";


h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0px;
	text-align: left;
	margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
* html body {
	font-size: 75%;
}

a img {
	border-style:none;
}

img {
    border-style:none;
}
a:link{
	color: #ff9004;
	text-decoration: underline;
}
a:visited{
	color: #ff9004;
	text-decoration: underline;
}
a:hover{
	color: #FF9004;
	text-decoration: underline;
}
a:active{
	color: #FF6600;
}
hr {
	visibility:hidden;
	margin:1.5em;
}

.fl { float:left; }
.fr { float:right; }
.ctr { text-align:center; }
.rgt { text-align:right; }
.nm { margin:0; }
.mt2 { margin-top:2em; }

.bold {font-weight:bold;}
.red {color:#C00;}
.caption {font-size:80%;}



body{
	margin:0;
	padding:0;
	font-size: 12px;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}


#wrapper {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


#header {
	height: 105px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#header h1 {
	margin-left:5px;
}
#header img {
	float: right;
	margin-top: 27px;
}

#contentContainer {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}



h2 {
	margin-top:50px;
	margin-bottom:1em;
}
h2.top { margin-top:5px; }
h3.top { margin-top:5px; }
h3 {
	margin:30px 10px 5px;
	padding-left:10px;
	background:url(../images/icon.gif) no-repeat left center;
}
p { padding:10px; }
ol { padding:10px 10px 10px 30px; }
ol ol { padding:10px 10px 10px 20px; }

p.top, 
div.box dl,
div.box table {
	padding:10px;
	background:url(../images/pop_box_top.gif) no-repeat left top;
}
div.box {
	margin-left:10px;
	margin-bottom:2em;
	width:578px;
	background:url(../images/pop_box_bottom.gif) no-repeat left bottom;
}
div.box dt {
	margin-bottom:10px;
	padding:3px 5px;
	font-size:13px;
	font-weight:bold;
	color:#ff9004;
	background-color:#fff6eb;
}
div.box dd { margin-bottom:1em; }
div.box dd.namifuku {
	height:65px;
}
div.box dd.namifuku img {
	float:left;
	margin-right:1em;
}


/* ---------------------------
table / form
---------------------------- */
div.box table {
	margin-bottom:0;
	width:100%;
}
div.box table th,
div.box table td {
	padding:8px 10px;
	border:#FFF 2px solid;
}
div.box table th {
	background-color:#fff6eb;
	color:#ff9004;
	width:22%;
	white-space:nowrap;
}
div.box table td {
	background-color:#f3f3f3;
}


.pagetop {clear:both;}
.pagetop p {text-align:right;}



/* ---------------------------
footer
---------------------------- */
#footer {
	clear:both;
	background-image: url(../images/footer_bg.gif);
	height: 103px;
	margin-top: 43px;
	padding-top: 25px;
	background-repeat: repeat-x;
	background-position: top;
}
#footerContents {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#footerContents img {
	display: block;
	float: right;
}
#footerContents ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footerContents li {
	background-image: url(../images/icon_policy.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 11px;
	margin-right:2em;
	padding-left: 18px;
	float:left;
}
#footer #footerContents li a:link { color: #666; }
#footer #footerContents li a:visited { color: #666; }


#copyright {
	clear:left;
	font-size: 11px;
	color: #999;
	padding-top: 30px;
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
