﻿@charset "utf-8";
body{
	color:#333;
	font-size:77%;
	line-height:150%;
	background-color:#fff;
	font-family:"メイリオ",Meiryo,verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-repeat:repeat-x;
}
#wrapper{
	width:860px;
	margin:0 auto;
	background-image:url(../img/wrapper-bg.gif);
	background-repeat:repeat-y;
}

/* ヘッダー
--------------------------------------------------- */
#header{
	width:800px;
	height:81px;
	margin:0 auto;
	padding:10px 0 0 0;
	font-size:11px;
}
#header h1{
	margin:0 5px 0 3px;
	font-weight:normal;
	float:left;
}
#header p.key{
	width:300px;
	float:left;
}
#header ul{
	list-style-type:none;
	float:right;
}
#header ul li{
	float:left;
}
#header p.logo{
	padding:10px 0 0 0;
	float:left;
}

/* 左箱
--------------------------------------------------- */
#left-box{
	width:173px;
	padding:3px 0 0 30px;
	float:left;
}
p.left-bn{
	margin:0 0 5px 0;
}
ul.menu-mttl{background-image:url(../img/menu-mttl.gif);}
ul.blog-mttl{background-image:url(../img/blog-mttl.gif);}
ul.cate-mttl{background-image:url(../img/cate-mttl.gif);}
ul.archives-mttl{background-image:url(../img/archives-mttl.gif);}
ul.menu-lt{
	padding:27px 0 0 0;
	margin:10px 0 0 0;
	list-style-type:none;
	background-repeat:no-repeat;
	background-position:top;
}
ul.menu-lt li{
	background-image:url(../img/icon-tri.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
}
ul.menu-lt li a{
	width:160px;
	padding:5px 0 3px 13px;
	border-bottom:solid 1px #eee;
	display:block;
	text-decoration:none;
}
ul.menu-lt li a:hover{
	text-decoration:underline;
}
ul.menu-lt li ul{
	margin:0;
	padding:0;
	list-style-type:none;
	background-image:none;
}
ul.menu-lt li ul li{
	background-position:13px 8px;
}
ul.menu-lt li ul li a{
	width:144px;
	padding:5px 0 3px 26px;
}
ul.menu-lt li ul li ul{
	margin:0;
	padding:0;
	list-style-type:none;
	background-image:none;
}
ul.menu-lt li ul li ul li{
	background-image:url(../img/icon-l.gif);
	background-position:26px 8px;
}
ul.menu-lt li ul li ul li a{
	width:131px;
	padding:5px 0 3px 39px;
}

ul#office-lt{
	margin:10px 0 0 0;
	padding:13px 0 0 0;
	list-style-type:none;
	background-image:url(../img/grad-bg.gif);
	background-repeat:no-repeat;
	background-position:top;
}

/* 右箱
--------------------------------------------------- */
#right-box{
	width:587px;
	padding:3px 30px 0 0;
	float:right;
}
.text{
	margin:0 0 5px 0;
	padding:8px;
	line-height:180%;
	clear:both;
}

/* フッター
--------------------------------------------------- */
#footer{
	width:860px;
	margin:0 auto;
	padding:25px 0 10px 0;
	background-image:url(../img/wrapper-bg.gif);
	background-repeat:repeat-y;
	text-align:right;
	clear:both;
}
#footer address{
	padding:0 55px 0 40px;
}
#footer address a{
	color:#333;
	text-decoration:none;
}
#footer address a:hover{
	text-decoration:underline;
}
