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

/*-------------------------------------------
【トップページ用スタイルシート】
-------------------------------------------*/
/*-------------------------------------------
基本構造・ワイヤーフレーム
-------------------------------------------*/

body {
	text-align: center;
	font-size: 12px;
	color: #333333;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuGothicPro-W3, "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
	line-height: 150%;
	background: #FCF3EB;
	background: #FBF4EA url(../img/head_bg.jpg) repeat-x;
}

/*IE7*/
*:first-child+html body {
font-family: "メイリオ", "Meiryo", sans-serif;
}

/*IE6*/
*html body {
font-family: "メイリオ", "Meiryo", sans-serif;
}

#header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/top_head_img.jpg) no-repeat center top;
	height: 335px;
}
#header_top {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 25px;
	height: 185px;
}
#container {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/container_top.gif) no-repeat left top;
	padding-top: 11px;
	margin-top: -45px;
}
#container_inner {
	width: 804px;
	background: url(../img/container_bottom.gif) no-repeat left bottom;
	padding-bottom: 11px;
	float: left;
}
#container_body {
	width: 804px;
	background: url(../img/container_body.gif) repeat-y;
	float: left;
	padding-bottom: 20px;
	text-align: left;
}
#main {
	width: 570px;
	float: right;
	margin-right: 12px;
	display: inline;
}
#sub {
	width: 180px;
	float: left;
	margin-left: 22px;
	display: inline;
	margin-top: 10px;
}
#container_foot {
	clear: both;
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 13px;
}
#footer {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 128px;
	background: url(../img/foot_bg.gif) repeat-x left 10px;
	padding-top: 25px;
}
#footer_inner {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
}


/*-------------------------------------------
ヘッダー
-------------------------------------------*/

#logo {
	float: left;
	width: 210px;
}
#head_menu {
	float: right;
	margin-top: 10px;
}
#head_menu li {
	float: left;
	margin-left: 15px;
}


/*-------------------------------------------
右カラム：メインコンテンツ
-------------------------------------------*/

#top_flash {
	margin-bottom: 10px;
	width: 570px;
}
.topic_row {
	width: 570px;
	margin-bottom: 10px;
	float: left;
	clear: both;
}
.topic_left {
	width: 280px;
	float: left;
}
.topic_right {
	float: right;
	width: 280px;
}
.topic_left h2, .topic_right h2 {
	margin-bottom: 10px;
}
.topic_txt {
	float: right;
	width: 150px;
}
.topic_txt p {
	margin-bottom: 5px;
}
.topic_img {
	margin-left: 10px;
}
#blog_info {
	float: left;
	clear: both;
	width: 570px;
}
#blog_info h2 {
	margin-bottom: 15px;
}
#blog_info dl {
	float: left;
	width: 540px;
	clear: both;
	margin-bottom: 10px;
	margin-left: 15px;
	display: inline;
}
#blog_info dl dt {
	width: 85px;
	background: url(../img/blog_entry_sep.gif) no-repeat right center;
	float: left;
	display: inline;
	font-weight: bold;
	color: #663300;
}
#blog_info dl dd {
	width: 430px;
	float: right;
	display: inline;
}
.blog_more {
	clear: both;
	margin-left: 460px;
}


/*-------------------------------------------
左カラム：ナビゲーション
-------------------------------------------*/

#cm_title {
	margin-bottom: 5px;
}
#content_menu {
	margin-bottom: 5px;
}
#content_menu li {
	margin-bottom: 5px;
}
#sub .bnr {
	margin-bottom: 5px;
}


/*-------------------------------------------
コンテンツフッター
-------------------------------------------*/

#cf_menu {
	float: left;
	margin-left: 10px;
}
#cf_menu li {
	background: url(../img/fm_icon.gif) no-repeat left 4px;
	float: left;
	margin-right: 15px;
	font-size: 11px;
	padding-left: 12px;
}
.page_top_btn {
	float: right;
	margin-right: 2px;
}


/*-------------------------------------------
フッター
-------------------------------------------*/

address {
	margin-left: 10px;
	font-weight: bold;
}


/*-------------------------------------------
リンク設定
-------------------------------------------*/

/*基本リンク*/
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	color: #666699;
	text-decoration: none;
}
a:hover,a:active {
	color: #33CCFF;
	text-decoration: underline;
}

/*フッターリンク*/
#cf_menu a:link,#cf_menu a:visited {
	color: #663300;
	text-decoration: none;
}
#cf_menu a:hover,#cf_menu a:active {
	color: #FF0000;
	text-decoration: none;
}

/*半透明設定*/
.opa a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}

