@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	font-size: 14px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  sans-serif;
	line-height: 20px;
	width: 800px;
	margin: 0 auto;
}

p{
	padding: 5px 0;
}

.l-img{
	float: left;
	padding: 0 10px 10px 0;
}
.red{
	color: #F00;
}
.text-cenetr{
	text-align: center;
}

div#header{
	position: relative;
	width: 725px;
	height: 56px;
	background-image: url(../images/logo.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 8px 0 0 75px;
	margin-bottom: 10px;
}

div#header h1{
	font-size: 12px;
	color: #374044;
	margin-bottom: 5px;
}

p#description{
	position: absolute;
	top: 0;
	right: 0;
}
h2#logo{
	font-size: 24px;
	font-weight: bold;
	color: #374044;
}

h2#logo a{
	color: #374044;
	text-decoration: none;
}

/*メニュー*/
div#menu{
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	height: 35px;
	padding: 15px 0 0 10px;
	margin-bottom: 20px;
}

div#menu ul li{
	display: inline;
	font-size: 14px;
	font-weight: bold;
	padding: 0 12px;
}
div#menu ul a{
	color: #494949;
	text-decoration: none;
}

/*メインイメージ*/
div#main-image{
	width: 205px;
	height: 190px;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
	padding: 10px 0 0 595px;
	margin-bottom: 20px;
}

div#right{
	width: 170px;
	float: right;
	color: #000;
	background-color: #EFEFEF;
	padding: 10px;
}
div#right .title{
	color: #000;
	font-weight: bold;
}

div#left{
	width: 600px;
	float: left;
}
div#left .title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #006;
}

div#left .content{
	padding: 5px 0;
	margin-bottom: 20px;
}

table.bosyuu{
	width: 100%;
}
table.bosyuu th{
	padding: 8px;
	color: #FFF;
	background:#006;
}
table.bosyuu td{
	padding: 8px;
	border: solid 1px #EFEFEF;
}

div.content-faq{
	padding: 10px 0;
	border-bottom: solid 1px #EFEFEF;
}

h3.faq-q{
	font-size: 14px;
	font-weight: normal;
	color: #006;
}

table.contact-from{
}
{
	width: 100%;
}
table.contact-from th{
	padding: 8px;
	border: solid 1px #EFEFEF;
	font-weight: normal;
	text-align: right;
}
table.contact-from td{
	padding: 8px;
	border: solid 1px #EFEFEF;
}

div#footer{
	clear: both;
	border-top: solid 2px #79DAEB;
	padding: 10px;
	text-align:center;
	font-size: 12px;
}