@charset "utf-8"; 

/* ===== 基本 ===== */

* {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5	{
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
body {
	margin: 0px;
	background-color: #E7E7E7;
	font-size: 12px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1 {
	line-height: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	display: block;
	float: left;
	width: 160px;
}
h2 {
	margin-bottom: 20px;
}
p {
	line-height: 150%;
	margin-bottom: 24px;
	padding: 0px;
	color: #333333;
}
ul,li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #297693;
	text-decoration: underline;
}
a:hover {
	color: #328fb2;
	text-decoration: underline;
}
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { 
	display: inline-block; 
}
/* exlude MacIE5 \*/
* html .clearfix { 
	height: 1% 
}
.clearfix {
	display:block;
}
/* end MacIE5 */

/* ===== ページ構成 ===== */

#Wrapper {
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../image/wrapper_bc.gif);
	padding-right: 1px;
	padding-left: 1px;
	background-repeat: repeat-y;
	background-position: center;
}
#Header {
	background-image: url(../image/header_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 8px;
	padding-top: 16px;
	padding-left: 16px;
	height: 60px;
}
#GlobalNavi {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7A7A7;
	margin-bottom: 20px;
	clear: both;
}

/* ===== ヘダー/ドロップダウンメニュー ===== */

#inquiry {
	float: right;
	width: 150px;
	margin-right: 20px;
}
#dropmenudiv{
	position:absolute;
	line-height:24px;
	z-index:100;
	margin-top:1px;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 7px;
	text-decoration: none;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A7A7A7;
	color: #333333;
}
#dropmenudiv a:hover{
	background-color: #EEEEEE;
	color: #297693;
}

/* ===== フラッシュ部分 ===== */

#Splash {
	background-image: url(../image/splash_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 254px;
	margin-bottom: 20px;
	padding-top: 2px;
}
#KasouGazou {
	background-image: url(../image/kasou/kasougazou_bc.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 78px;
	margin-bottom: 10px;
	padding-top: 2px;
}
#BreadCram {
	margin-bottom: 10px;
	font-size: 12px;
	padding-left: 20px;
	color: #666666;
}


/* =====メイン部分 ===== */

#MiddleWrapper {
	background-image: url(../image/middle_bc.gif);
	background-repeat: repeat;
	width: 820px;
}
#Main {
	width: 510px;
	margin-bottom: 20px;
	float: left;
	padding-left: 20px;
}
#Main h3 {
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3d0b00;
	font-size: 12px;
	margin-bottom: 22px;
	font-weight: normal;
	color: #3d0b00;
	line-height: 150%;
}
.Article {
	margin-bottom: 20px;
}
#HeadLine {
}

#News {
}
#News li {
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D7D7D7;
	margin-bottom: 5px;
	background-image: url(../image/newspaper.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
}
#News a {
	text-decoration: none;
}

/* =====サイドバー部分 ===== */

#Side {
	float: right;
	width: 245px;
	margin-right: 5px;
	margin-bottom: 20px;
}
#Side .Article {
	width: 230px;
}
.SideBanner {
	display: block;
	margin-bottom: 20px;
}
#Blog img {
	margin-bottom: 20px;
}
#SideMovie {
	margin-bottom: 10px;
}
#SideMovie img {
	margin-top: 5px;
}
#Message img {
	margin-bottom: 12px;
}
#Sign {

}

#Sign p, #Sign img {
	padding-top: 10px;


}
#MailMag table {
	color: #FFFFFF;
	margin-left: 12px;
	font-size: 12px;
	margin-bottom: 10px;
	width: 200px;
}
#MailMag td {
	padding: 3px;
}
#MailMag {
	background-image: url(../image/side_cont_mailmag_bc.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
	padding-bottom: 12px;
}
#MailMag .button {
	margin-left: auto;
	width: 210px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
}
#Side li {
	background-image: url(../image/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	margin-bottom: 10px;
	font-size: 12px;
}
#SideService {
	margin-bottom: 15px;
}
#SideService img {
	margin-bottom: 10px;
}

/* ===== フッター部分 ===== */

#Footer {
	clear: both;
	text-align: center;
	padding: 23px;
	background-image: url(../image/footer_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F7F7F7;
}
#Copyright {
	text-align: center;
	margin-top: 10px;
}
.img_right_1 {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.img_right_2 {
	float: right;
	margin-left: 20px;
}
.img_left_1 {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
.img_left_2 {
	float: left;
		margin-bottom: 5px;
	margin-right: 20px;
}
.textclear {
clear:both;
}
.hilight {
	background-color: #FFF0FF;
	margin: 0 3px;
}

.Table_1 {
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	background-color: #E7E7E7;
	margin-bottom: 20px;
}
.Table_1 table {
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #A7A7A7;
	line-height: 150%;
	background-color: #FFFFFF;
	width: 100%;
}
.Table_1 table td {
	padding: 5px;
	border: 1px solid #A7A7A7;
	border-collapse: collapse;
}
.Table_1  .td_a   {
	background-color: #E7E7E7;
	text-align: left;
	vertical-align: top;
	white-space:nowrap;
}
.Table_1 .td_b {
	text-align: left;
	vertical-align: top;
	white-space:nowrap;
}

/* ===== フォーム ===== */

.form input:focus,.form textarea:focus {
	background-color: #E2E8FE;
}
div.button {
	text-align:center;
	margin-top: 20px;
}
div.button button#submit {
	width:100px;
	background-color:#297693;
	margin:0 10px 0 0;
	line-height:1.4;
	cursor:pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #999999;
	color: #FFFFFF;
}
div.button button#submit:hover {
	background-color:#3A0A00;
}
div.button button#reset {
	border:solid 2px;
	border-color:#ddd #aaa #aaa #ddd;
	width:100px;
	background-color:#ccc;
	line-height:1.4;
	margin:0 10px 0 0;
	cursor:pointer;
}
div.button button#reset:hover {
	background-color:#efefef;
}
/*　サンプルの確認画面（check.php用）*/
table#confirm {
	border-collapse:collapse;
	border-color:#999999;
	width:100%;
}
table#confirm th {
	font-weight:normal;
	padding:0.5em;
	width:30%;
	background-color:#efefff;
}
table#confirm td {
	padding:0.5em;
}
/*
確認画面のエラー用
エラーメッセージには<strong>タグが付く
*/
table#confirm td strong {
	color:#A82B2B;
}
/*確認画面ボタン上のメッセージ*/
p.confmes {
	margin:1em 0;
}
/*エラー画面用　（init.php内）*/
/*body id="error"*/
div.err_message {
	padding:50px 0 0 0;
}
