@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:メイリオ,'hiragino kaku gothic pro',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: 50%; }
hr { display: none; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}
th, caption{ text-align: left; font-weight: normal; }

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; }
option { padding-right:10px; }

html{
	text-align: center;
	background: url(../img/bg_body.gif) repeat-x 0 0;
}

body{
	text-align: left;
	width: 794px;
	margin: 0 auto;
	color: #222222;
	position: relative;
}

#header,
#menu,
#content_wrap,
#footer{
	width: 792px;
	overflow: hidden;
	display: inline-block;
	border-width: 0 1px;
	border-style: none solid;
	border-color: #CBCBCB;
	background-color: white;

}

.copyright{
	font-size: 85%;
	line-height: 1.6;
	height: 2.2em;
	width: 794px;
	margin: 0 auto 6px;
	padding-top: 3px;
	text-align: right;
}

#header{
	height: 114px;
}

#header .site_logo{
	width: 137px;
	height: 52px;
	padding: 21px 0 18px 21px;
	float: left
}

#header .site_logo img{
	vertical-align: top;
}

#header div{
	float: right;
	text-align: right;
	padding: 12px 11px 0 0;
	width: 570px;
	height: 80px;
}

#header div img{
	vertical-align: top;
}

#header p.description{
	width:794px;
	clear: both;
	background: url(../img/bg_header.gif) repeat-x top;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	font-size: 11px;
	color: white;
	padding: 0 21px;
}

#menu{
	background-color: #A5D6F4;
	display: inline-block;
}

#menu{
	display: block;
}

#menu:after{
     content: "";
     display: block;
     clear: both;
     height: 0;
}

#menu li{
	float: left;
}

#menu li img{
	padding-bottom: 3px;
	vertical-align: top;
}

#footer{
	padding-top: 20px;
	border-bottom: 1px solid #CBCBCB;
}

#footer ul{
	width: 761px;
	padding: 0 0px 0 15px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 18px;
}

#footer ul li{
	width:244px;
	float: left;
}

#footer ul li.last{
	width:517px;
	float: right;
	text-align:right;
}

#footer ul li img{
	vertical-align: top;
}