@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";
	background-color: #fff;
}



/* -----------------------------------------------------------
    全体リンク
-------------------------------------------------------------- */
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-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

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

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

#hd_txt{
	position:absolute;
	width:auto;
	height:auto;
	left:375px;
	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:22px;
}

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

#hd_link01{
	position:absolute;
	top: 0;
	right:100px;
}

#hd_link02{
	position:absolute;
	right:10px;
	top: 0;
}

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

#hd_banner {
	position: absolute;
	top: 15px;
	left: 380px;
}

/* -----------------------------------------------------------
    ヘッダーバー
-------------------------------------------------------------- */
#hd_bar{
	width:950px;
	height:43px;
	position:relative;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.hd_b_link{
	display: inline;
	float: left;
}


#user_name{
	position:absolute;
	right:10px;
	top:67px;
	width:192px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:bold;
	line-height:1.3;
	text-align: right;
}

#point{
	position:absolute;
	right:72px;
	top:-2px;
	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:60px;
	bottom:26px;
	width:130px;
	height:auto;
	border:none;
	background:url(../img/search_text_area.gif) no-repeat 0 0;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

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

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

#hd_search_btn{
	position:absolute;
	right:10px;
	bottom:27px;
}

/* -----------------------------------------------------------
    コンテンツエリア・カラム構成
-------------------------------------------------------------- */
#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;
}

#mainContainer {
	width:730px;
	float:left;
}


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

#main3c{
	width:474px;
	float:left;
	margin:0 10px 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{
}

#ft_wrap{
	margin:0 auto;
	width:970px;
}

#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:#333333;
	height:28px;
}

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

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

#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{
font-size:12px;
height:auto;
left:10px;
position:absolute;
top:0px;
width:auto;
color: #888888;
}

#addHead h1{
#display: none;
font-size:12px;
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:3px 0 3px 5px;
border-bottom:1px solid #BACD32;
border-left:5px solid #BACD32;
}

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

/* add20100820 */

#addFoot{
color:#8AA12E;
font-size:11px;
text-align:center;
}

