@charset "euc-jp";

/* ブラウザスタイルの初期化
------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding :0;
	line-height: 1.5;
	font-size: 100.01%;
	color: #333333;
	background: #fff;
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,verdana,arial,sans-serif;
}
img {
	border: none;
	vertical-align: bottom;
	font-size:0px; /* for IE's Bug? */
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
}
hr {
	display:none;
}
ul {
	list-style:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
th {
	font-weight: normal;
}
address {
	font-style: normal;
	font-weight: normal;
}
/* clearfix 
------------------------------------------------------------ */
div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div {
	display: inline-block;
}
/* Mac IE には適用させない \*/
*html div {height: 1%;}
div {display:block;}
/* */

/* clearfix（ここまで）
------------------------------------------------------------ */


/* 1 textlink
------------------------------------------------------------ */
a:link{
	color:#663300;
	text-decoration:underline;
}
a:link{
	color:#335ECC;
	text-decoration:underline;
}
a:visited{
	color:#335ECC;
	text-decoration:underline;
}
a:hover{
	color:#FF6600;
	text-decoration:underline;
}
a:active{
	color:#335ECC;
	text-decoration:underline;
}

/* 2 container
------------------------------------------------------------ */
html, body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

body {
	-moz-box-align: center;
	-webkit-box-align: center;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	color: #333333;
	font-size: 0.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica,sans-serif;
	height: 100%;
}

#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 0px;

}

/* 3 header
------------------------------------------------------------ */
#header {
	margin-right: auto;
	margin-left: auto;
	height: 132px;
	background-image: url(../common/img/hedder_bg.png);
	background-repeat: repeat-x;
}
.ptitle {
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 900px;
	background-position: center;
	margin-top: 15px;
}
h1 {
	font-weight: bold;
	color: #000030;
	padding-top: 13px;
	padding-left: 25px;
}


/* 4 contents
------------------------------------------------------------ */
#content {
	color: #333333;
	width: 850px;
	background-image: url(../img/page_bg.png);
	background-repeat: repeat-y;
}
.box {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	padding-top: 150px;
	padding-bottom: 150px;
}
.box table {
	margin-right: auto;
	margin-left: auto;
}
.box td {
	padding-top: 7px;
	padding-bottom: 7px;
}
.box_text01 {
	font-size: 1.3em;
}



/* 5 footer
------------------------------------------------------------ */
#footer {
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	width: 850px;
}
