@charset "UTF-8";


/*------------------------------------------------
   Base
------------------------------------------------*/

body {
	font-family: Helvetica, 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #646464;
	text-align: justify;
	text-justify: inter-ideograph;
	background: #fff;
	margin-top: 50px;
}

a:hover img {
	border:0;
	opacity:0.7;
	filter: alpha ( opacity=70 );
	-moz-opacity: 0.70;
	opacity: 0.70; 
}

a {
	color: #666;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #e8f5f6;
	text-decoration: underline;
}

.clear {
	clear: both;
}

hr {
	clear: both;
	height: 1px;
	border: none;
	border-top: 1px #8dcdd4 solid;
}

.dotline {
	clear: both;
	height: 20px;
	border-bottom: 1px #999999 dotted;
	margin-bottom: 20px;
}

.mgn-btm10 {
	display: block;
	margin-bottom: 10px;
}

.mgn-btm20 {
	display: block;
	margin-bottom: 20px;
}

.mgn-btm30 {
	display: block;
	margin-bottom: 30px;
}

.mgn-btm40 {
	display: block;
	margin-bottom: 40px;
}

.mawarikomi-left,
.mawarikomi-right {
   overflow: hidden;
   height: auto;
}
 
.mawarikomi-left img {
   float: left;
   margin: 0 20px 0 0 !important;
   padding: 0 !important;
   border: 0 !important;
}
 
.mawarikomi-right img {
   float: right;
   margin: 0 0 0 20px !important;
   padding: 0 !important;
   border: 0 !important;
}
 
.mawarikomi-left p,
.mawarikomi-right p {
   overflow: hidden;
   height: auto;
}

 
.mawarikomi-right-mgnbtm10 img {
   float: right;
   margin: 0 0 10px 20px !important;
   padding: 0 !important;
   border: 0 !important;
}
 
.mawarikomi-left-mgnbtm10 img {
   float: left;
   margin: 0 20px 10px 0 !important;
   padding: 0 !important;
   border: 0 !important;
}