@charset "UTF-8";


/* Reset Setting */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,  
form,fieldset,input,textarea,p,blockquote,th,td{  
	padding:0;
	margin:0;
}  
table{
	border-collapse: collapse;
	border-spacing:0;
}
fieldset,img{  
   border:0;  
}  
address,caption,cite,code,dfn,em,strong,th,var{  
   font-weight:normal;  
   font-style:normal;  
}  
ol,ul{  
   list-style:none;  
	vertical-align: middle;
}  
ol li,ul li, dl dt,dl dd{
	vertical-align: middle;
}
caption,th{  
   text-align:left;  
}
h1,h2,h3,h4,h5,h6{
   font-weight:normal;
   font-size:100%;
}
q:before,q:after{  
   content:'';  
}  
abbr,acronym{  
   border:0;  
}

/*Base Type Reset&Setting*/
* {font-size: 100%;}
body{
	color:#333;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro W6",Osaka,Verdana,Helvetica,sans-serif;
	font-family: Arial MS PGOTHIC,"Hiragino Kaku Gothic Pro W6",Osaka,Verdana,Helvetica,sans-serif;
	voice-family:inherit;
	font-size:75%;
	background-color:#fff;
	position: relative;
	border: 0;
	width:expression(document.body.clientWidth < 962? "960px" : "auto");
	-webkit-text-size-adjust: none; /*for iPhone*/
	behavior: url(/common/htc/csshover3.htc);
}
/*
* + html body{
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro W6",Osaka,Verdana,Helvetica,sans-serif;
}
*/
body * {
	line-height: 1.5;
}

html {
	height: 100%;
	_overflow-x: hidden;
}
img {
 border:0px;
 vertical-align: top;
}

/*Link Base Setting*/
a {
	color: #004D8A;
}
a:link {
	color: #004D8A;
}
a:visited {
	color: #5D2779;
}
a:hover {
	text-decoration: underline;
    outline:none;
}
a:active {
	color: #B70309;
	text-decoration: underline;
    outline:none;
}
#areaLeft p,
#areaPagetop p,
#areaPagetopFree p,
#mainArea01 p,
#mainArea02 p,
#mainAreaNews p{
	margin-bottom: 1em;
}