@charset "utf-8";
/*
ファイル名：base.css
作成者　　：aizwa
更新日　　：2008/12/08
情報　　　：全体のフレームやヘッダー・フッターなどのベースとなるスタイル
*/

/*---------------------------------------------

	リセット

---------------------------------------------*/

html {
	overflow-y:scroll;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,brockquote,pre,table,caption,address,form,fieldset,legend,object {
 	margin: 0;
 	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,table,code,kbd,samp,acronym,input,textarea {
	font-size: 100%;
}

a,ins {
	text-decoration: none;
}

address,em,cite,dfn,var {
	font-style: normal;
}

input,textarea {
	font-family: sans-serif;
	font-weight: normal;
}

img {
	vertical-align: bottom;
}

li {
	list-style-type: none;
}

a img {
	border:none;
}

/* シビラタグ、アクセス刑事タグで挿入されるimg要素を消すために */
#sibullaTag    {display:none;}
#accessdekaTag {display:none;}


/*---------------------------------------------

	フォント
	
---------------------------------------------*/

body {
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:14px;
	line-height:1.78;
	color:#333;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:87.5%;
}


/*---------------
	 リンク
---------------*/

a       {text-decoration:underline;color:#00F;}
a:hover {}


/*---------------------------------------------

	ボディと全体を囲むボックスボックス
	
---------------------------------------------*/

body {
	background:#9fcdef url(../img/common/body-bg.png) repeat-y center;
}

#wrapper {
	margin:0 auto;
	padding:0 4px;
	width:1022px;
	background:#FFF url(../img/common/content-bg.png) repeat-y;
}


/*---------------------------------------------

	ヘッダー
	
---------------------------------------------*/

#header {
	height:118px;
	background:url(../img/common/header-bg.jpg) no-repeat;
	overflow:hidden;
}

#header h1 {
	height:26px;
	text-align:center;
	line-height:26px;
	font-size:114%;
	font-weight:bold;
	color:#FFF;
}

#header-address {
	margin:7px 0 0 610px;
	padding-bottom:5px;
}

/* メールアドレスの部分をhoverした時（jsにて） */
#header-address.hover {
	background:url(../img/common/header_teladdress_border.png) no-repeat left bottom;
}

#header-address img {
	border:none;
}

#header-contact {
	display:block;
	width:175px;
	height:25px;
	margin:-25px 0 0 847px;
}

/*---------------------------------------------

	キービジュアル（フラッシュ）
	
---------------------------------------------*/

#keyvisual {
	height:264px;
}

/*---------------------------------------------

	メインとサイドバーを囲むボックス
	メインとサイドバーの背景が下まで表示されるため設置
	
---------------------------------------------*/

#wrapper2 {
	background:url(../img/common/sidebar-bg.png) repeat-y 0 0;
	overflow:hidden;
	zoom:1;
}

/*---------------------------------------------

	メイン
	
---------------------------------------------*/

#main {
	float:right;
	padding:0 15px;
	width:769px;
	min-height:1028px;
	_height:1028px;
	background:url(../img/common/main-bg.jpg) no-repeat right 0;
}

body#home #main {
	padding:0;
	width:799px;
	background:url(../img/homemain-bg.jpg) repeat-x;
}

/*---------------------------------------------

	サイドバー
	
---------------------------------------------*/

#sidebar {
	float:left;
	padding-bottom:11px;
	width:223px;
	background:#012764 url(../img/common/sidebar-bg.png) repeat-y;
}

#sidebar div.navi-header {
	width:219px;
	border-bottom:1px solid #fff;
}
#sidebar ul.navi {
}
#sidebar ul.navi li{
	width:219px;
	border-bottom:1px solid #fff;
}

#sidebar div.side-contact-header {
	margin:25px 0 0;
}

#sidebar p {
	margin:10px auto;
	text-align:center;
}

#sidebar hr {
	margin:10px 7px;
	_margin:0px 7px;
	height:3px;
	_height:1px;
	border:none;
	background:url(../img/common/sidebar-border.png) repeat-x 0 0;
}

/*---------------------------------------------

	フッター
	
---------------------------------------------*/

#footer {
	clear:both;
	height:250px;
	background:url(../img/common/footer-bg.jpg) no-repeat 0 36px;
	overflow:hidden;
	text-align:center;
}

#footer .contact {
	padding:8px 0 0;
	background:url(../img/common/footer-bg.jpg) no-repeat 0 0;
}

#footer div.footer-mail {
	padding-left:315px;
	height:36px;
	background:url(../img/common/footer-mail-bg.png) no-repeat 0 0;
}

#footer div.footer-mail a {
	float:left;
	display:block;
	zoom:1;
	margin:5px 10px 0 0px;
	height:28px;
}

#footer div.footer-mail a#footer-contact-mail {width:230px;}
#footer div.footer-mail a#footer-contact-form {width:187px;}

#footer .navi01 {
	height:32px;
	line-height:32px;
	font-weight:bold;
}

#footer .navi02 {
	height:100px;
	line-height:20px;
	font-size:86%;
}

#footer .navi01 a,
#footer .navi02 a {
	color:#0256a7;
	text-decoration:none;
}

#footer .navi01 a:hover,
#footer .navi02 a:hover {
	text-decoration:underline;
}

#footer .copyright {
	padding:5px 0 0 0;
	height:33px;
	line-height:33px;
	font-size:86%;
	color:#FFF;
}
 

