@charset "shift_jis";
/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
html {}

body {
}
a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF3366;
}

a:active {
	color: #FF3366;
	text-decoration: none;
}

/*----------------------------------------------------
汎用クラス
----------------------------------------------------*/
.imgR {
	float: right;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}

.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: 0.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: 800px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#contents {
	font-size:1.3em;
	padding: 0;
	margin-bottom: 20px;
}
/* ２段カラム */

#main {
	position:relative;
	font-size:1.1em;
	line-height:1.8;
}
#sub {
	float: left;
	width: 180px;
}



/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
	height: 65px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#header h1.logoimg {
	margin: 0px;
	padding: 0px;
}
#header h1.logoimg a {
	display: block;
	text-indent: -9999px;
	height: 74px;
	width: 716px;
	background-image: url(../image/title.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: auto;
	margin-left: auto;
}
#header h1.logoimg a:hover {
	text-decoration: none;
}


/*----------------------------------------------------
	top
----------------------------------------------------*/


/*----------------------------------------------------
	パンくず、フォントサイズエリア
----------------------------------------------------*/


/*----------------------------------------------------
     fontsize
--------------------------------------------------- */



/*----------------------------------------------------
	main
----------------------------------------------------*/
.maincentercol {
	min-height: 1px;
	clear: both;
	padding: 0px;
	margin-bottom: 30px;
}
.maincentercol2 {
	min-height: 1px;
	width: 650px;
	padding: 0px;
}
.mainleftcol {
	float: left;
	width: 285px;
	margin-bottom: 30px;
}

.mainrightcol {
	float: right;
	width: 285px;
	margin-right: 10px;
	margin-bottom: 30px;
}

.mainlefttopcol {
	float: left;
	width: 200px;
	margin-bottom: 30px;
}

.mainrighttopcol {
	float: right;
	width: 680px;
	margin-bottom: 30px;
}

.maincontents {
	margin: 0px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 150px;
}
.maintopcontents {
	margin: 0px;
	padding: 0px;
	border: 1px solid #333333;
	height: 210px;
}
.overcontents {
	height: 140px;
	overflow: auto;
}
.freecontents {
	margin: 0px;
	padding: 0px;
}
.freecontents2 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h3.kasen {
	font-weight: normal;
	text-decoration: underline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


/*----------------------------------------------------
	sub
----------------------------------------------------*/


/*----------------------------------------------------
	banner
----------------------------------------------------*/


/*----------------------------------------------------
	pagetop
----------------------------------------------------*/
/* PageTop枠指定 */


/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #bfbfff;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer .copy {
	margin: 0px;
	font-size: 1.1em;
	line-height: 1.2;
	text-align: center;
	padding: 0px;
}
