@charset "shift_jis";

/* 基本設定、リンクカラーなど
----------------------------------------------------*/
html {}

body {
}
a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
	color: #FF3399;
}

a:active {
	color: #FF3399;
}

/* 汎用クラス
----------------------------------------------------*/
.imgR {
	float: right;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	font-size: 0.8em;
	line-height: 1.2;
}
.imgL {
	float: left;
	text-align: center;
	margin-top: 0;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0;
}
.imgC {
	text-align: center;
	margin-top: 0px;
	margin-right: 0.5em;
	margin-bottom: 1.5em;
	margin-left: 0.5em;
}

/* 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 */



/* レイアウト
----------------------------------------------------*/
div#wrap {
	width: 710px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
}

div#contents {
	font-size:1.3em;
	padding: 0;
	margin-bottom: 20px;
}

#main {
	width: 650px;
	font-size:1.1em;
	line-height:1.8;
	padding-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
}

/* Head
----------------------------------------------------*/
#header {
	background-image: url(title.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	text-indent: -9999px;
	padding: 0px;
	height: 101px;
	width: 702px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

/* main
----------------------------------------------------*/
h2 {
	font-weight: bold;
	color: #6600FF;
}
