/***** Base Setting *******************************/
body{ font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;　color:#333; }
* {	margin: 0px;}
p {
	margin: 10px 0px 10px;
}

.margin10{	margin: 0px 10px;}
.margin20{	margin: 0px 20px;}
.margin40{	margin: 0px 40px;}

p.p_margin20{
	margin:0px 20px 10px;
}

.bottom10{margin-bottom:10px;}
.bottom20{margin-bottom:20px;}

.imgover_10{	margin-bottom: 10px;}

.img_clarity65{}
a:hover .img_clarity65 {
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}

.img_clarity65_10{margin-bottom: 10px;}
a:hover .img_clarity65_10 {
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}

img{	vertical-align:baseline;}
img.lh{
	vertical-align:text-top;
	margin-right: 3px;
}
img.border{
	border:1px solid #ccc;
	padding: 1px;
}
a img.lh{	text-decoration:none;}

/***** Link Setting *******************************/

a:link,
a {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #5C686D;
	text-decoration: none;
}
a:hover {
	color: #F66;
	text-decoration: underline;
}
a img {
	border: 0px;
}




/***** Text Setting *******************************/


.tex_red {
	color: #FF3300
}
.tex_blue {
	color: #336699;
}
.tex_small {
	font-size: 8pt;
}

/***** Float Setting *******************************/

.img_l {
	float: left;
	margin: 0px 10px 10px 0px;
}
.img_r {
	float: right;
	margin: 0px 0px 10px 10px;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.float_l_img {
	float: left;
	margin: 0px 20px 20px;
	padding: 1px;
	border: 1px solid #ccc;
}
.float_r_img {
	float: right;
	margin: 0px 20px 0px;
	padding: 1px;
	border: 1px solid #ccc;
}
.FloatEnd {
	clear:both;
}

.center{
	text-align:center;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}


/***** Line Setting *******************************/

.line {
	padding-top: 20px;
	clear: both;
}
.line_solid {
	border-top: 1px solid #cccccc;
	clear: both;
	height: 0px;
	margin-bottom: 15px;
}
.line_dashed {
	border-top: 1px dashed #cccccc;
	clear: both;
	height: 0px;
	margin: 10px 20px 20px;
	overflow: hidden;
}

/***** table Setting *******************************/
