/* CSS Document */

body {
	color: #222222;
	font-size: 12px;
	line-height: 1.5em;
	font-family:verdana,arial,helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",sans-serif;
	background-repeat: repeat-x;
	background-position: top;
}
html>body {
	padding-top:7px;
}

.text10 {
	font-size: 10px;
	line-height: 1.5em;
}
.text12 {
	font-size: 12px;
	color:#000000;
	line-height: 1.5em;
}
.text14 {
	font-size: 14px;
	color:#000000;
	line-height: 1.5em;
	padding-left: 5px;
}

.textR {
	font-size: 14px;
	color:#FF0000;
	line-height: 1.5em;
	padding-left:5px;

}
.textB {
	font-size: 14px;
	color:#0000FF;
	padding-left:5px;
	line-height: 1.5em;
}
.textG {
	font-size: 14px;
	padding-left:5px;
	color:#009900;
	line-height: 1.5em;
}
a:link {
	color:#842E2E;
	text-decoration: none;
}

a:hover { 
	color:#CC3333;
}
a:visited {
	color:#842E2E;
	text-decoration: none;
}

.line {border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-style:dotted;
	border-top-style:dotted;
	border-color:gray;
	padding: 5px;
}
.line2 {border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-color:gray;
	padding: 5px;
}
.line3 	{
	padding-top:5px;
	
}
.ai {
	color: #333333;
	font-size: 12px;
	line-height:1.8em;
	padding-left:5px;
	
}
.ai1 {	color: #333333;
	font-size: 12px;
	line-height: 17px;
	padding-left:5px;

}
.ai2 {	color: #333333;
	font-size: 14px;
	line-height: 15px;
}
.ai3 {	color: #333333;
	font-size: 12px;
	line-height: 15px;
}

.right {
	float:right;
}

.left {
	float:left;
}

.clear {
	clear: both;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

li img {
	vertical-align:top;
}



.textright{
	text-align: right;
	clear: both;
}

/*　　ヘッダ　　*/
#logo {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	height: 105px;
}

#topimage {
	width:800px;
	margin-right: auto;
	margin-top:3px;
	margin-bottom: 0px;
	margin-left: auto;
	height: 205px;

}

#kyousanimage {
	width:800px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: 60px;
}
#contents {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	height: 1530px;
	border:dashed 2px #DBF0DB;
	background-color:#FFFFFF;
	clear: both;
}
#menu {
	width:800px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	height:50px;

	
}

#contentsk {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	height:auto;
	border:dashed 2px #DBF0DB;
	background-color:#FFFFFF;
	clear: both;
}
#contentsl {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	height: 1520px;
	border:dashed 2px #DBF0DB;
	background-color:#FFFFFF;
	clear: both;
}
/*　　フッタ　　*/

#footermenu {
	width:800px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding: 0px;
}

.footermenu_m {
	margin-top: 10px;
}

#footertext {
	width:800px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	line-height: 1.5em;
}

#pagetop {
	width: 34px;
	right: 0px;
	bottom: 150px;
	position: fixed;
}



/******　clearfix　******/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

