@charset "utf-8";

/* -------------------- 【 全ページ共通部分 CSS 】 -------------------- */



/* ---------------- ▽ [基本設定部分　開始] ▽ ---------------- */

* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	font-size: 0.9em;
	text-align: center;
	margin: 0 auto;
}
div,dl,ul {
	margin:0px;
	padding:0px;
}
	div:after,dl:after,ul:after {
		content: "";
		display: block;
		clear: both;
		height: 0px;
		overflow: hidden;
	}
	* html div,* html dl,* html ul {
		height: 0em;
		overflow: visible;
	}

img {
	border: 0px none;
}

/* ---------------- △ [基本設定部分　終了] △ ---------------- */



/* ---------------- ▽ [構造部分　開始] ▽ ---------------- */

div#pagebox {
	width: 850px;
	margin: 0 auto;
}
div#pagebox #header {
	width: 850px;
}
div#pagebox #contents {
	width: 850px;
}
div#pagebox #contents #maincontents {
	width: 600px;
}
div#pagebox #contents #subcontents {
	width: 200px;
}
div#pagebox #bottommenu {
	width: 850px;
}
div#pagebox #copyright {
	width: 850px;
}

/* ---------------- △ [構造部分　終了] △ ---------------- */



/* ---------------- ▽ [各構造部分　開始] ▽ ---------------- */

/* ---- ▽ [#header部分　開始] ▽ ---- */

div#header {
	text-align: left;
}
div#header a {
	outline: 0;
}
div#header h1 {
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 2px 8px 5px 10px;
}

/* ---- △ [#header部分　終了] △ ---- */

/* ---- ▽ [#contents部分　開始] ▽ ---- */

div#contents {
	clear: both;
	padding: 10px 0 0 0;
}

/* ---- △ [#contents部分　終了] △ ---- */

/* ---- ▽ [#navigationmenu部分　開始] ▽ ---- */

div#navigationmenu ul li {
	font-size: 0.1em;
	list-style: none;
}
div#navigationmenu ul li a {
	display: block;
	text-indent: -9999px;
	outline: 0;
}
div#navigationmenu ul li.toppage a {
	background: transparent url(../img/button1.jpg) no-repeat left top;
}
div#navigationmenu ul li.page1 a {
	background: transparent url(../img/button2.jpg) no-repeat left top;
}
div#navigationmenu ul li.page2 a {
	background: transparent url(../img/button3.jpg) no-repeat left top;
}
div#navigationmenu ul li.page3 a {
	background: transparent url(../img/button4.jpg) no-repeat left top;
}
div#navigationmenu ul li.contact a {
	background: transparent url(../img/button5.jpg) no-repeat left top;
}

/* ---- △ [#navigationmenu部分　終了] △ ---- */

/* ---- ▽ [#maincontents部分　開始] ▽ ---- */

div#maincontents {
	text-align: left;
	float: right;
	padding: 20px 10px 0 30px;
}
div#maincontents p.pan {
	text-align: left;
	font-size: 0.7em;
	padding: 0 0 15px 0;
}
div#maincontents img.topimage {
	padding: 0 0 15px 0;
}
div#maincontents #maincontentstitle {
	overflow: hidden;
	background: transparent url(../img/titlebig.jpg) no-repeat left top;
}
div#maincontents #maincontentstitle h2 {
	font-size: 1em;
	font-weight: normal;
	padding: 0 0 0 30px;
}
div#maincontents #maincontentsbox {
	width: 578px; /*border分-2px + padding左右分-20px*/
	margin: 5px 0 15px 0;
	padding: 10px;
}
div#maincontents #maincontentsbox2 {
	width: 580px;
	margin: 5px 0 15px 0;
	padding: 10px;
}
div#maincontents #maincontentsbox p {
	padding: 3px 0px;
}
div#maincontents #maincontentsbox p.text {
	padding:3px 15px;
}

div#maincontents #maincontentsbox ul {
	padding: 0 10px 0 15px;
}
div#maincontents #maincontentsbox ul li {
	list-style: none;
	margin: 7px 0;
	background: transparent url(../img/arrow.jpg) no-repeat left top;
}
div#maincontents #maincontentsbox img.imageleft {
	float: left;
	margin: 10px;
}
div#maincontents #maincontentsbox img.imageright {
	float: right;
	margin: 10px;
}
div#maincontents #maincontentsbox p.imagecenter {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

/* ---- △ [#maincontents部分　終了] △ ---- */

/* ---- ▽ [#subcontents部分　開始] ▽ ---- */

div#subcontents {
	float: left;
	text-align: left;
	padding: 0 0 0 10px;
}
div#subcontents #subcontentstitle {
	overflow: hidden;
	background: transparent url(../img/titlesmall.jpg) no-repeat left top;
}
div#subcontents #subcontentstitle p {
	padding: 0 0 0 30px;
}
div#subcontents #subcontentsbox {
	width: 198px; /*border分-2px*/
	margin: 5px 0 15px 0;
}
div#subcontents #subcontentsbox img.imageleft {
	float: left;
	margin: 10px 7px 6px 10px;
}
div#subcontents #subcontentsbox img.imageright {
	float: right;
	margin: 10px 10px 6px 7px;
}
div#subcontents #subcontentsbox p.imagecenter {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
div#subcontents #subcontentsbox p.imagecenter img {
	margin: 8px 0 3px 0;
}
div#subcontents #subcontentsbox p {
	padding: 10px;
}

/* ---- △ [#subcontents部分　終了] △ ---- */

/* ---- ▽ [#bottommenu部分　開始] ▽ ---- */

div#bottommenu {
	clear: both;
	text-align: center;
	padding: 15px 0 0 0;
}
div#bottommenu ul li {
	display: inline;
	font-size: 0.8em;
	list-style: none;
	padding: 0 6px;
	border-left: 1px solid #000000; 
}
div#bottommenu ul li.toppage {
	border-left: none; 
}

/* ---- △ [#bottommenu部分　終了] △ ---- */

/* ---- ▽ [#copyright部分　開始] ▽ ---- */

div#copyright {
	text-align: center;
	clear: both;
	padding: 15px 0 10px 0;
}
div#copyright p {
	padding: 3px 0;
}

/* ---- △ [#copyright部分　終了] △ ---- */

/* ---------------- △ [各構造部分　終了] △ ---------------- */






/* -------------------- 【 各ページ毎 CSS 】 -------------------- */



/* ---------------- ▽ [お問合せページ用　開始] ▽ ---------------- */

div#mailform{
	margin: 0 65px 0 95px;
}
div#mailform p{
	margin: 0 0 13px 0;
}
div#mailform p.formmessaeg{
	margin: 15px 0 25px;
}
div#mailform p.thxmessaeg{
	text-align: center;
	margin: 25px 0;
}
div#mailform p .necessary{
	color: #ff0000;
	font-size: 0.85em;
}
div#mailform p .errortitle{
	color: #ff0000;
}
div#mailform input.mailname,input.mailkana,input.mailuseradd{
	width: 300px;
	font-size: 1.1em;
	padding: 2px 3px;
}
div#mailform textarea.mailtext{
	width: 380px;
	height: 200px;
	font-size: 1.1em;
	margin: 0 0 20px 0;
	padding: 2px 3px;
}
div#mailform input.button{
	width: 100px;
	text-align: center;
	margin: 0 0 0 140px;
	padding: 4px 0;
}

/* ---------------- △ [お問合せページ用　終了] △ ---------------- */


/* TOP */
div.top {
	min-height:135px;
	padding:0 150px 0 0;
	background:url(../img/bg_top.jpg) no-repeat top right;
}
div.toplist {
	width:580px;
}
div.toplist p.toplist_left {
	width:285px;
	float:left;
}
div.toplist p.toplist_right {
	width:285px;
	float:right;
}

/* page01 */
h3.an {
	margin:0 0 5px;
	padding:0 0 5px 15px;
	background:url(../img/bg_an02.jpg) no-repeat center left;
	border-bottom:1px dotted #ccc;
}
h3.pluspx {
	margin-top:20px;
}
div.page01_box01 {
	padding:0 120px 0 0;
	background:url(../img/bg_an01.jpg) no-repeat top right;
}
div.page01_p01 {
	margin:0 0 5px;
	padding:0 0 0 30px;
	background:url(../img/an03_01.jpg) no-repeat top left;
}
div.page01_p02 {
	margin:0 0 5px;
	padding:0 0 0 30px;
	background:url(../img/an03_02.jpg) no-repeat top left;
}
div.page01_p03 {
	margin:0 0 5px;
	padding:0 0 0 30px;
	background:url(../img/an03_03.jpg) no-repeat top left;
}

dl.list01 {
	width:580px;
	margin:0 0 10px;
	padding:0 0 5px;
	border-bottom:1px dashed #aaa;
}
dl.bottomdl {
	border:none;
	margin:0;
}

dl.list01 dt {
	width:120px;
	float:left;
}
dl.list01 dd {
	width:450px;
	float:right;
}

/* page02 */
h4.ts {
	margin:0 0 5px;
}

div.tosou_box01 {
	min-height:80px;
	margin:20px 0 0 0;
	padding:20px 50px 0 190px;
	background:url(../img/tosou01_03.jpg) no-repeat top left;
	border-top:1px solid #003d8d;
}
div.tosou_box02 {
	margin:20px 0;
	padding:20px 0 0 0;
	border-top:1px solid #003d8d;
	text-align:center;
}
div.tosou_box03 {
	width:570px;
	margin:20px 0 0;
}
/* page03 */
div.title {
	width:565px;
	margin:0 0 5px;
	padding:0 0 5px 15px;
	background:url(../img/bg_an02.jpg) no-repeat center left;
	border-bottom:1px dotted #ccc;
}
div.title h3 {
	width:265px;
	float:left;
}
h3.subtitle {
	margin:0 0 5px;
	padding:0 0 5px;
	border-bottom:1px solid #003d8d;
}
div#maincontents #maincontentsbox p.caption {
	padding:10px 15px;
}

div.title div.links {
	width:300px;
	font-size:12px;
	text-align:right;
	float:right;
}
div.p3box01 {
	min-height:220px;
	padding:0 0 0 310px;
	background:url(../img/reform_b02.jpg) no-repeat top left;
}
div.p3box02 {
	width:320px;
	min-height:173px;
	padding:0 0 0 265px;
	background:url(../img/reform01_06.jpg) no-repeat top left;
}
div.p3box02 div.b2right {
	color:#003d8d;
	line-height:180%;
	font-size:12px;
	width:155px;
	padding:10px 0 0 0;
	float:right;
}

div.p3box03 {
	min-height:160px;
	margin:0 0 20px;
	padding:0 0 0 220px;
	background:url(../img/reform02_02.jpg) no-repeat top left;
}
div.p3box04 {
	min-height:146px;
	padding:0 0 0 220px;
	background:url(../img/reform02_05.jpg) no-repeat top left;
}
div.p3box03 h4,
div.p3box04 h4 {
	margin:0 0 5px;
	padding:0 0 5px;
	border-bottom:1px solid #003d8d;
}
div.p3box05 {
	min-height:245px;
	padding:0 0 0 280px;
	background:url(../img/reform03_02.jpg) no-repeat top left;
}
div.p3box06 {
	min-height:245px;
	padding:0 0 0 300px;
	background:url(../img/reform04_02.jpg) no-repeat top left;
}
div.p3box07 {
	min-height:245px;
	padding:0 0 0 300px;
	background:url(../img/reform05_02.jpg) no-repeat top left;
}
div.p3box08 {
	min-height:112px;
	margin:10px 0 0 0;
	padding:0 0 0 210px;
	background:url(../img/reform06_02.jpg) no-repeat top left;
}
div.p3box09 {
	margin:30px;
}
/* images */
img.alignright {
	float:right;
}


dl.news {
	width:570px;
	margin:0 0 5px;
	clear:both;
}
dl.news dt {
	width:100px;
	color:#003d8d;
	font-weight:bold;
	float:left;
}
dl.news dd {
	width:460px;
	float:right;
}
div.undertext {
	font-size:18px;
	color:#003d8d;
	font-weight:bold;
	text-align:center;
}
div.undertext span.tel {
	font-size:24px;
}
