@charset "utf-8";
/*__________________________________________________ Common Set */

*{
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}

hr,legend {
	visibility:hidden;
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}

/*______________________________clearFix*/

.cf:after {
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;
}
.cf{
    display: inline-block;
    zoom: 100%; 
}

.cl{ 
	clear:both;
	}
/*______________________________clearFix end*/





/*__________________________________________________ Common Page Set */

body {
	font-size:80%;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background-image:url(../common_img/header_bg.gif);
	background-repeat:repeat-x;
	line-height:120%;
}

a:link {text-decoration:underline;color:#0066cb;}
a:visited {text-decoration:underline;color:#0066cb;}
a:hover {text-decoration:underline;color:#449ef7;}
a:active {text-decoration:underline;color:#449ef7;}

#wrapper {
	margin:0 auto;
}

#headerArea {
	width:800px;
	margin:0 auto;
	height:108px;
}

#headerArea h1 {
	float:left;
	margin-left:-4px;
	position: relative;
}

#GlobalNavi {
	float:right;
	height:85px;
	padding-top:22px;
}

#GlobalNavi p {
	margin-bottom:15px;
}

#contentsArea {
	width:800px;
	margin:0 auto;
}

#footerArea {
	border-top:#35a0d8 solid 3px;
	height:60px;
}

.footerInner {
	width:800px;
	padding-top:15px;
	margin:0 auto;
}

#pagetop {
	text-align:right;
	margin:20px 0;
}



.topm10 {
	margin-top:10px;
}
.topm20 {
	margin-top:20px;
}
.botm10 {
	margin-bottom:10px;
}
.botm20 {
	margin-bottom:20px;
}
