* {
	margin: 0px;
	padding: 0px;
}
html, body { 
height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: small;
	text-align: center;
	/*height: 100%;*/
	background: url("../images/bg_all.jpg") repeat-x;
}
#body_top { 
background: url("../images/bg_all.jpg") repeat-x;
}
div {
	text-align: left;
	margin: 0px auto;
}
h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset, input, textarea, select {
	font-weight: 400;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "san-serif";
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-style: normal;
	font-size: 12px;
	line-height: 180%;
}
ul, dl, img {
	margin: 0px;
	padding: 0px;
}
ul { 
list-style-type: none;
}
img {
	border: none;
	font-size: 0%;
	line-height: 0%;
}
/*-----
#base_top {
	width: 100%;
	background: url(../images/bg_bktop423.jpg) no-repeat 50% 0%;
}
-----*/
#container { 
width: 930px;
text-align: left;
padding: 0;
}
a { 
text-decoration: underline;
outline:none;
}
a:link { 
color: #666666;
}
a:visited { 
color: #666666;
}
a:hover { 
color: #666666;
text-decoration: none;
}
a:active { 
color: #666666;
}
#header { 
height: 135px;
}
#header #logo { 
float: left;
margin: 14px 0 0 0;
padding: 0;
width: 305px;
display: inline;
height: 59px;
overflow:hidden;
font-size:1px;
}
#header h1 { 
float: left;
margin: 36px 0px 0px 103px;
height: 26px;
width: 260px;
display: inline;
}
#header h2 { 
float: right;
margin-top: 36px;
width: 247px;
height: 32px;
display: inline;
}
#header .spc { 
clear: both;
height: 7px;
overflow:hidden;
}
#header #list1 {
	margin: 0 0 0 15px;
	padding: 0;
	display: block;
}
#header ul{
	display: block;
	padding: 0;
}
#header li.m1, #header li.m2,#header li.m3, #header li.m4, #header li.m5 {
	float: left;
	display: inline;
	overflow:hidden;
	font-size:1px;
}
#header li.m5 a:active{
	
}
/*メインコンテンツ部分ここから*/
.hide{
	overflow: hidden;
	height: 14px;
	margin: 0;
	padding: 0;
}
#contents{
	width:930px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: -7px;
	background:url(../images/contents_bg.jpg) repeat-y left top;
} 
 
#twocols{
	position:relative;
	background: none;
	margin: 0;
}
 
#rightcol{
	width:225px;
	float:right;
	display: inline;
	position:relative;
	margin:0 15px 0 0;
	padding: 0 0 15px 0;
 }
 
#maincol{
	float: left;
	display:inline;
	position: relative;
	width:655px;
	margin-left:15px;
	background: #fff;
 }
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
/*メインコンテンツ部分ここまで*/

#footer { 
width: 930px;
height: 60px;
clear: both;
width: 100%;
padding: 0;
background: url("../images/footer.jpg") no-repeat;
}
#footer .sitemap{
	padding: 14px 0 4px 0;
	width: 500px;
	float: none;
	margin-left: 33px;
	height: 14px;
}
#footer .sitemap a{
	padding: 2px 0 3px 12px;
	_padding: 4px 0 3px 12px;
	background: url("../images/footer_arrow.gif") no-repeat;
	margin: 0;
	
}

#footer #copyright { 
	padding: 2px 0 0 0;
	width: 400px;
	margin: 0 0 16px 33px;
}

#footer #logo { 
float: right;
width: 86px;
margin: 13px 15px 0 0;
}
#footer #address { 
float: right;
line-height: 130%;
font-size: 11px;
padding: 20px 0 0 0;
text-align: right;
}
.dotline_h20 { 
height: 10px;
border-bottom: 1px dotted #666666;
margin-bottom: 10px;
}
.dotline_h30 { 
clear: both;
height: 15px;
border-bottom: 1px dotted #666666;
margin-bottom: 15px;
}
.dotline_h30w650 { 
height: 15px;
width: 650px;
border-bottom: 1px dotted #666666;
margin-bottom: 15px;
}
.dotline_h70 { 
height: 35px;
border-bottom: 1px dotted #666666;
margin-bottom: 35px;
width: 650px;
}
.txt_c { 
text-align: center;
margin: 0px auto;
}
.cb { 
clear: both;
}

.f10{
	font-size: 10px;
}

.f11{
	font-size: 11px;
}

.f12{
	font-size: 12px;
}
/*--------------------------------------------------
    +1: Float Clear, Clearfix Hack
==================================================*/

*.clear {
	clear: both;
	float: none;
}

*.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

*.clearfix {
	display: inline-block;
}

/* hides from ieMac \*/
* html *.clearfix {
	height: 1%;
}

*.clearfix {
	display: block;
}

/* end hide from ieMac */


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +2: Align Set, Valign Set
==================================================*/

*.alignCenter {
	text-align: center;
}

*.alignLeft {
	text-align: left;
}

*.alignRight {
	text-align: right;
}

*.valignMiddle {
	vertical-align: middle;
}

*.valignBottom {
	vertical-align: bottom;
}

/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +3: Color Set
==================================================*/

*.colorRed {
	color: #ff0000;
}

*.colorGreen {
	color: #00ff00;
}

*.colorBlue {
	color: #0000ff;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +4: Fontsize Set
==================================================*/

*.sizeSmall {
	font-size: 0.85em;
}

*.sizeLarge {
	font-size: 1.15em;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +5: Margin Set, Padding Set
==================================================*/

*.mT05 {
	margin-top: 5px;
}

*.mT10 {
	margin-top: 10px;
}

*.mT15 {
	margin-top: 15px;
}

*.mT20 {
	margin-top: 20px;
}

*.mT25 {
	margin-top: 25px;
}

*.mT30 {
	margin-top: 30px;
}

*.mR05 {
	margin-right: 5px;
}

*.mR10 {
	margin-right: 10px;
}

*.mR15 {
	margin-right: 15px;
}

*.mR20 {
	margin-right: 20px;
}

*.mR25 {
	margin-right: 25px;
}

*.mR30 {
	margin-right: 30px;
}

*.mB05 {
	margin-bottom: 5px;
}

*.mB10 {
	margin-bottom: 10px;
}

*.mB15 {
	margin-bottom: 15px;
}

*.mB20 {
	margin-bottom: 20px;
}

*.mB25 {
	margin-bottom: 25px;
}

*.mB30 {
	margin-bottom: 30px;
}
*.mB90 {
	margin-bottom: 90px;
}

*.mL05 {
	margin-left: 5px;
}

*.mL10 {
	margin-left: 10px;
}

*.mL15 {
	margin-left: 15px;
}

*.mL20 {
	margin-left: 20px;
}

*.mL25 {
	margin-left: 25px;
}

*.mL30 {
	margin-left: 30px;
}

*.pB05 {
	padding-bottom: 5px;
}

*.pB10 {
	padding-bottom: 10px;
}

*.pB15 {
	padding-bottom: 15px;
}

*.pB20 {
	padding-bottom: 20px;
}

*.pB25 {
	padding-bottom: 25px;
}

*.pB30 {
	padding-bottom: 30px;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +6: Box Set
==================================================*/

*.boxSet {
	clear: both;
	display: inline-block;
}

*.boxSet:after {
	content: "";
	display: block;
	clear: both;
}

/* hides from ieMac \*/
* html *.boxSet {
	height: 1%;
}

*.boxSet {
	display: block;
}

/* end hide from ieMac */

*.bL010 {
	display: inline;
	float: left;
	width: 10px;
}

*.bL020 {
	display: inline;
	float: left;
	width: 20px;
}

*.bL030 {
	display: inline;
	float: left;
	width: 30px;
}

*.bL040 {
	display: inline;
	float: left;
	width: 40px;
}

*.bL050 {
	display: inline;
	float: left;
	width: 50px;
}

*.bL060 {
	display: inline;
	float: left;
	width: 60px;
}

*.bL070 {
	display: inline;
	float: left;
	width: 70px;
}

*.bL080 {
	display: inline;
	float: left;
	width: 80px;
}

*.bL090 {
	display: inline;
	float: left;
	width: 90px;
}

*.bL100 {
	display: inline;
	float: left;
	width: 100px;
}

*.bL110 {
	display: inline;
	float: left;
	width: 110px;
}

*.bL120 {
	display: inline;
	float: left;
	width: 120px;
}

*.bL130 {
	display: inline;
	float: left;
	width: 130px;
}

*.bL140 {
	display: inline;
	float: left;
	width: 140px;
}

*.bL145 {
	display: inline;
	float: left;
	width: 145px;
}

*.bL150 {
	display: inline;
	float: left;
	width: 150px;
}

*.bL160 {
	display: inline;
	float: left;
	width: 160px;
}

*.bL170 {
	display: inline;
	float: left;
	width: 170px;
}

*.bL180 {
	display: inline;
	float: left;
	width: 180px;
}

*.bL188 {
	display: inline;
	float: left;
	width: 188px;
}

*.bL190 {
	display: inline;
	float: left;
	width: 190px;
}

*.bL200 {
	display: inline;
	float: left;
	width: 200px;
}

*.bL210 {
	display: inline;
	float: left;
	width: 210px;
}

*.bL220 {
	display: inline;
	float: left;
	width: 220px;
}

*.bL230 {
	display: inline;
	float: left;
	width: 230px;
}

*.bL240 {
	display: inline;
	float: left;
	width: 240px;
}

*.bL250 {
	display: inline;
	float: left;
	width: 250px;
}

*.bL260 {
	display: inline;
	float: left;
	width: 260px;
}

*.bL270 {
	display: inline;
	float: left;
	width: 270px;
}

*.bL280 {
	display: inline;
	float: left;
	width: 280px;
}

*.bL290 {
	display: inline;
	float: left;
	width: 290px;
}

*.bL300 {
	display: inline;
	float: left;
	width: 300px;
}

*.bL310 {
	display: inline;
	float: left;
	width: 310px;
}

*.bL320 {
	display: inline;
	float: left;
	width: 320px;
}

*.bL330 {
	display: inline;
	float: left;
	width: 330px;
}

*.bL340 {
	display: inline;
	float: left;
	width: 340px;
}

*.bL350 {
	display: inline;
	float: left;
	width: 350px;
}

*.bL360 {
	display: inline;
	float: left;
	width: 360px;
}

*.bL370 {
	display: inline;
	float: left;
	width: 370px;
}

*.bL380 {
	display: inline;
	float: left;
	width: 380px;
}

*.bL390 {
	display: inline;
	float: left;
	width: 390px;
}

*.bL400 {
	display: inline;
	float: left;
	width: 400px;
}

*.bR010 {
	display: inline;
	float: right;
	width: 10px;
}

*.bR020 {
	display: inline;
	float: right;
	width: 20px;
}

*.bR030 {
	display: inline;
	float: right;
	width: 30px;
}

*.bR040 {
	display: inline;
	float: right;
	width: 40px;
}

*.bR050 {
	display: inline;
	float: right;
	width: 50px;
}

*.bR060 {
	display: inline;
	float: right;
	width: 60px;
}

*.bR070 {
	display: inline;
	float: right;
	width: 70px;
}

*.bR080 {
	display: inline;
	float: right;
	width: 80px;
}

*.bR090 {
	display: inline;
	float: right;
	width: 90px;
}

*.bR100 {
	display: inline;
	float: right;
	width: 100px;
}

*.bR110 {
	display: inline;
	float: right;
	width: 110px;
}

*.bR120 {
	display: inline;
	float: right;
	width: 120px;
}

*.bR130 {
	display: inline;
	float: right;
	width: 130px;
}

*.bR140 {
	display: inline;
	float: right;
	width: 140px;
}

*.bR150 {
	display: inline;
	float: right;
	width: 150px;
}

*.bR160 {
	display: inline;
	float: right;
	width: 160px;
}

*.bR170 {
	display: inline;
	float: right;
	width: 170px;
}

*.bR180 {
	display: inline;
	float: right;
	width: 180px;
}

*.bR190 {
	display: inline;
	float: right;
	width: 190px;
}

*.bR200 {
	display: inline;
	float: right;
	width: 200px;
}

*.bR210 {
	display: inline;
	float: right;
	width: 210px;
}

*.bR220 {
	display: inline;
	float: right;
	width: 220px;
}

*.bR230 {
	display: inline;
	float: right;
	width: 230px;
}

*.bR240 {
	display: inline;
	float: right;
	width: 240px;
}

*.bR250 {
	display: inline;
	float: right;
	width: 250px;
}

*.bR259 {
	display: inline;
	float: right;
	width: 259px;
}

*.bR260 {
	display: inline;
	float: right;
	width: 260px;
}

*.bR266 {
	display: inline;
	float: right;
	width: 266px;
}

*.bR270 {
	display: inline;
	float: right;
	width: 270px;
}

*.bR280 {
	display: inline;
	float: right;
	width: 280px;
}

*.bR290 {
	display: inline;
	float: right;
	width: 290px;
}

*.bR300 {
	display: inline;
	float: right;
	width: 300px;
}

*.bR310 {
	display: inline;
	float: right;
	width: 310px;
}

*.bR320 {
	display: inline;
	float: right;
	width: 320px;
}

*.bR330 {
	display: inline;
	float: right;
	width: 330px;
}

*.bR340 {
	display: inline;
	float: right;
	width: 340px;
}

*.bR350 {
	display: inline;
	float: right;
	width: 350px;
}

*.bR360 {
	display: inline;
	float: right;
	width: 360px;
}

*.bR367 {
	display: inline;
	float: right;
	width: 367px;
}

*.bR370 {
	display: inline;
	float: right;
	width: 370px;
}

*.bR380 {
	display: inline;
	float: right;
	width: 380px;
}

*.bR390 {
	display: inline;
	float: right;
	width: 390px;
}

*.bR400 {
	display: inline;
	float: right;
	width: 400px;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +7: List Set
==================================================*/

ul.listBullet {
	margin: 0 0 10px 25px;
	list-style-type: disc;
}

ol.listNumber {
	margin: 0 0 10px 25px;
	list-style-type: decimal;
}





/* =============================================== */
/** ima修正 */
/* ----------------------------------------------- */


#footer .sitemap a{
	background: url("../images/footer_arrow.gif") no-repeat left 0px;
	/background: url("../images/footer_arrow.gif") no-repeat left center;
}

#footer #logo { 
	_margin: 13px 7px 0 0;
}
