@charset "UTF-8";

/* ==================== 外部CSSインポート ==================== */
@import url("text.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;
}

/* -----------------------------------------------------------
    全体
-------------------------------------------------------------- */
body{
	margin:0px;
	padding:0px;
	line-height:1.5;
	font-size:12px;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#FFFFFF url(../images/body_bg.gif) repeat-x left top;
	behavior: url("csshover.htc");
}

#all {
	margin:0 auto;
	width:908px;
	background:#FFFFFF url(../images/all_bg.gif) repeat-y left top;
}

#wrapper {
	margin:0 auto;
	width:900px;
	background:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
}

/* -----------------------------------------------------------
    リンク
-------------------------------------------------------------- */
a:link {
	text-decoration:none;
	color:#25458a;
}

a:visited {
	text-decoration:none;
	color:#25458a;
}

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

/* -----------------------------------------------------------
    フロートクリア
-------------------------------------------------------------- */
.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 {
	width:900px;
	height:90px;
	background:#FFFFFF url(../images/header_bg.gif) no-repeat left top;
	position:relative;
}

#h_txt {
	position:absolute;
	display:block;
	width:auto;
	height:auto;
	left:10px;
	top:9px;
	font-size:10px;
	line-height:1.0;
}

#logo{
	position:absolute;
	width:134px;
	height:56px;
	left:10px;
	top:24px;
}

#name{
	position:absolute;
	width:273px;
	height:28px;
	left:200px;
	top:41px;
}

#h_link01{
	width:75px;
	height:17px;
	position:absolute;
	top:9px;
	left:627px;
}

#h_link02{
	width:90px;
	height:17px;
	position:absolute;
	top:7px;
	left:531px;
}

#h_link03{
	width:80px;
	height:17px;
	position:absolute;
	top:7px;
	left:631px;
}

#h_contact{
	width:80px;
	height:51px;
	position:absolute;
	top:30px;
	left:532px;
}

#h_tel{
	width:271px;
	height:51px;
	position:absolute;
	top:30px;
	left:620px;
}

#h_fs{
	width:21px;
	height:21px;
	position:absolute;
	top:5px;
	left:820px;
}

#h_fm{
	width:21px;
	height:21px;
	position:absolute;
	top:5px;
	left:845px;
}

#h_fl{
	width:21px;
	height:21px;
	position:absolute;
	top:5px;
	left:869px;
}

#t_size{
	width:62px;
	height:13px;
	position:absolute;
	top:9px;
	left:746px;
}

/* -----------------------------------------------------------
    カラム構成
-------------------------------------------------------------- */
#container{
	width:862px;
	padding:20px 18px 20px 20px;
}

#container_low{
	width:860px;
	padding:20px 20px 20px 20px;
}

#content{
	width:572px;
	float:left;
}

#side{
	width:283px;
	float:right;
}

#side01{
	width:283px;
	float:right;
	padding:3px 0 0 0;
}

#side02{
	width:283px;
	float:right;
	padding:18px 0 0 0;
}

/* -----------------------------------------------------------
    メニュー
-------------------------------------------------------------- */
#menu{
	width:900px;
	height:44px;
	position:relative;
	background:#FFFFFF url(../images/menu_bg.gif) no-repeat left top;
}

#menu ul{
	list-style:none;
}

#menu01{
	width:115px;
	height:40px;
	position:absolute;
	top:2px;
	left:21px;
}

#menu02{
	width:149px;
	height:40px;
	position:absolute;
	top:2px;
	left:137px;
}

#menu03{
	width:118px;
	height:51px;
	position:absolute;
	top:2px;
	left:272px;
}

#menu04{
	width:220px;
	height:40px;
	position:absolute;
	top:2px;
	left:287px;
}

#menu05{
	width:133px;
	height:40px;
	position:absolute;
	top:2px;
	left:508px;
}

#menu06{
	width:104px;
	height:40px;
	position:absolute;
	top:2px;
	left:642px;
}

#menu07{
	width:132px;
	height:40px;
	position:absolute;
	top:2px;
	left:747px;
}

/* -----------------------------------------------------------
    ページ上　検索
-------------------------------------------------------------- */
#search{
	float:left;
	width:270px;
	height:280px;
	background:#FFFFFF url(../images/search_bg.jpg) no-repeat left top;
	padding:25px 15px 15px 15px;
	position:relative;
}

#search_btn{
	width:60px;
	height:30px;
	padding:0px;
	*padding-top:1px;
	border:none;
	background:url(../images/search_btn.gif) no-repeat;
	text-align:center;
	vertical-align:top;
	cursor:pointer;
}

#search01{
	width:260px;
	height:71px;
	position:absolute;
	left:20px;
	top:70px;
}

#search02{
	width:260px;
	height:71px;
	position:absolute;
	left:20px;
	top:151px;
}

#search03{
	width:260px;
	height:71px;
	position:absolute;
	left:20px;
	top:232px;
}


/* -----------------------------------------------------------
    ページ上　フラッシュ
-------------------------------------------------------------- */
#flash{
	float:left;
	width:860px;
	height:320px;
}


/* -----------------------------------------------------------
    テキスト
-------------------------------------------------------------- */
.text00{
	text-align:justify;
	text-justify:inter-ideograph;
}

.text01{
	padding:10px 0 0 0;
	text-align:justify;
	text-justify:inter-ideograph;
}

.text02{
	padding:5px 0 0 0;
	text-align:justify;
	text-justify:inter-ideograph;
}

.text03{
	padding:0 0 0 30px;
	text-align:justify;
	text-justify:inter-ideograph;
}


/* -----------------------------------------------------------
    パンくずリスト
-------------------------------------------------------------- */
#pan{
	padding:10px 20px 0 20px;
}


/* -----------------------------------------------------------
   アイコンリンク
-------------------------------------------------------------- */
.icon01{
	margin:1px 0 0 0;
	background:url(../images/icon02.gif) no-repeat left top;
	padding:0 0 0 20px;
}

.icon01 a,
.icon01 a:visited,
.icon01 a:hover{}

.icon02{
	margin:3px 0 0 0;
	background:url(../images/icon02.gif) no-repeat left top;
	padding:0 0 0 20px;
}

.icon02 a,
.icon02 a:visited,
.icon02 a:hover{}

.icon03{
	background:url(../images/icon01.gif) no-repeat left -2px;
	padding:2px 0 2px 20px;
}

.icon04{
	background:none;
	padding:0 0 0 0;
}

.icon05{
	margin:5px 0 0 0;
	background:url(../images/icon02.gif) no-repeat left top;
	padding:0 0 0 20px;
}

/* -----------------------------------------------------------
    フッター
-------------------------------------------------------------- */
#footer_img{
	margin:0 0 20px 0;
	width:862px;
	height:117px;
	background:url(../images/foot_img.jpg) no-repeat left bottom;
}

#footer{
	width:862px;
	padding:30px 0 0 0;
	text-align:center;
	color:#25458a;
	clear:both;
	font-size:12px;
}

#f_link{
	padding:0 0 10px 0;
}

#f_link2{
	padding:0 0 10px 0;
	font-size:10px;
	color:#999999;
}

#f_link2 a:link {
	text-decoration:none;
	color:#999999;
}

#f_link2 a:visited {
	text-decoration:none;
	color:#999999;
}

#f_link2 a:hover {
	text-decoration:underline;
	color:#999999;
}

#finger{
	text-align:center;
	font-size:10px;
	color:#999;
}

#finger a:link,
#finger a:visited {
	text-decoration:none;
	color:#999;
}

#finger a:hover {
	text-decoration:underline;
	color:#999;
}

.fin{
	text-align:center;
}

.fin2{
	text-align:center;
}

address{
	margin:5px 0 0 0;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666;
}

