@charset "shift_jis";

/*============================
CSS Template
Copyright: 
Auther: 
Last modify: 20100316
============================*/


/*==============
Base Setting
==============*/

*{
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

body{
	margin: 0;
	padding: 0;
	background-image: url(../image/background.jpg);
	background-repeat: repeat-x;
	color: #333;
	font-size: 1.15em;
	line-height: 1.8em;

}

h1,h2,h3,h4,h5 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}


p{
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

table{
	border-collapse: collapse;
	width: 98%;
	margin: 5px 0 5px 0;
}


th{
	padding: 10px;
}

td{
	padding: 15px;
}

hr {
	border: 1px dotted #999;
	margin-top: 10px;
	margin-bottom: 10px;
}



/*====Link color setting====*/


a:link {
	text-decoration: none;
	color: #0D6B8A;
}

a:visited {
		text-decoration: none;
		color: #0D6B8A;
}

a:hover {
		text-decoration: underline;
		color: #5BC6EA;
}

a:active {
		text-decoration: underline;
		color: #5BC6EA;
}


strong {
	color: #294E95;
}

#index .list {
	margin: 0;
	padding: 0;
}

/*===============
contetns setting
================*/

#index{
	margin: 0;
	padding: 0;
	width: 1000px;
	margin: auto;
	position: relative;
	z-index: 1;
	top: 0px;
}

/*==header==*/

#head {
	background-image: url(../image/img_head.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 1000px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	position: relative;
	z-index: 2;
}

#head h1 {
	font-size: 24px;
	color: #FFF;
	position: absolute;
	top: 50px;
	left: 100px;
	z-index: 3;
}

#head h1 a{
	color: #FFFFFF;
}

#head h1 a:hover {
	text-decoration: none;
}

/*==contetns==*/

.alignright {
	text-align: right;
	clear: both;
}

#content {
	width: 680px;
	float: left;
	margin-right: 20px;
	padding-left: 20px;
}


h2.content {
	background-image: url(../image/h2_img.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 674px;
	padding-left: 30px;
	color: #06F;
	font-weight: bold;
	padding-top: 5px;
}


h2.mainvisual {
	background-image: url(../image/main_img.jpg);
	background-repeat: no-repeat;
	height: 345px;
	width: 1000px;
}

.mainvisual span{
	text-indent: -99999px;
	display: none;
}


#content h3 {
	width: 600px;
	margin: 10px auto 10px auto;
}


.center {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
}

p.center_inq {
	text-align: center;
	margin-bottom: 5px;
}


.margin {
	margin-top: 15px;
	text-align: right;
	margin-bottom: 10px;
	background-color: #C4F0FF;
	padding-right: 20px;
	background-image: url(../image/list_bg.jpg);
	background-repeat: repeat-x;
}


.company {
	width: 98%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


.content_inner {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
}


.company table tr td ul li {
	font-size: 14px;
}


dd {
	padding-left: 15px;
}


/*==tablesetting==*/
th.bg {
	background-color: #FFF;
	background-image: url(../image/th_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

th.bg2 {
	background-color: #FFF;
	background-image: url(../image/th_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}



.company table {
	border: 1px solid #666;
	font-size: 14px;
}

.company th{
	border: 1px solid #666;	
}

.company table tr th p {
	text-align: center;
}


.company td{
		border: 1px solid #666;
}



.text_b {
	/*text-shadow: 2px 2px 2px black;*/
	font-size: 24px;
	text-align: center;
	border: 1px solid #294E95;
	background-color: #BFC5F0;
	padding: 20px 0 20px 0;
	background-image: url(../image/bg_2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.text_b strong{
	color: #FFF;
}


.pagetop {
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pagetop p{
	text-align: right;
}


/*==sidenavi==*/

#sidenavi {
	float: left;
	width: 280px;
	padding-top: 30px;
}

li {
	list-style-position: inside;
	line-height: 2.0em;
	background: url(../image/list_img.jpg) no-repeat 10px 0.5em;
	list-style-type: none;
	padding-left: 20px;
}




/*==footer==*/

#footer {
	clear: both;
	padding-top: 10px;
}
#footer_bg {
	background-image: url(../image/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 12px;
}
#fotter_disc {
	background-color: #666;
	padding-right: 20px;
	padding-left: 20px;
}
#fotter_disc p {
	color: #FFF;
}


#sidenavi img {
}

#fotter_disc p a {
	color: #FFF;
}

.links {
	float: left;
	margin-right: 30px;
}

.links p{
	font-size: small;
	line-height: normal;
}

#index #content a .content2 {
	color: #06F;
	background-image: none;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #06F;
	border-left-color: #06F;
	text-align: left;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: auto;
}
ul .indent {
	text-indent: 5px;
	background-image: none;
}
.red {
	color: #F00;
}
dt.midasi {
	margin-top: 5px;
	margin-bottom: 10px;
}
#index #sidenavi h4 {
	background-image: url(../image/side_img.jpg);
	height: 36px;
	width: 248px;
	padding-top: 10px;
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #06F;
	font-weight: bold;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#mailform {
	margin-top: 15px;
}
#index #content .content_inner dl .midasi_dd {
	font-weight: bold;
}
.desc {
	background-color: #E7EDF8;
	padding: 20px 0;
	text-align: center;
	line-height: 1.2em;
	margin: 0 0 5px 0;
}

.desc p {
	font-weight: bold;
	color: #294E95;
}

