@charset "shift_jis";
/* 基本設定
---------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #F2f2f2;
	color: #000000;
	font-size: 80%;
	line-height: 28.24px;
}
h1,h2,h3,h4,h5,h6,ul,li,ol,p {
	padding: 0;
	margin: 0;
	font-size: 100%;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.c-both {
	clear:both;
}
.tx_small {
	font-size: small;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.table_01 td {
	vertical-align: top;
}




/* 共通設定
---------------------------------------------------- */
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}


/* メニュー関係
---------------------------------------------------- */
#menu_main {
	width: 125px;
	margin-top: 268px;
}

#menu_main li {
	list-style-type: none;
	display: inline;
}
#menu_main_2 {
	width: 125px;
	margin-top: 39px;
}

#menu_main_2 li {
	list-style-type: none;
	display: inline;
}


/* 各設定
---------------------------------------------------- */



#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	height: 680px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#container_2 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#foot {
	height: 18px;
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	margin-top: 10px;
}
#top_left {
	background-image: url(../images/bg_01.gif);
	height: 680px;
	width: 594px;
	float: left;
}
#top_right {
	background-image: url(../images/bg_02.gif);
	height: 680px;
	width: 366px;
	float: right;
}
#top_left h1 {
	margin-top: 266px;
	margin-left: 56px;
}
#blog_entry {
	margin-top: 87px;
	margin-left: 140px;
}
#blog_entry li {
	list-style-type: none;
}

#block_left {
	background-image: url(../images/bg_05.gif);
	width: 594px;
	float: left;
	padding-bottom: 56.476px;
}
#block_right {
	background-image: url(../images/bg_02.gif);
	width: 366px;
	float: right;
}
#content_main {
	margin-top: 33px;
	margin-left: 85px;
}
#content_main table td {
	vertical-align: top;
}