﻿@charset "utf-8";


/*all
------------------------------------*/
* {
	margin:0;  /* 全ての要素をリセット */
	padding:0;  /* 全ての要素をリセット */
}

html{
    height:100%;
}

body{
	margin:0; 
	padding:0;
	background-color:#FFFFFF;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	color:#000000;
	text-align:center;
}

#all{
	width:895px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

h1,h2,h3,h4,h5,h6,p{
	margin-top:0;
	margin-bottom:0;
}

/*content
------------------------------------*/
.left_area{
	width:220px;
	background-color:#f0f0f0;
	float:left;
}

.right_area{
	width:675px;
	float:right;
}

/*header
------------------------------------*/
#header{
	display:block;
	width:895px;
	height:48px;
	margin:0;
	padding:0;
	background-image:url(../img/bg_line.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.logo{
	width:63px;
	height:63px;
	margin:0;
	padding:0;
	float:left;
}

.logo_ttl{
	width:166px;
	height:22px;
	margin:16px 0 9px 0;
	padding:0 0 0 12px;
	float:left;
}

.logo_ttl_en{
	width:484px;
	height:17px;
	margin:21px 0 4px 0;
	padding:0 0 0 12px;
	float:left;
}

/*KV
------------------------------------*/
#kv{
	width:895px;
	height:281px;
	margin:0;
	padding:0;
	background-image:url(../img/bg_line.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

/*footer
------------------------------------*/
#footer{
	clear:both;
	width:895px;
	margin:0;
	padding:5px 0 0 0;
	background-image:url(../img/bg_line.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.banner{
	width:162px;
	height:42px;
	margin:0;
	padding:23px 0 5px 10px;
}

.banner_txt{
	margin:0;
	padding:0 0 0 10px;
}

.copyright{
	margin:0;
	padding:0 0 5px 10px;
}

/*link
------------------------------------*/
a:link{
	color:#000000;
	text-decoration:underline;
}

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

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

a:active{
	color:#009999;
}

/*etc
------------------------------------*/
br.clear{
	font-size:0;
	line-height:0;
	clear:both;
}

.pagetop{
	margin:20px 10px 0 0;
	padding:0;
	text-align:right;
	border:0;
}

.pagetop_end{
	margin:100px 10px 0 0;
	padding:0;
	text-align:right;
	border:0;
}

.pagetop_index{
	margin:10px 10px 0 0;
	padding:0 0 10px 0;
	text-align:right;
	border:0;
}

.arr{
	position:relative;
	top:-1px;
	left:-5px;
	border:none;
}

.cir{
	position:relative;
	top:-2px;
	left:-5px;
	border:none;
}
