@charset "UTF-8";
/* CSS Document */

/* 全ページ共通のスタイル=========================================================== */
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 130%;
	background-color: #ffffff;
	background-image: url("../images/back.jpg");
	background-repeat: repeat-y;
	background-position: center;
	color: #555555;
}
h1 {
	float: left;
}
h2 {
	float: right;
	padding-top: 35px;
	font-size: 9pt;
}
h3 {
	margin-bottom: 10px;
}
h4 {
	margin-bottom: 10px;
}
h5 {
	margin-bottom: 5px;
}
hr {
    border:none;
    border-top: solid 1px #CCCCCC;
    height:1px;
    color:#FFFFFF;
}
address {
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #004389;
	text-decoration: none;
}
a:visited {
	color: #004389;
	text-decoration: none;
}
a:hover {
	color: #004389;
	text-decoration: underline;
}
a:hover .trans {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
#header {
	clear: both;
	margin-top: 20px;
	margin-bottom: 30px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
#header #globalNavi {
	clear: both;
}
#header #globalNavi ul li {
	float: left;
	width: 180px;
	height: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#header h3 {
	clear: both;
}
#content {
	margin-top: 20px;
	margin-bottom: 20px;
}
#box {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#contentPart {
	width: 728px;
	padding: 10px;
	border: solid 1px #cccccc;
	margin-bottom: 20px;
}
#clear {
	clear: both;
}
#footer {
	border-top: solid 1px #cccccc;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}
#footMenu {
	margin-bottom: 10px;
}
.asterisk {
	color: #888888;
	font-size: 9pt;
	padding-top: 10px;
	padding-bottom: 20px;
}
#indexBox {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
.bannerLeft img {
	border: solid 1px #cccccc;
	margin-right: 20px;
	margin-top: 20px;
	float: left;
}
.bannerRight img {
	border: solid 1px #cccccc;
	margin-top: 20px;
}


/* 新着情報ページのスタイル=========================================================== */
#content #mainBanner {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding: 10px;
	border: solid 1px #cccccc;
}
#content #welcome {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: solid 1px #cccccc;
}
#content #news {
	width: 300px;
	height: 200px;
	padding: 10px;
	border: solid 1px #cccccc;
	margin-left: 64px;
	margin-top: 20px;
	float: left;
}
#content #suji {
	width: 400px;
	height: 200px;
	padding: 10px;
	border: solid 1px #cccccc;
	margin-left: 414px;
	margin-top: 20px;
}
#content #category {
	width: 220px;
	height: 305px;
	padding: 10px;
	border: solid 1px #cccccc;
	margin-left: 64px;
	margin-top: 20px;
	float: left;
}
#content #categoryChild {
	width: 220px;
	height: 305px;
	padding: 10px;
	border: solid 1px #cccccc;
	margin-left: 23px;
	margin-top: 20px;
	float: left;
}
.categoryText {
	margin-top: 10px;
	color: #555555;
}
.eventTitle {
	margin-bottom: 10px;
}
.remarks {
	font-size: 9pt;
	color: #666666;
}



/* 事業内容ページのスタイル=========================================================== */
#results {
	height: 150px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#results p img {
	margin-right: 30px;
	float: left;
}


/* 会社概要ページのスタイル=========================================================== */
#company table {
	margin-bottom: 20px;
}
#company th {
	width: 198px;
	text-align: right;
	line-height: 250%;
	padding-right: 20px;
	background-color: #e8eef9;
	border-bottom: solid 1px #cccccc;
}
#company td {
	width: 550px;
	height: 50px;
	border-bottom: solid 1px #cccccc;
	padding: 15px 0 15px 20px;
	background-color: #fefefe;
}


/* Q&Aページのスタイル=========================================================== */
#faqContent h4 {
	color: #333333;
	font-size: 11pt;
	margin-top: 25px;
	margin-bottom: 8px;
	padding-bottom: 2px;
	border-bottom: solid 2px #a2d6f1;
	padding-left: 20px;
	background-image: url("../images/question.jpg");
	background-repeat: no-repeat;
}
#faqContent p {
	padding-left: 20px;
	background-image: url("../images/answer.jpg");
	background-repeat: no-repeat;
}


/* お問い合わせページのスタイル=========================================================== */
.banner img {
	border: solid 1px #cccccc;
	margin-bottom: 20px;
}


/* プライバシーポリシーページのスタイル=========================================================== */
#privacyContent h4 {
	color: #333333;
	font-size: 11pt;
	margin-top: 20px;
	margin-bottom: 8px;
	padding-bottom: 2px;
	border-bottom: solid 2px #a2d6f1;
}


/* リンク集ページのスタイル=========================================================== */
#content #link {
	width: 220px;
	height: 200px;
	padding: 10px;
	border: solid 1px #cccccc;
	margin-left: 64px;
	margin-top: 20px;
	float: left;
}
#content #linkChild {
	width: 220px;
	height: 200px;
	padding: 10px;
	border: solid 1px #cccccc;
	margin-left: 23px;
	margin-top: 20px;
	float: left;
}
.linkText {
	margin-top: 10px;
	color: #555555;
	text-align: center;
}