@charset "shift_jis";
body {
	color: #666666;
	background-color: #fffce3;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/1.8 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
#container {
	background-image: url(images/container_bg.gif);
	width: 896px;
	text-align: left;
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

/*リンクカラー
----------------------------------------------------------------*/
a {
	color: #666666;
}
a:hover {
	color: #9e2520;
}

/*強調文字
----------------------------------------------------------------*/
strong {
	font-weight: normal;
	color: #9e2520;
}

/*ヘッダー
----------------------------------------------------------------*/
#header {
	background-image: url(images/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 267px;
	position: relative;
}
#header img {
	position: absolute;
	left: 27px;
	top: 40px;
}
#header h1 {
	font-size: 11px;
	padding-left: 35px;
	padding-top: 20px;
	color: #FFFFFF;
}

/*コンテンツ
----------------------------------------------------------------*/
#contents {
	float: left;
	width: 706px;
}

/*メイン
----------------------------------------------------------------*/
#main {
	float: right;
	width: 498px;
	margin-right: 9px;
	margin-left: 9px;
	display: inline;
}
#main h2 {
	background-image: url(images/midashi_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 100%;
	padding-left: 10px;
	height: 30px;
	padding-right: 5px;
	color: #FFFFFF;
	letter-spacing: 0.5em;
	line-height: 30px;
}
#main p {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}



/*右側
----------------------------------------------------------------*/
#side {
	float: right;
	width: 181px ;
	display: inline;
	margin-right: 4px;
	margin-left: 5px;
	font-size: 80%;
}
#side p {
	margin-bottom: 10px;
	color: #666666;
}
.side-table {
	border: 1px solid #cccccc;
	padding: 2px;
	line-height: 2;
}
.side-table h3 {
	background-color: #ffffff;
	padding-top: 3px;
	padding-bottom: 2px;
	color: #666666;
	text-align: center;
	font-weight: normal;
	font-size: 100%;
	letter-spacing: 0.5em;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}


/*メニュー他
----------------------------------------------------------------*/
#sub {
	float: left;
	width: 181px;
	display: inline;
	margin-right: 5px;
	margin-left: 4px;
	color: #666666;
}
#sub li {
	background-image: url(images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#sub ul {
	margin-bottom: 20px;
}
#sub li a {
	color: #666666;
	text-decoration: none;
	display: block;
	width: 100%;
}
#sub li a:hover {
	color: #FF3B33;
}
.arrow-last {
	background-image: url(images/menu_arrow_last.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
}
.menu-midashi {
	border: 1px solid #cccccc;
	background-image: none !important;
	background-color: #ffffff;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 2px;
}

/*フッター
----------------------------------------------------------------*/
#footer {
	clear: both;
	width: 900px;
	font-size: 11px;
	padding-bottom: 20px;
	background-color: #7FD439;
	padding-top: 15px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #FFFFFF;
}

/*clearfix
------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */
