@charset "utf-8";

/*___________ 

mori作成オリジナルCSS
-2010-
 ___________ */



/*___________ 

基本CSS
 ___________ */


body {
	margin: 0;
	padding: 0;
	text-align:center;
	color: #333333;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/topbody.jpg);
}

#MAINBODY {
	width:900px;
	color:  #333333;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div {
	margin: 0;
	padding: 0;
	text-align:left;
}

p{
	font-size: 14px;
	line-height: 140%;
	padding: 5px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
}

a {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover,
a:active, 		
a:focus {	
	color: #CC0000;
	text-decoration: none;
}


h1 {
	font-size:12px;
	color:  #000000;
	font-weight: normal;
	background-color: #F6F6F6;
	text-align: right;
	padding-top: 2px;
	padding-right: 15;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 0;
	line-height: 20px;
}

/*___________ 

TOPBODY 
___________ */

#TOPBODY{
	color: #003300;
}

.topimag{
	float: none;
}




/*___________ 

MAIN
___________ */

#PAGEBODY {
	width:880px;
	float:left;
	background: url(../img-layout/bg_main.jpg) repeat-y;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}

/*___________ 

LEFTBODY
___________ */


#LEFTBODY {
	width:650px;
	float:right;
}
.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
	line-height: 20px;
}
#LEFTBODY h2 {
	font-size:14px;
	color: #666666;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 5;
	padding-bottom: 6px;
	padding-left: 5px;
	line-height: 40px;
	text-indent: 20px;
	border: 1px solid #CCCCCC;
}
#LEFTBODY h3 {
	font-size:14px;
	color: #000000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.pageback {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	background: url(../img-layout/ico_pagetop01.gif) no-repeat right center;
	color: #000000;
}

.pageback a {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	background: url(../img-layout/ico_pagetop01.gif) no-repeat right center;
	color: #000000;
}

/*___________ 

RIGHTBODY
___________ */

#RIGHTBODY {
	width:220px;
	float:left;
}

#RIGHTBODY p {
	font-size: 12px;
}


#RIGHTBODY h2 {
	font-size:12px;
	color: #666666;
	text-align: center;
	background-color: #ECECEB;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	line-height: 30px;
}

.menu {
	background: url(../img-layout/side-f.jpg) no-repeat center bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.menu p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.menu a {
	color: #000000;
	text-decoration: none;
	display: block;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-indent: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


.menu a:visited {
	color: #006600;
	text-decoration: none;
	margin-bottom: 5px;
}
.menu a:hover,
.menu a:active, 		
.menu a:focus {
	color: #1E57A6;
	background-color: #F6F6F6;
	background-position: 4px center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
}

/*___________ 

FOOTER
 ___________ */

#FOOTER {
	margin: 0;
	padding: 20px 0 10px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0033FF;
	border-bottom-color: #0033FF;
}

#FOOTER p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}


#FOOTER2 {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #ECE9D8;
}
#FOOTER2 p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}

/*___________ 固定情報 ___________ */
.clear {
	clear:both;
}
