@charset "UTF-8";


* {
	margin:0;
	padding:0;
}

body {
	background-color:#FFF;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

img, table, th, td {
	border:none;
	margin:0;
	padding:0;
}

ul, ol {
	margin:0;
	padding:0;
	list-style-type:none;
}

textarea,select,input {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

textarea {
 font-size:12px;
}

hr {
	display:none;
}

a {
	color:#006699;
	text-decoration:none;
}

a:link {
	color:#006699;
	text-decoration:none;
}

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

#contents li img {
	background-color:transparent;
	text-decoration:none;
}

#contents a img {
	background-color:transparent;
}

img.icon {
	vertical-align:middle;
}

#contents p {
	line-height:140%;
	margin:0;
	padding:0 0 5px 0;
	word-break:break-all;
}






/* clearfix */
.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	font-size:0.1em;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
	min-height:1%;
}

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



/* br clear */
br.clear_noie, 
div.clear_noie {
	display:inline !important;
	display:none;
	clear:both;
	line-height:0px;
}
br.clear_all {
	clear:both;
	line-height:0px;
}


/* indent */
.center{text-align:center!important;}
.left{text-align:left!important;}
.right{text-align:right!important;}
.top5{margin-top:5px !important;}
.top10{margin-top:10px !important;}
.top15{margin-top:15px !important;}
.btm5{margin-bottom:5px !important;}
.btm10{margin-bottom:10px !important;}
.btm15{margin-bottom:15px !important;}
.btm20{margin-bottom:20px !important;}
.btm25{margin-bottom:25px !important;}
.btm30{margin-bottom:30px !important;}
.btm40{margin-bottom:40px !important;}
.btm200{margin-bottom:200px !important;}
.lm5{margin-left:5px !important;}
.lm10{margin-left:10px !important;}
.rm5{margin-right:5px !important;}
.rm10{margin-right:10px !important;}
.red {color: #FE0000;}
.blue {color: #319ACA;}
.bold {font-weight: bold;}


/*Container*/
#container {
height:100%;/* for IE6 */
min-height:100%;
width:980px;
margin:0 auto;
}


/*wrapper*/
#wrapper {
width:980px;
}


/*leftArea*/
#leftArea {
float:left;
margin:10px 0 0 0;
width:234px;
}

/*contentsa*/
#contents {
/*background:url(/lib/cmn_img/contents_bg.gif) top left repeat-y;*/
float:left;
margin:0 0 0 46px;
padding:0 0 20px 0;
width:700px;
}

#contents div.block {
margin:0 auto 25px auto;
width:655px;
}

h3 {
font-size:14px;
margin-bottom:10px;
}

h4 {
font-size:12px;
margin-bottom:5px;
}

p {
font-size:small;
line-height:140px;
}

/*footer*/
#footer {
margin:0 auto;
padding:5px 0;
width:980px;
}

#footer div.copyright {
color:#999999;
text-align:right;
font-size:10px;
}