@charset "utf-8";

/* HTML TAG */
*{
	margin:0;
	padding:0;
}

html{
	width:100%;
	height:100%;
}

body{
	width:100%;
	height:100%;
	min-height:100%;
	background:#FFFFFF;
	font-size:75%;
	line-height:1.4em;
}

body > #WRAP{
	height:auto;
}

h1{
	height:17px;
	font-weight:normal;
	font-size:70%;
	color:#c4c3c3;
	background:#FFFFFF;
	text-align:left;
}

h2{
	font-size:130%;
}

h3{
	font-size:120%;
}

strong{
	font-weight:normal;
}
legend{
    color:#000000;
}
textarea{
	width:200px;
}

/* BASE */
#WRAP{
	width:100%;
	min-height:100%;
	margin:0 auto;
	padding:0 0 30px 0;
	background:url(common/bg.gif) top left repeat;
}

#HEADER{
	width:100%;
	height:93px;
	background:url(common/header.gif) top left repeat-x;
}

#HEADER-WRAP{
	width:700px;
	margin:0 auto;
}
#HEADER-WRAP:after{
	content:".";
    clear:both;
    height:0;
    visibility: hidden;
}

#HEADER-L{
	width:350px;
	height:76px;
	margin:0 auto;
	float:left;
	display:inline; /*IE6バグ対応（マージン）*/
}

#HEADER-R{
	width:350px;
	height:76px;
	margin:0 auto;
	text-align:right;
	float:right;
}
#HEADER-R:after{
	content:".";
    clear:both;
    height:0;
	display: block;
    visibility: hidden;
}

#CTS-TOP{
	width:700px;
	margin:0 auto;
	border-right:#c0c0c0 1px solid;
	border-left:#c0c0c0 1px solid;
	background:#FFFFFF;
}

#CTS{
	width:700px;
	margin:0 auto;
	border-right:#c0c0c0 1px solid;
	border-left:#c0c0c0 1px solid;
	background:#ffffff;
}

#CTS_LOGO{
	width:700px;
	margin:0 auto;
	border-right:#c0c0c0 1px solid;
	border-left:#c0c0c0 1px solid;
	background:#ffffff url(common/logo_bg.gif) no-repeat bottom right;
}

#CTS-TOP:after, #CTS:after, #CTS_LOGO:after{
	content:".";
    clear:both;
    height:0;
	display: block;
    visibility: hidden;
}

#sideL{
	width:160px;
	padding:0 10px;
	float:left;
}

#sideR-TOP{
	width:500px;
	padding-right:20px;
	float:right;
}

#sideR{
	width:490px;
	padding-right:20px;
	padding-left:10px;
	float:right;
}


#FOOTER{
	width:700px;
	margin:0 auto;
	padding:20px 0 0 0;
	background:#ffffff;
	border-right:#c0c0c0 1px solid;
	border-left:#c0c0c0 1px solid;
	border-bottom:#c0c0c0 1px solid;
}

#NEWS{
	width:500px;
	background:url(img/news_bg.gif) bottom right no-repeat;
	float:right;
}

#pagetop{
	padding:50px 0 20px 0;
	text-align:right;
}