@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url("../images/global/bodyback.jpg");
	font-size:14px;
	line-height:1.8;
}


div#bodybox{
	width:770px;
	margin-left:auto;margin-right:auto;
	margin-top:20px;
	border:solid 0px;
	padding-bottom:0px;
	background-image:url(../images/global/bodybox_line.jpg);
}

div#topbox{
	width:100%;
	height:225px;
	padding-top:5px;
	padding-bottom:20px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

div#topbox div#logobox{
	float:right;
	width:100px;
	height:79px;
	border:solid 1px #FFC;
	margin-top:15px;
	margin-right:20px;
}




/*
div#topbox div#topbox_copy{
	height:60px;
	padding-top:156px;
	padding-left:50px;
	font-size:32px;
	font-weight:bold;
	color:#FF0;
	font-style:italic;
	font-weight:1000;
}
*/

div#sub_title{
	position:absolute; top:180px;
	height:40px;
	width:690px;
	color:#FFF;
	margin-left:40px;
	font-size:32px;
	font-weight:bold;
	font-style:italic;
}

div#contentsbox{
	width:100%;
	text-align:justify;
}



div#mainbox{
	float:left;
	width:574px;
	margin-left:8px;
	padding-bottom:8px;
	background:#fff;
	border:solid 0px #333;
	text-align:justify; text-justify:distribute;
}

div#rightbox{
	float:right;
	width:173px;
	margin-right:5px;
	padding-top:0px;
}


.kk{
	margin-left:0em;
	margin-right:0em;
}


div#line_end{
	width:770px;
	height:24px;
	background-image:url(../images/global/line_end.jpg)
}


div#addressbox{
	width:770px;
	padding-top:5px;
	background-color:#FFF;
}

div#addressbox table{
	width:420px;
	line-height:1.4;
	margin-left:170px;
	border-collapse:collapse;
}

th,td{
	border:0px solid#F00;
	padding-right:20px;
	}


div#to_top{
	text-align:center;
}

div#addressbox div#footer_end{
	width:100%;
	height:20px;
	background-image:url(../images/global/footer_end.jpg)
}

a img{
	border:none;
}

a:link{
	color:#327;
	text-decoration:none;
}
a:visited{
	color:#327;
	text-decoration:none;
}
a:hover{
	color:#854;
	border-bottom:solid 1px;
}


h2{
	font-size:24px; color:#03F;
	font-weight:bold;
	border-bottom:#00C; border-bottom:solid 1px;
	margin-left:auto; margin-right:auto;
	line-height:1.3;
	width:400px;
	height:auto;
	margin-bottom:20px;
}




.cl{
	clear:both;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

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