@charset "UTF-8";
@import url("page.css");


/* Reset */
ul {
	margin: 0;
	padding:0;
	list-style: none;
}
li {
	margin: 0;
	padding:0;
	float:left;
}
div,p {
	text-align:left;
	vertical-align:top;
	margin:0px;
	line-height: 160%;
	font-size: 13px;
	font-weight: normal;
}
img {
	border:0px;
	margin:0px;
	vertical-align:top;
}
form {
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding: 0px;
}
.cl_fix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.cl_fix {
	display:inline-block;
	min-height:1%;
}
.cl_box {clear:both;}
.cl_box hr {display:none;}





/* Base Style */
body{
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #333;
}
#Wrapper{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.Copyright{
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	width: 1000px;
	color: #FFF;
	background-color: #039;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: bold;
}





/* Head Style */
#Header{
	width: 1000px;
	margin-top: 40px;
}
#Header .Logo{
	float: left;
	height: 60px;
	width: 400px;
}
#Header #RightArea{
	font-size: 12px;
	text-align: right;
	float: right;
	margin-top: 35px;
	margin-right: 5px;
}
#Header #RightArea a:link{
	color:#333;
	text-decoration:none;
}
#Header #RightArea a:visited{
	color:#333;
	text-decoration:none;
}
#Header #RightArea a:hover{
	color: #F90;
	text-decoration:none;
}
#Header #Menu{}
#Header #Menu li{
	display:inline;
	width:200px;
}
#Header #Menu a:hover img {
	filter: alpha(opacity=85); /*IE6～7*/
    -ms-filter: "alpha( opacity=85 )"; /*IE8*/
    opacity:0.85;
}




/* Contents Style */
#Contents{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#Contents #MainArea{
	text-align: left;
	float: left;
	width: 740px;
	margin-top: 20px;
	margin-left: 10px;
}
#Contents #MainArea .L_Title{
	text-align: left;
	float: left;
	margin-bottom: 5px;
}
#Contents #MainArea a:link{
	color:#333;
	text-decoration:underline;
}
#Contents #MainArea a:visited{
	color:#333;
	text-decoration:underline;
}
#Contents #MainArea a:hover{
	color: #F90;
	text-decoration:none;
}

#Contents #RightBnr{
	background-color: #ECECEF;
	background-image: url(../img/base/R_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	float: right;
	width: 200px;
	margin-right: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#Contents #RightBnr .mb15{
	margin-bottom: 15px;
}
#Contents #RightBnr p{
	font-size: 11px;
	color: #000;
	text-align: left;
	font-weight: bold;
}
#Contents #RightBnr .bnr{
	text-align: left;
	width: 200px;
}
#Contents #RightBnr a:hover img {
	filter: alpha(opacity=85); /*IE6～7*/
    -ms-filter: "alpha( opacity=85 )"; /*IE8*/
    opacity:0.85;
}




/* Foot Style */
#Footer{
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 40px;
}
#Footer .BtnPagetop{
	float: right;
	height: 16px;
	width: 123px;
	margin-right: 10px;
	margin-bottom: 4px;
}
#Footer a:hover img {
	filter: alpha(opacity=85); /*IE6～7*/
    -ms-filter: "alpha( opacity=85 )"; /*IE8*/
    opacity:0.85;
}


/* 本文テキスト用（仮） */

h1 {
font-size: 18px;
font-weight: bold;
line-height: 120%;
margin: 10px 0px 20px 0px;
}

h2 {
font-size: 16px;
font-weight: bold;
line-height: 120%;
margin: 10px 0px 15px 0px;
}

h3 {
font-size: 14px;
font-weight: normal;
line-height: 120%;
margin: 10px 0px 10px 0px;
}
.normal_text{
	font-size: 12px;
	line-height: 120%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
	color: #333333;
	font-weight: normal;
}

/* 追加・テーブル用 */

table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width: 100%;
}
table.type01 th {
	/* width: 150px; */
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
}
table.type01 td {
	/* width: 350px; */
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}

/* 画像自動縮小用 */

img {
max-width: 100% !important; 
height:auto !important;
}