@charset "utf-8";
/* 
---------------------------------------
common
---------------------------------------
*/

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;}
html{overflow-y:scroll;}
table{border-collapse:collapse; border-spacing:0; vertical-align:top;}
img{border:0; vertical-align:top;}
li{list-style:none;}
a{outline:none;}
address{font-style:normal;}
h1,h2,h3,h4,h5,h6,p,th,td,table,dl,dt,dd,ul,ol,li{ font-weight:normal;}
a:link{color:#666; text-decoration:underline;}
a:visited{color:#666; text-decoration:none;}
a:hover{
	color:#666;
	text-decoration:none;
	background-color: #dddddd;
}
a:hover img{filter: alpha(opacity=80); opacity:0.8;}
a:active{color:#666; text-decoration:none;}

a.attn:link{
	color: #666666;
	background-color: #FFDF9F;
	text-decoration:underline;
}
a.attn:visited{
	color:#666666;
	text-decoration:underline;
}
a.attn:hover{
	color:#666666;
	background-color: #FFDF9F;
	text-decoration:none;
}
a.attn:active{
	color:#666666;
	text-decoration:underline;
}

a.attn2:link{
	color: #F00;
	background-color: #FFDF9F;
	text-decoration:underline;
	font-weight: bold;
}
a.attn2:visited{
	color:#F00;
	text-decoration:underline;
	font-weight: bold;
}
a.attn2:hover{
	color:#F00;
	background-color: #FFDF9F;
	text-decoration:none;
	font-weight: bold;
}
a.attn2:active{
	color:#F00;
	text-decoration:underline;
	font-weight: bold;
}


.font10{font-size:77%;}
.font11{font-size:85%;}
.font12{font-size:93%;}
.font13{font-size:100%;}
.font14{font-size:108%;}
.font15{font-size:116%;}
.font16{font-size:123%;}
.font17{font-size:131%;}
.font18{font-size:138.5%;}
.font19{font-size:146.5%;}
.font20{font-size:161.6%;}

.fontred{
	color: #F00;
}
.fontbold{
	font-weight: bold;
}
.bggreen{
	color:#FFF;
	background-color: #3b7631;
	font-weight: bold;
	text-align: center;
	line-height: 200%;
	margin-right: 100px;
	margin-left: 100px;
}
.attn{
	font-size:115%;
	color: #F00;
	font-weight: bold;
}
.textLine{
	text-decoration: line-through;
}

.alnL{text-align:left;}
.alnC{text-align:center;}
.alnR{text-align:right;}
.vtcT{vertical-align: top;}

.fL{
	float:left;
	margin-right: 10px;
}
.fR{
	float:right;
	margin-left: 10px;
}
.return{
	text-align:right;
	height: 15px;
	width: 100%;
	padding-top: 15px;
	font-size: 90%;
}


/* 
---------------------------------------
clearfix
---------------------------------------
*/

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

/* 
---------------------------------------
padding
---------------------------------------
*/

.pt0{padding-top:0 ;}
.pt5{padding-top:5px ;}
.pt10{padding-top:10px ;}
.pt15{padding-top:15px ;}
.pt20{padding-top:20px ;}

.pb0{padding-bottom:0 ;}
.pb5{padding-bottom:5px ;}
.pb10{padding-bottom:10px ;}
.pb15{padding-bottom:15px ;}
.pb20{padding-bottom:20px ;}

.pl0{padding-left:0 ;}
.pl5{padding-left:5px ;}
.pl10{padding-left:10px ;}
.pl15{padding-left:15px ;}
.pl20{padding-left:20px ;}

.pr0{padding-right:0 ;}
.pr5{padding-right:5px ;}
.pr10{padding-right:10px ;}
.pr15{padding-right:15px ;}
.pr20{padding-right:20px ;}




/*  共通  */
#body {
	background-image: url(../img/common/back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	background-color: #4D7EC0;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", "Osaka", Arial, sans-serif;
	font-size: 14px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	color: #666;
	min-width:1100px;
	_display: inline;
	_zoom:1;
}
#main {
	width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main-contents {
	width: 944px;
	height: auto;
	background-color: #DEDEDE;
	padding-left: 27px;
	padding-right: 29px;
	float: left;
	clear: both;
}
#side-left {
	width: 180px;
	height: auto;
	padding-right: 18px;
	float: left;
}
.menu-blue {
	width: 180px;
	height: auto;
	background-color: #1F3A69;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.menu-blue .menu{
	width: 180px;
	height: 28px;
	background-image: url(../img/common/leftmenu_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menu-orange {
	width: 180px;
	height: auto;
	background-color: #E36A3B;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 10px;
}
.menu-orange .menu{
	width: 180px;
	height: 28px;
	background-image: url(../img/common/leftmenu_line_orange.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#side-right {
	width: 746px;
	height: auto;
	float: right;
	background-color: #DEDEDE;
}
#side-right .section {
	width: 716px;
	height: auto;
	float: right;
	background-color: #F7F8F8;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#side-right .section2 {
	width: 716px;
	height: auto;
	float: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 15px;
	background-color: #F7F8F8;
}
#side-right .title{
	width: 716px;
	height: 50px;
}
#side-right .box{
	width: 686px;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	line-height: 150%;
	font-size: 100%;
}

#footer {
	width: 944px;
	height: auto;
	background-color: #DEDEDE;
	padding-left: 27px;
	padding-right: 29px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 5px;
	clear: both;
	float: left;
}


#side-right .shadow {
	width: 656px;
	height: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 15px;
	background-image: url(../img/common/back_shadow_gray.gif);
	border: 1px solid #cccccc;
}
#side-right .shadow .box {
	width: 636px;
	height: auto;
	background-color: #F7F8F8;
	padding: 10px;
	line-height: 150%;
	font-size: 100%;
}
#side-right .shadow h5 {
	font-size: 110%;
	font-weight: bold;
	width: 636px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaaaaa;
}





/*  工事中  */

#side-right #uc{
	width: 686px;
	height: 250px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 5px;
}

/*  インフォ  */

#side-right #info {
	width: 716px;
	height: auto;
	float: right;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 15px;
	background-image: url(../img/common/back_shadow_gray.gif);
}
#side-right #info .box {
	width: 696px;
	height: auto;
	background-color: #F7F8F8;
	padding: 10px;
	line-height: 150%;
	font-size: 13px;
	-webkit-text-size-adjust: 100%;
}
