@charset "utf-8";
/* formatting style
----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Meiryo;
	font-size: 80%;
	line-height: 1.6;
	color: #333333;
	background-image: url(i/head2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/* link style
----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:hover {
	color: #00F;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
----------------------------*/
#container {
	clear: both;
	margin: auto;
	width: 960px;
}
#main {
	width: 680px;
	float: left;
	background-image: none;
}
#contents1 {
	width: 680px;
	background-image: url(i/home_001.jpg);
	height: 300px;
}

#main_text {
	float: left;
	width: 500px;
	line-height: 1.8em;
	padding-right: 150px;
	padding-top: 90px;
	padding-left: 30px;
}
#contents2 {
	width: 680px;
}


#main2 {
	width: 100%;
}
#text1 {
	width: 660px;
	padding-right: 150px;
	padding-left: 150px;
}
#text2 {
	width: 660px;
	padding-right: 70px;
	padding-left: 70px;
}
#text5 {
	width: 500px;
	padding-left: 50px;
	float: left;
}
#text6 {
	padding-left: 310px;
}
#text7 {
	width: 170px;
	float: right;
}



#contents4 {
	width: 760px;
	margin: auto;
	padding-right: 100px;
	padding-left: 100px;
}
#contents5 {
	width: 760px;
	padding-right: 100px;
	padding-left: 100px;
}


#sidebar {
	width: 250px;
	float: right;
	background-position: top;
	padding-bottom: 10px;
}
#sidebar ul li {
	list-style: none;
	padding-top: 10px;
}
#main dl dt dd {

}
.maindd {
	color: #00A0C6;
}
#footer {
	background-image: url(i/footer.jpg);
	color: #FFFFFF;
	height: 120px;
	clear: both;
	width: 100%;
	margin: auto;
	background-repeat: repeat-x;
	background-position: top;
}
#footer ul li {
	float: left;
	list-style: none;
	padding-top: 10px;
	padding-left: 90px;
}
#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.home_sakura {
	width: 200px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
.table1 {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-collapse:collapse;
	width: 100%;
	background-color: #FFFFFF;
}

.b {
	width: 100%;
}
.a {
	margin: auto;
	width: 800px;
}
.f {
	padding-left: 70px;
	width: 50%;
}


.d {
	width: 30%;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.e {
	width: 70%;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.c {
	width: 370px;
	padding-left: 30px;
	height: 80px;
	padding-top: 10px;
}
#text3 {
	width: 400px;
	float: left;
}
#text4 {
	float: right;
	width: 400px;
}

#main_text2 {
	width: 800px;
	padding-right: 80px;
	padding-left: 80px;
}


#address {
	float: left;
	clear: both;
	width: 960px;
}


/* header style
-------------------------*/
#header {
	background-image: url(i/header.jpg);
	background-repeat: no-repeat;
}

#head2 {
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#head3 {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
#nav {
	background-color: #FFFFFF;
	width: 960px;
	height: 30px;
}
#nav li {
	float: left;
	list-style: none;
}
#globalnavi {
	margin: 0;
	padding: 0;
	list-style-type: none;----- リストマークの削除
    width: 192px;
}

#globalnavi li {
	width: 192px;
	height: 50px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

#globalnavi a {
	text-indent: -9999px;----- テキストを隠す
    text-decoration: none;
	display: block;
	width: 192px;
	height: 50px;----- リンク領域を広げる
	background-repeat: no-repeat;
	background-image: url(i/globalnavi.jpg);
}

#home a         { background-position: 0 0; } ----- 表示画像の位置を指定
#businessInfo a { background-position: -192px 0; }
#aboutUs a      { background-position: -384px 0; }
#recruit a      { background-position: -576px 0; }
#contactUs a    { background-position: -768px 0; }
#businessInfo a {
	background-position: -192px 0px;
}


#globalnavi a:hover {
  text-decoration: none;
  background-image: url(i/globalnavi.jpg);
  background-repeat: no-repeat;
}

#home a:hover         { background-position: 0 -50px; } ----- 入れ替え画像の位置を指定
#businessInfo a:hover { background-position: -192px -50px; }
#aboutUs a:hover      { background-position: -384px -50px; }
#recruit a:hover      { background-position: -576px -50px; }
#contactUs a:hover    { background-position: -768px -50px; }
#businessInfo a:hover {
	background-position: -192px -50px;
}
/* table
-----------------------------*/
#text1 table {
	margin-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#text1 table th {
	text-align: left;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#text1 table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	font-size: 120%;
}


/* アンケート
---------------------------------*/
dl.ques {
	text-align:left;
	margin:0 40px;
}
dl.ques  dt {
	font-size:14px;
	font-weight:bold;
	border-left:#000 solid 3px;
	background-color:#f0f0f0;
	padding:7px 13px;
}
dl.ques  dd {
	padding:7px 13px;
	margin-bottom:25px;
}
.ques_text {
	margin:0 40px 25px 40px ;
	text-align:left;
}


