﻿@charset "utf-8";

/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	background: #FFF;
	color: #000;
	font-size: small;
	font-family: Georgia,"Times New Roman",Times,serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: Georgia,"Times New Roman",Times,serif;
}

a:link,
a:visited{
	color:#000;
}

a:hover {
	text-decoration: none;
}

a:active {
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}

.h_dotline {
	overflow:hidden;
	width:100%;
	height:1px;
	background-image: url("../images/horizontal_dot.gif");
	background-repeat: repeat-x;
	margin:33px 0;
}

/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 689px;
	margin: 0 auto;
	text-align: center;
}

#contents ul{
	margin-right:-11px;
}

#contents li{
	float: left;
	margin-right:11px;
}

#contents h2{
	margin-bottom:8px;
}

#contents .jp{
	margin-bottom:18px;
}

.header{
	position:relative;
	height:230px;
}

.logo{
	position:absolute;
	top:76px; 
	left:230px;
}