@charset "utf-8";

/* menu style
-----------------------*/
@import "menu.css";

/* top layout
-----------------------*/
body {
	background-image: url(../img/common/body_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	
	}
#container {
	width: 760px;
	background-color:#ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-family: Verdana,MS Pゴシック,sans-serif;
	border-bottom: 1px solid #ffffff;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 2%;
	top: 1px;
	right: 2%;
	}

/* text style
-----------------------*/
h1 {
	font-size: 10px;
	font-weight:normal;
	margin: 0;
}
h2 {
	font-size: 12px;
	margin: 0;
}
address {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 5px;
	color: #333333;
	padding-top: 7px;
}


/* link style
-----------------------*/
a:link {
	color: #0E3193;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #0E3193;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #941D55;
	text-decoration: none;
	font-size: 12px;
}

/* header style
-----------------------*/
#header_text1 {
	font-size: 10px;
	color: #ffffff;
	padding-right :0px;
	background-image: url(../img/header/top_bg.jpg);
	background-repeat: repeat-x;
	width: 760px;
	text-align: right;
	height: 14px;
}
#flash {
	padding: 0px;
	margin: 1px 0px 0px 0px;
}


/* top main left style
-----------------------*/
#main {
	width: 760px;
	margin: 0px;
	padding: 0px;
}
#main_left1 {
	float: left;
	width: 500px;
	margin-top: 10px;
}
#main_text {
	font-size: 12px;
	line-height: 14pt;
	width: 460px;
	margin: 0px;
	padding: 12px 15px 0px 25px;
	text-align: left;
}
#main_table {
	font-size: 12px;
	line-height: 14pt;
	width: 500px;
	margin: 12px 0px 12px 0px;
	padding: 0px;
	text-align: left;
	background-image: url(../img/top/main_p01.jpg);
	background-repeat: no-repeat;
}
#main_table th {
	background-image: url(../img/common/point01.jpg);
	background-repeat: no-repeat;
	padding-left: 24px;
	text-align: left;
}
#main_table th a {
	text-decoration: underline;
}
#main_table td {
	padding: 0px 2px 7px 25px;
	line-height: 13pt;
}
#main_table2 {
	font-size: 12px;
	line-height: 14pt;
	width: 500px;
	margin: 12px 0px 12px 0px;
	padding: 0px;
	text-align: left;
}
#main_table2 th {
	background-image: url(../img/common/point01.jpg);
	background-repeat: no-repeat;
	padding-left: 24px;
	text-align: left;
}
#main_table2 th a {
	text-decoration: underline;
}
#main_table2 td {
	padding: 0px 2px 7px 25px;
}


/* top main right style
-----------------------*/
#main_right {
	width: 245px;
	float: right;
	margin: 10px 2px 0px 0px;
}
#top_banner {
	padding-top: 10px;
	vertical-align: top;
	float: right;
	width: 245px;
	margin: 0px;
}
#side_img {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
.side_img {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

/* footer style
-----------------------*/
#footer {
	float: left;
	margin-top: 10px;
	text-align: center;
}

#footer a:link {
	color: #ffffff;
}
#footer a:visited {
	color: #ffffff;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer_text {
	font-size: 12px;
	line-height: 30px;
	background-image: url(../img/footer/footer_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	color: #ffffff;
	text-align: center;
	height: 33px;
}



/* 追加CSS style
-----------------------*/
.side_img {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

/*---------------------------------------------------
add css 081216
---------------------------------------------------*/
#header_text1{
	background-color:#3654AA;
	font-size:10px;
}

#header_text1 h1{
	display:inline;
	color:#fff;
	font-size:10px;
}

#header_text1 a{padding:0 2px;}

#header_text1 a,
#header_text1 a:visited{
	color:#fff;
	font-size:10px;
}

.AddBox{
	font-size:12px;
	line-height:1.3;
	text-align:left;
	padding:0 0 2em;
}

.AddBox .addH2{
	background:#fff url(../img/top/addh2_bg.gif) left bottom repeat-x;
	border:#d2d2d2 1px solid;
	padding:4px 5px;
}

.AddBox .addH2 h2{
	background:url(../img/top/addh2_icn.gif) 4px 2px no-repeat;
	margin:0;padding:0 20px;
	font-size:1.1em;
}

.AddBox p{
	margin:1em 0 0;
	padding:0 26px;
}

.AddBox .AddinBox h3{
	background:url(../img/common/point01.jpg) 0 0 no-repeat;
	margin:1em 0 0;
	padding:2px 26px;
	font-size:1.1em;
	font-weight:normal;
}

.AddBox .AddinBox p{margin:0.2em 0 0;}

.addH2{
font-size:80%;
margin:0;
padding:0 0 10px 0;
}


