@charset "utf-8";

/* ==================== 外部CSSインポート ==================== */
@import url("style.css");
@import url("side.css");
/* =========================================================== */


/* -----------------------------------------------------------
    初期設定
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,dl,dt,dd,form,img,hr,table,tr,td{
	margin:0px;
	padding:0px;
	border:none;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:12px;
}

/* -----------------------------------------------------------
    全体
-------------------------------------------------------------- */
body{
	margin:0px;
	padding:0px;
	line-height:1.6;
	font-size:12px;
	color:#444444;
	font-family:"MS P Gothic", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}



/* -----------------------------------------------------------
    全体リンク
-------------------------------------------------------------- */
a:link,a:visited{
	text-decoration:underline;
	color:#0099CC;
}

a:hover{
	text-decoration:underline;
	color:#00CCFF;
}

/* -----------------------------------------------------------
    フロートクリア
-------------------------------------------------------------- */
.clear{
	height:0;
	margin:0;
	padding:0;
	line-height:0;
	clear:both;
	font-size:0;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}

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

/* -----------------------------------------------------------
    ヘッダー
-------------------------------------------------------------- */
#header{
	background:#BACD32 url(../img/header_bg.gif) repeat-x 0 0;
}

#hd_wrap{
	margin:0 auto;
	width:970px;
	height:80px;
	position:relative;
	background:#BACD32 url(../img/header_bg.gif) repeat-x 0 0;
}

#hdf_wrap{
	margin:0 auto;
	width:720px;
	height:80px;
	position:relative;
}

#hd_txt{
	position:absolute;
	width:auto;
	height:auto;
	left:280px;
	top:40px;
	font-size:11px;
	text-decoration:underline;
	color:#646400;
}

#hd_txt a:link,#hd_txt a:visited{
	text-decoration:underline;
	color:#646400;
}

#hd_txt a:hover{
	text-decoration:underline;
	color:#646400;
}

#hd_logo{
	position:absolute;
	left:10px;
	top:11px;
}

#hd_url{
	position:absolute;
	right:10px;
	top:13px;
}

#hdf_url{
	position:absolute;
	right:10px;
	top:42px;
}

#hd_link01{
	position:absolute;
	right:94px;
	bottom:5px;
}

#hd_link02{
	position:absolute;
	right:10px;
	bottom:5px;
}

#hd_link03{
	position:absolute;
	right:178px;
	bottom:5px;
}

/* -----------------------------------------------------------
    ヘッダーバー
-------------------------------------------------------------- */
#hd_bar{
	margin:0 auto;
	width:970px;
	height:49px;
	position:relative;
	background:#BACD32;
}

#hd_b_link01{
	position:absolute;
	left:10px;
	bottom:5px;
}

#hd_b_link02{
	position:absolute;
	left:146px;
	bottom:5px;
}

#hd_b_link03{
	position:absolute;
	left:282px;
	bottom:5px;
}

#hd_b_link04{
	position:absolute;
	left:506px;
	bottom:5px;
}

#user_name{
	position:absolute;
	right:161px;
	top:1px;
	width:130px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	line-height:1.3;
}

#point{
	position:absolute;
	right:74px;
	top:0px;
	width:72px;
	height:18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background:url(../img/point_area.gif) no-repeat 0 0;
	padding:0px 4px 0px 4px;
	text-align:right;
}

#pt{
	position:absolute;
	right:56px;
	top:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
}

#hd_search_text{
	position:absolute;
	right:74px;
	bottom:4px;
	width:211px;
	height:auto;
	border:none;
	background:url(../img/search_text_area.gif) no-repeat 0 0;
	padding:2px 2px 2px 4px;
}

#hd_search_text .area{
	border:0;
	width:209px;
	height:auto;
	background:transparent;
	color:#333333;
}

/*input,textarea等のfocusの際に使用*/
.focuslost{
	color:#CCCCCC;
}

#hd_search_btn{
	position:absolute;
	right:20px;
	bottom:5px;
}

/* -----------------------------------------------------------
    コンテンツエリア・カラム構成
-------------------------------------------------------------- */
#wrapper3c{
	background:#FFFFFF;
}

#wrapper2c{
	background:#FFFFFF;
}

#wrapper1c{
	background:#FFFFFF;
}

#contents3c{
	margin:0 auto;
	width:950px;
	padding:16px 10px 32px 10px;
	background:#FFFFFF;
	text-align:justify;
	text-justify:inter-ideograph;
}

#contents2c{
	margin:0 auto;
	width:950px;
	padding:8px 10px 32px 10px;
	background:#FFFFFF;
	text-align:justify;
	text-justify:inter-ideograph;
}

#contents1c{
	margin:0 auto;
	width:800px;
	padding:8px 10px 32px 10px;
	background:#FFFFFF;
	text-align:justify;
	text-justify:inter-ideograph;
}

/* 3カラム.ver */
#side_left{
	width:220px;
	float:left;
}
/*-- 2009/9/29 start--*/
#main4c{
	width:700px;
	float:left;
}
/*------------ end  --*/

#main3c{
	width:478px;
	float:left;
	margin:0 16px 10px 16px;
}

#side_right{
	width:220px;
	float:right;
}

/* 2カラム.ver */
#main2c{
	width:714px;
	float:right;
}

/* 1カラム.ver */
#main1c{
	width:800px;
}

/* -----------------------------------------------------------
    パンくずリスト
-------------------------------------------------------------- */
#pan{
	margin:0 auto 0 auto;
	width:930px;
	padding:10px 20px 0 20px;
	color:#646400;
}

#pan a:link,#pan a:visited{
	text-decoration:none;
	color:#646400;
	font-weight:bold;
}

#pan a:hover{
	text-decoration:underline;
	color:#646400;
	font-weight:bold;
}

/* -----------------------------------------------------------
    ページトップへ
-------------------------------------------------------------- */
#pagetop{
	margin:0 auto;
	width:950px;
	padding:0 10px;
	text-align:right;
}

/* -----------------------------------------------------------
    フッター
-------------------------------------------------------------- */
#footer{
	background:#BACD32 url(../img/footer_bg.gif) repeat-x left bottom;
}

#ft_wrap{
	margin:0 auto;
	width:970px;
	background:#BACD32 url(../img/footer_bg.gif) repeat-x left bottom;
}

#ft_category{
	padding:18px 8px 12px 8px;
	color:#F5F5F5;
	line-height:1.4;
}

#ft_category a:link,#ft_category a:visited{
	text-decoration:underline;
	color:#F5F5F5;
}

#ft_category a:hover{
	text-decoration:none;
	color:#FFFFFF;
}

#ft_category .fl{
	float:left;
	width:118px;
	text-align:right;
	padding:0 6px 0 0;
	margin:0 7px 5px 0;
	border-right:1px solid #F5F5F5;
}

#ft_category .fr{
	float:right;
	width:822px;
	margin:0 0 5px 0;
}

#ft_category span{
	padding:0 6px 0 0;
}

#ft_link{
	text-align:center;
	padding:12px 0 0 0;
	color:#FFFFFF;
	height:28px;
}

#ft_link a:link,#ft_link a:visited{
	text-decoration:none;
	color:#FFFFFF;
}

#ft_link a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

#ft_link span{
	padding:0 12px;
}

address{
	padding:10px 0 5px 0;
	text-align:center;
	font-style:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

/* 20090728 */

#addHead{
color:#646400;
font-size:11px;
height:auto;
left:280px;
position:absolute;
top:40px;
width:auto;
}

#addHead h1{
display:inline;
font-size:11px;
text-decoration:none !important;
}

#addHead p{
display:inline;
font-size:11px;
}

#addHead a{
color:#646400;
text-decoration:underline;
}

#addHead a:hover{
color:#646400;
text-decoration:underline;
}

#addHead a:visited{
color:#646400;
text-decoration:underline;
}

#addTxt{
padding-bottom:5px;
}

#addTxt h2{
font-weight:bold;
color:#999934;
line-height:1;
padding:0 0 3px 5px;
border-bottom:1px solid #BACD32;
border-left:5px solid #BACD32;
}

#addTxt p{
padding:3px 0 5px 0;
}

