@charset "utf-8";
/**********************************************************************
ふくい歴史王WEBサイト
トップページ用CSS
[ css/top.css ]

Since         : 09.06.02
Last modified : 09.06.02
**********************************************************************/



/* 目次
-------------------------------------------------
 ・リンク設定
 ・共通クラス
 ・レイアウト
 ・ヘッダ
 ・フッタ
 ------------------------------------------------- */

  /* リンク設定
-------------------------------------------------*/

a:link    {color: #0000FF; text-decoration: underline;}
a:active  {color: #0000FF; text-decoration: underline;}
a:visited {color: #0000FF; text-decoration: underline;}
a:hover   {color: #0000FF; text-decoration: underline;}




/* 共通クラス 表示
------------------------------------------------- */

td{
	word-break: break-all;
}

div{
	word-break: break-all;
}


.none{
	display:none;

}

.border_none{
	border:none !important;

}

img{
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-size: 0px;
	vertical-align:bottom;
}



/* 共通クラス フロート
------------------------------------------------- */

body{
	line-height:125%;
	font-size:12px;
	color:#333333;
	position: relative;
	background-image:url(../images/jpg/bg_image.jpg);
	background-repeat: repeat-x;
	background-position:center top;
}

.floatL  {float: left;}
.floatR {float: right;}

.floatClear{
	clear: both;
	font-size: 0px;
	line-height: 0%;
	height: 0px;
	text-indent: -9999px;
}

/* clearfixハック */
.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 */


/*配置設定クラス*/
.alignL {
	text-align: left !important;
}
.alignC {
	text-align: center !important;
}
.alignR {
	text-align: right !important;
}

div.separateS {
	font-size: 1px;
	line-height: 0%;
	margin: 5px 0px 0px 0px;
	clear:both;
}

div.separateM {
	clear:both;
	font-size: 1px;
	line-height: 0%;
	padding: 10px 0px 0px 0px;
}

div.separateL {
	clear:both;
	font-size: 1px;
	line-height: 0%;
	padding: 20px 0px 0px 0px;
}

div.separateLL {
	font-size: 1px;
	line-height: 0%;
	margin: 30px 0px 0px 0px;
	clear:both;
}

div.separateXL {
	font-size: 1px;
	line-height: 0%;
	margin: 40px 0px 0px 0px;
	clear:both;
}

/* レイアウト
------------------------------------------------- */

#container{
	width:950px;
	margin:0 auto;
}

#header{
	width:950px;
}

#wrapper{
	width:950px;
}

#left_contents{
	width:645px;
	float:left;
}

#right_contents{
	width:290px;
	float:left;
	margin:0 0 0 15px;
}

*html #right_contents{
	width:290px;
	float:left;
	margin:0 0 0 15px;
}

#footer{
	width:950px;
	text-align:center;
}

/* ヘッダ
------------------------------------------------- */

#header h1{
	display:block;
	text-indent: -9999px;
	font-size:0px;
	line-height:0%;
	float:left;
}

#header h1 a{
	display:block;
	text-indent: -9999px;
	font-size:0px;
	line-height:0%;
	width:950px;
	height:90px;
	background:url(../images/jpg/header.jpg) no-repeat;
}

/* フッタ
------------------------------------------------- */

#footer .f_links{
	border-top:2px #DDDDDD solid;
	border-bottom:2px #DDDDDD solid;
	width:950px;
}

#footer .footer_menu{
	display:block;
	width:580px;
	height:15px;
	font-size:10px;
	float:left;
	margin:20px 0 20px 180px;
}

*html #footer .footer_menu{
	display:block;
	width:580px;
	height:15px;
	font-size:10px;
	float:left;
	margin:20px 0 20px 80px;
}

#footer .footer_menu a{
	text-decoration:none;
}

#footer .f_menu01{
	display:block;
	margin:0 5px;
	float:left;
}

#footer .f_menu02{
	display:block;
	margin:0 5px;
	float:left;
}

#footer .f_menu03{
	display:block;
	margin:0 5px;
	float:left;
}

#footer .f_menu04{
	display:block;
	margin:0 5px;
	float:left;
}

#footer .f_menu05{
	display:block;
	margin:0 5px;
	float:left;
}

#footer .f_menu06{
	display:block;
	margin:0 5px;
	float:left;
}

#footer .f_pipe{
	display:block;
	margin:0 5px;
	float:left;
}

#footer .f_button{
	display:block;
	text-indent: -9999px;
	font-size:0px;
	line-height:0%;
	width:96px;
	height:20px;
	float:right;
	margin:20px 0 10px 0;
	position:relative;
	top:-3px;
	background:url(../images/jpg/button_return_top.jpg) no-repeat;
}

#footer .copy_right{
	margin:0 auto 20px auto;
	color:#666666;
	font-size:12px;
	margin:10px 0;
}
