@charaset "UTF-8";

/* -------------------------------
スタイルの初期化 */

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object { margin:0; padding:0; }

body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	font-size:75%;
	line-height: 1.6;
}

a img { border:0; }
ul, ol { list-style-type:none; }
sup { position: relative; vertical-align: baseline; top: -0.9em; font-size: 0.5em; }
hr { display: none; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}
th, caption{ text-align: left; }

input[type="text"],input[type="password"],input[type="text"] { padding:0 2px; margin-right:0.1em; }
input[type="submit"] { display:inline; margin:0; }
input[type="checkbox"] { margin-right:0.1em; vertical-align: middle; }
input[type="radio"] { margin-right:0.1em; }
textarea { padding:2px; }
optgroup { font-style:normal; }

/* -------------------------------
背景・リンク */

html{
	background-color:#e3e3e3;
	text-align:center;
}
body{
	margin:0 auto;
	width:776px;
	background:url(../img/main.jpg) repeat-y;
	text-align:left;
	color:#666;
}
a{
	color:#001f63;
	outline:0;
}
a:hover{
	color:#39f;
}
object{
	outline:0;
}


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

div#header{
	margin:0px 0px 0px 4px;
	width:772px;
	background:url(../img/header_bg.jpg) repeat-x;
	overflow:hidden;
}
div#header .logo{
	width:292px;
	height:83px;
	float:left;
}
div#header ul{
	width:230px;
	height:83px;
	background:url(../img/contact_bg.jpg) no-repeat;
	float:right;
}
div#header ul li img{
	vertical-align:top;
}
div#header ul li.contact{
	padding:10px 0px 0px 4px;
}
div#header ul li.tel{
	padding:0px 0px 0px 7px;
}
div#header p.info{
	margin:38px 0px 0px 0px;
	width:200px;
	height:40px;
	display:block;
	color:#888;
	font-size:8pt;
	line-height:1.4;
	float:right;
}
div#header p.info a{
	color:#888;
	font-size:8pt;
	text-decoration:none;
}

/* -------------------------------
グローバルメニュー */
  
ul#global_menu{
	margin:0px 0px 0px 5px;
	clear:both;
}
ul#global_menu li{
	float:left;
}
ul#global_menu li img{
	vertical-align:top;
}

/* -------------------------------
新グローバルメニュー */

ul.grobalmenu{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	width:766px;
	height:41px;
	margin:0 0 0 5px;
	clear:both;
	z-index:3
}
ul.grobalmenu *{
	z-index:3;
}
ul.grobalmenu a{
	display:block;
	color:#fff;
	text-decoration:none;
}
ul.grobalmenu li{
	position:relative;
	float:left;
}
ul.grobalmenu ul{
	position:absolute;
	top:41px;
	left:0;
	background:#001f63;
	display:none;
	opacity:0;
	list-style:none;
}
ul.grobalmenu ul li{
	position:relative;
	border-bottom:1px dotted #8393b5;
	width:153px;
	text-align:left;
}
ul.grobalmenu ul li a{
	display:block;
	width:137px;
	padding:6px 8px 4px;
	background-color:#001f63;
}
ul.grobalmenu ul li a:hover{
	color:#001f63;
	background:#e3e3e3;
	text-decoration:none;
}
ul.grobalmenu .last{
	border-bottom:none;
}

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

div#main{
	padding:0 0 0 25px;
}
h1.page{
	margin:0 0 0 5px;
	width:766px;
	height:105px;
	clear:both;
}
p.image{
	margin:0 0 0 5px;
	width:766px;
	height:105px;
	clear:both;
}

/* -------------------------------
パンくずリスト */
ul.path_navi{
	margin:10px 0px 10px 0px;
}  
ul.path_navi li{
	display:inline;
	line-height:1.4;
	list-style-type:none;
}
ul.path_navi li a{
	padding-right:17px;
	background:url(../img/arrow.gif) no-repeat right center;
	text-decoration:none;
}
ul.path_navi li a:hover{
	text-decoration:underline;
}

/* -------------------------------
ページトップへ戻る */
div.totop{
	margin-top:20px;
	width:720px;
	text-align:right;
	clear:both;
}
div.totop a{
	padding:1px 0px 0px 16px;
	background:url(../img/arrow_top.gif) no-repeat left center;
	color:#39f;
	text-decoration:none;
}
div.totop a:hover{
	color:#001f63;
	text-decoration:underline;
}

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

div#footer{
	height:70px;
	background:url(../img/footer_bg.jpg) no-repeat;
	clear:both;	
}
#footer ul{
	margin:0px 0px 0px 5px;
	padding-top:31px;
}
#footer ul li{
	float:left;
}
#footer li img{
	vertical-align:top;
	display:block;
}
