@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	}

html {
	width: 100%;
	height: 100%;
	background-color: #5A82D7;
	}

body {
	width: 100%;
	background-color: #5A82D7;
	background-attachment: fixed;
	background: url(../images/bg.gif) repeat-x left top;
	font-size: 90%;
	line-height: 1.4;
	font-family:
	"ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro",
	"Osaka",
	"MS Pゴシック",
	sans-serif;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
	}

th {
	font-weight: normal;
	text-align: left;
	}

img {
	border: 0;
	}

li {
	list-style: none;
	}

h1,h2,h3,h4,h5{
	font-size:110%;
	}

/* link
-------------------------*/
a:link {color: #2b61d6;}
a:visited {color: #666666;}
a:hover {color: #333333; text-decoration: none;}
a:active {color: #666666;}

/* header
-------------------------*/
#header {
	width: 760px;
	height: 100px;
	background: url(../images/h-bg.gif) repeat-x left top;
	position: relative;
	}

#logo {
	padding: 3px 10px 0;
	}

#kanehide {
	position: absolute;
	bottom: 12px;
	right: 10px;
	}

#kanehide p {
	text-align: right;
	}

#name {
	font-size: 90%;
	font-weight:bold;
	}

#address {
	line-height: 1.2;
	font-size: 90%;
	}

/* container
-------------------------*/
#container {
	width: 760px;
	margin: 0 auto;
	background-color: #ffffff;
	color: #333333;
	border-bottom: 3px solid #cccccc;
	}

#pan {
	font-size: 90%;
	padding: 10px 5px 0;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	}

/* wrap
-------------------------*/
#wrap {
	width: 758px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 10px 0 30px;
	}

/* content
-------------------------*/
#content {
	width: 558px;
	float: right;
	}

.table1 {
	width: 550px;
	margin-top: 20px;
	}

.table1 h2 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.1;
	padding-top: 1px;
	}

.table1 td {
	vertical-align: top;
	}

.title {
	background: url(../images/tb02.gif) repeat-x left top;
	}

.kado {
	width: 10px;
	height: 21px;
	} 

.l-side {
	background: url(../images/tb04.gif) repeat-y left top;
	}

.r-side {
	background: url(../images/tb05.gif) repeat-y left top;
	}

.bottom {
	background: url(../images/tb07.gif) repeat-x left bottom;
	}

.koumoku {
	width: 150px;
	padding: 3px 0;
	border-bottom: 1px dashed #666666;
	}

.naiyou {
	width: 380px;
	border-bottom: 1px dashed #666666;
	padding: 3px 0;
	}

#totop {
	text-align: right;
	margin: 20px 8px 0 0;
	}

/* menu
-------------------------*/
#menu {
	width: 190px;
	float: left;
	}

#menu ul {
	width: 190px;
	padding-bottom: 45px;
	background: url(../images/menu-bottom.gif) no-repeat left bottom;
	}

#menu-top {
	background: url(../images/menu-top.gif) no-repeat left top;
	background-color: #000000;
	color: #ffffff;
	height: 25px;
	padding: 10px 15px 10px 30px;
	font-weight:bold;
	}

.menu-btn {
	padding-bottom: 8px;
	background: url(../images/menu-line.gif) no-repeat left bottom;
	}

#menu a {
	text-decoration : none;
	color: #666666;
	font-size: 80%;
	background: url(../images/menu-bg.gif) no-repeat left top;
	display:block;
	height: 17px;
	padding: 5px 0 0 30px; 
	}

#menu a:hover {
	color: #ffffff;
	background-color: #000000;
	background: url(../images/menu-bg_on.gif) no-repeat left top;
	}

#menu strong {
	color: #ffffff;
	background-color: #000000;
	font-size: 80%;
	background: url(../images/menu-bg_on.gif) no-repeat left top;
	display:block;
	height: 17px;
	padding: 5px 0 0 30px; 
	}

#back a {
	color: #ffffff;
	font-size: 80%;
	font-weight: bold;
	background: url(../images/menu-bg_on.gif) no-repeat left top;
	display:block;
	height: 17px;
	padding: 5px 0 0 30px; 
	}

/* footer
-------------------------*/
#footer {
	width: 758px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 10px solid #666666;
	text-align: center;
	}

#footer ul {
	background-color: #e0f4fc;
	font-size: 80%;
	}

#footer li {
	display: inline;
	}

#footer-navi1 {
	padding-top: 5px;
	}

#footer-navi2 {
	padding: 5px 0;
	}

#footer p {
	font-size: 90%;
	padding: 5px 0;
	}

/* clearfix
-------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix { display: inline-block; }

/* hides  from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end hide from IE-mac */
