﻿@charset "utf-8";
/* CSS Document */

@import url("page.css");


/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	margin: 0px auto;
	padding: 0px;
	font-size:0.8em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5;
	background-image: url(../images/back.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#666;
}

body#second {
	margin: 0px auto;
	padding: 0px;
	font-size:0.8em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5;
	background-image: url(../images/se_back.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#666;
}

ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

img {
	border: none;
}


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	margin:0px;
}

	
h1 a {
	display:block;
	width:285px;
	height:32px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;}

p {
	margin:0px;
}

dl,dt,dd {
	margin:0px;
	padding:0px;
}

#wrap {
	width: 950px;
	margin:0px auto;
	text-align:left;
	}


.img_R {
	float:right;
	margin-left:10px;
	}
	
.img_L {
	float:left;
	margin-right:10px;
	}

a {
	color:#1458a6;
	}

/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	width: 950px;
	position: relative;
	margin: 0px auto;
}



#header .h_left {
	float: left;
	width: 397px;
	padding:30px 0px 9px 0px;

}

#header .h_right {
	float: right;
	width: 128px;
	height:50px;
	background-image:url(../images/font_size.gif);
	background-repeat:no-repeat;
	position:relative;
	margin-top:5px;
}



/*----------------------------------------------------
	#btn
----------------------------------------------------*/

#btn {
	width:950px;
	margin: 17px auto 9px auto;
	height: 55px;
	clear:both;
	}
	
#btn li{
	float:left;}
	
#btn li a {
	display: block;
	height: 55px;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-indent:-3000px;

}

#btn li a:hover {
	background-repeat: no-repeat;
	background-position: center top;
}

#btn a.btn01 {
	background-image:url("../images/btn_01.jpg");
	width:156px;
}

#btn a.btn01_on {
	background-image:url("../images/btn_01.jpg");
	width:156px;
	background-position: center top;
}

#btn a.btn02 {
	background-image:url("../images/btn_02.jpg");
	width:158px;
}

#btn a.btn02_on {
	background-image:url("../images/btn_02.jpg");
	width:158px;
	background-position: center top;
}

#btn a.btn03 {
	background-image:url("../images/btn_03.jpg");
	width:158px;
}

#btn a.btn03_on {
	background-image:url("../images/btn_03.jpg");
	width:158px;
	background-position: center top;
}

#btn a.btn04 {
	background-image:url("../images/btn_04.jpg");
	width:158px;
}

#btn a.btn04_on {
	background-image:url("../images/btn_04.jpg");
	width:158px;
	background-position: center top;
}

#btn a.btn05 {
	background-image:url("../images/btn_05.jpg");
	width:158px;
}

#btn a.btn05_on {
	background-image:url("../images/btn_05.jpg");
	width:158px;
	background-position: center top;
}

#btn a.btn06 {
	background-image:url("../images/btn_06.jpg");
	width:162px;
}

#btn a.btn06_on {
	background-image:url("../images/btn_06.jpg");
	width:162px;
	background-position: center top;
}


/*----------------------------------------------------
	#btn_right
----------------------------------------------------*/
	
#btn_r li.big{
	position:absolute;
	left:70px;
	top:2px;
	}
	
#btn_r li.small{
	position:absolute;
	left:95px;
	top:2px;
	}
	


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	width: 934px;
	margin: 0px auto;
	clear: both;
	height:100%;
}

#contents .left {
	float: left;
	width: 657px;
	margin-top:30px;
}

#contents .right {
	float: right;
	width: 262px;
	margin:30px 0 0 15px;
}



#contents .second_left {
	float: left;
	width: 230px;
	margin-top:30px;
}

#contents .second_left h2{
	margin-bottom:5px;
}


#contents .second_left dl dt.middle {
	margin-top:20px;
	} 

#contents .second_left dl dd {
	border-bottom:dotted 1px #ccc;

	margin-right:8px;
	background-image:url(../images/second_left_arrow.gif);
	background-repeat:no-repeat;
	background-position:15px center;
	}


#contents .second_left dl dd a{
	display:block;
	padding:10px 10px 10px 30px;
	text-decoration:none;
	color:#666;
	}
	
#contents .second_left dl dd a:hover{
	display:block;
	padding:10px 10px 10px 30px;
	text-decoration:none;
	background-color:#efefef;
	color:#666;
	background-image:url(../images/second_left_arrow.gif);
	background-repeat:no-repeat;
	background-position:15px center;
	}

#contents .second_right {
	float: right;
	width: 685px;
	margin:30px 0 0 18px;
}


/*----------------------------------------------------
	page
----------------------------------------------------*/

#pankuzu {
	font-size:0.8em;
	margin:10px 0px;
	text-align:right;
	}
	
h2#second_title {
	margin-bottom:25px;

	}
	


/*----------------------------------------------------
	table
----------------------------------------------------*/

#contents .table {
	border-collapse: collapse;
	margin:15px 10px;
}

#contents .table td {
	border: 1px solid #ccc;
    padding:7px;
}
	
#contents .table th {
	background-color:#f2fddc;
	padding:7px;
	border: 1px solid #ccc;
}
	
#contents .table .color {
	background-color:#72a719;
	color:#FFF;
	font-weight:bold;}


/*----------------------------------------------------
	footter
----------------------------------------------------*/

#pagetop {
	text-align:right;
	margin-top:100px;
	clear:both;}

#footer_wrap {
	margin: 0px auto;
	clear: both;
	border-top:solid 5px #01499d;
	background-image:url(../images/footer_back.gif);
	padding:30px;
	text-align:center;
	font-size:0.8em;
}

#footer {
	margin: 0px auto;
	text-align:center;
	width:950px;
}

#footer div.left{
	float:left;
	width:380px;
	text-align:left;
	border-right:dotted 1px #999;
	padding-left:20px;
}

#footer div.left img.logo {
	margin-bottom:10px;
	}

#footer div.right{
	float:left;
	width:525px;
	height:110px;
	text-align:left;
	padding-left:20px;
	position:relative;
}

#footer div.right ul {

	}
	
#footer div.right ul li {
	display:inline;
	background-image:url(../images/footer_arrow.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:15px;
	margin-right:10px;
	}
	
p#copy {
	display:block;
	margin:20px 0 0 0;
	text-align:right;
	position:absolute;
	right:0;
	bottom:0;
	}

/*----------------------------------------------------
	clearfix
----------------------------------------------------*/	

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*----------------------------------------------------
	間隔
----------------------------------------------------*/	
p.margin_left10 {
	margin:0px 10px;
}	

.mar_01 {
	margin:10px;
}
.mar_02 {
	margin-top:5px;
}



.flo {
	float: left;
	margin-right: 10px;
}

.flo2 {
	float: right;
	margin-left: 10px;
}

#gyomu dd{
	margin-left:15px;
	margin-right:20px;
}

.gyomu2{
	color:#0950A0;
	font-weight:bold;
}

.gyomu3{
	color:#CC0000;
	font-weight:bold;
}

.title{
	border-top:solid 1px #0950A0;
	border-bottom:solid 1px #0950A0;
	padding:10px;
	margin:15px 0px 15px 0px;
	color:#0950A0;
	font-weight:bold;
}

.blue_bold{
	padding:10px;
	margin:15px 0px 10px 0px;
	color:#0950A0;
	font-weight:bold;
}

h3.service2{
	border-top:solid 1px #0950A0;
	border-bottom:solid 1px #0950A0;
	padding:10px;
	margin:15px 0px 15px 0px;
	color:#0950A0;
	font-weight:bold;
	font-size:14px;
}

h4.service2{
	margin-bottom: 20px;
	padding: 15px 0px 10px 0px;	/*上下、左右への余白*/
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:28px;	/*文字サイズ*/
	font-weight:bold;
	line-height:1.6em;
}

.blocka {
	float: left;
	width: 50%;
}

.blockb {
	float: left;
}

.mar_02{
	margin:0px 20px 0px 20px;
	
}


.select{background-color:#efefef;}
.box1 {
	background-color: #d4d2d2;
}
.chairo {
	color: #630;
}
.red {
	color: #F00;
}
.fontbig {
	font-size: 14px;
}
