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

*{
	margin:0;
	padding:0;
}

a{
	overflow:hidden;
}

img{
	border:0;
	vertical-align:top;
	vertical-align:bottom;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body{
	color:#666;
	font-size:12px;
	background-image:url(../../image/index/bg_all.png);
	background-repeat:repeat-x;
	background-position:left top;
}

/*----------------------------*/

/*　ヘッダーフラッシュ　*/
#header_flash{
	width:970px;
	margin:0 auto;
}

/*　外枠　*/
#outside_container{
	width:970px;
	margin:0 auto;
}

/*　文字サイズ　*/
#txt_size_area{
	width:950px;
	height:60px;
	margin:0;
	background-image:url(../../image/index/bg_header.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#txt_size_area ul{
	float:right;
}

#txt_size_area ul li{
	float:left;
	list-style-type:none;
}
/*　文字サイズ画像なしバージョン　*/
#txt_size_area2 {
	width:950px;
	height:27px;
	padding:5px 0px;
}

#txt_size_area2 ul{
	float:right;
}

#txt_size_area2 ul li{
	float:left;
	list-style-type:none;
}
/*　グローバルナビゲーション　*/
#gnavi{
	clear:both;
	width:950px;
	margin:0px;
}

#gnavi li{
	float:left;
	list-style-type:none;
}

#gnavi li a{
	display:block;
	width:190px;
	height:60px;
}

#gnavi01 a{
	background-image:url(../../image/tmp/gnavi01.png););
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
}

#gnavi01 a:hover{
	background-position:left -60px;
}

#gnavi02 a{
	background-image:url(../../image/tmp/gnavi02.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
}

#gnavi02 a:hover{
	background-position:left -60px;
}

#gnavi03 a{
	background-image:url(../../image/tmp/gnavi03.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
}

#gnavi03 a:hover{
	background-position:left -60px;
}

#gnavi04 a{
	background-image:url(../../image/tmp/gnavi04.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
}

#gnavi04 a:hover{
	background-position:left -60px;
}

#gnavi05 a{
	background-image:url(../../image/tmp/gnavi05.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
}

#gnavi05 a:hover{
	background-position:left -60px;
}

/*　メインコンテナ　*/
#main_container{
	clear:both;
	width:950px;
	margin:0px;
}

/*　左カラム　*/
#left_column{
	float:left;
	width:250px;
	padding:15px 0px;
}

#osusume_goods{
	background-image:url(../../image/index/bg_left_col.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:100px;
	background-color:#BFEB94;
}

.pickup_goods_out{
	width:244px;
	margin:10px auto;
	background-image:url(../../image/index/left_col_white_middle.png);
	background-repeat:repeat-y;
	background-position:left top;
	overflow:hidden;
}

.pickup_goods_mid{
	background-image:url(../../image/index/left_col_white_top.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.pickup_goods_ins{
	background-image:url(../../image/index/left_col_white_bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:10px;
}

.pickup_goods_ins table{
	width:100%;
	margin:0px auto;
}

.pickup_goods_ins table td{
	vertical-align:top;
}

.pickup_goods_ins table td h3{
	padding:0;
	color:#336600;
	font-size:100%;
	line-height:100%;
	margin:0px;
}

.pickup_goods_ins table td h3 a{
	color:#336600;
	line-height:100%;
	margin:0px;
	padding:10px 5px 0px 5px;
}

.pickup_goods_ins table td p{
	padding:0px 5px;
	color:#336600;
	margin:0px;
}

.pickup_goods_ins table td p a{
	color:#336600;
	font-weight:bold;
	margin:0px;
	padding:0px;
	line-height:150%;
}

.pickup_goods_ins table td .simg{
	float:left;
	padding:5px 10px 5px 5px;
}

/*　中央カラム　*/
#center_column{
	float:left;
	width:430px;
	margin-left:9px;
	padding:15px 0px;
}

#read_new_out{
	width:430px;
	background-image:url(../../image/index/bg_center_col_middle.png);
	background-repeat:repeat-y;
	background-position:left top;
	overflow:hidden;
}

#read_new_ins{
	width:430px;
	background-image:url(../../image/index/bg_center_col_bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	overflow:hidden;
}

#read_new_ins .left{
	float:left;
	width:254px;
	margin:20px 0px 20px 10px;
	overflow:hidden;
}

#read_new_ins .right{
	float:right;
	width:110px;
	margin:20px 15px 20px 0px;
	overflow:hidden;
}

.read_news_out{
	background-image:url(../../image/index/bg_center_col_li_middle.png);
	background-repeat:no-repeat;
	background-position:left 1.3em;
	margin-bottom:15px;
}

.read_news_mid{
	background-image:url(../../image/index/bg_center_col_li_top.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.read_news_ins{
	background-image:url(../../image/index/bg_center_col_li_bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:15px 0px 15px 20px;
}

.read_news_ins p{
}

/*　右カラム　*/
#right_column{
	float:right;
	width:250px;
	padding:15px 0px;
}

#right_column h3{
	padding:10px 0px;
}

#right_column table{
	width:230px;
	margin:0px auto 20px auto;
}

#right_column caption{
	text-align:left;
	line-height:200%;
}

#right_column table th{
	background-color:#87D538;
	line-height:150%;
	font-weight:normal;
	text-align:center;
	color:#FFF;
}

#right_column table td{
	border:1px solid #CFCFCF;
	line-height:150%;
	text-align:center;
}

/*　フッター　*/
#footer{
	clear:both;
	width:100%;
	background-image:url(../../image/index/bg_footer_out.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}

#footer_ins{
	width:970px;
	margin:0 auto;
	background-image:url(../../image/index/bg_footer_ins.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#footer_ins p{
	text-align:right;
	line-height:25px;
	padding-bottom:9px;
	padding-right:20px;
	font-size:12px;
}

.listiti {
	background-image: url(../../image/index/listarea.png);
	background-repeat: no-repeat;
	width: 230px;
	text-align: right;
	padding-right: 14px;
	line-height:25px;
}

.listiti a{
	line-height:25px;
	color:#060;
	font-weight:bold;
}

/*　切り替わるバナー　*/
.change_banner{
	display:none;
}
