@charset "utf-8";

/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

img{
	border: medium none;
    vertical-align: top;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -------------- CSS Reset End --------------- */

/* CLEAR-FIX */

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

*:first-child+html .clearFix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE6/IE Mac \*/
* html .clearFix {
	height: 1%;
}

.clearFix {
	display: block;
}
/* End hide from IE6/IE Mac */


body{
	font-size: 62.5%;
	line-height: 1.3;
	color: #262626;
/*	background: url("../img/img_back.gif") repeat-x;*/
	font-family: "メイリオ", "Meiryo" ,"Meiryo","ＭＳ Ｐゴシック", "Verdana","Arial","sans-serif" !important;
}

.fbold{
	font-weight:bold;
}

.mtop15{
	margin-top:15px;
}

.mtop10{
	margin-top:10px;
}

.mbtm8{
	margin-bottom:8px;
}

.ptop17{
	padding-top:17px;
}

/*link-navi----------------------------------------------------*/
A:link	{text-decoration:underline;color:#006BB3;}
A:visited{text-decoration:underline;color:#006BB3;}
A:active{text-decoration:underline;color:#ff0000;}
A:hover	{text-decoration:underline;color:#ff0000;}


/* base layout */
#wrap {
/*	font-size:1.3em;	*/
}


/*header------------------------------------------------------*/
#headerTopWrap {
	height:30px;
	background-color:#2E90E0;
}

#headerTop {
	width:900px;
	margin:0 auto;
	position:relative;
}

#headerTop h1 {
	position:absolute;
	top:0;
	left:0;
}

#headerTop div.tell {
	float:right;
	border-right:1px dotted #FFF;
	height:22px;
	margin:5px 0 0 0;
}

#headerTop div.tell img {
	margin:2px 8px 0 0;
}

#headerTop div.language {
	float:right;
	border-right:1px dotted #FFF;
	height:22px;
	line-height:22px;
	margin:5px 0 0 0;
	padding:0 10px 0 0;
	color:#FFF;
	font-size:1.2em;
}


#headerTop div.language A:link	{text-decoration:none;color:#ffffff;}
#headerTop div.language A:visited{text-decoration:none;color:#ffffff;}
#headerTop div.language A:active{text-decoration:none;color:#ffffff;}
#headerTop div.language A:hover	{text-decoration: underline;color:#ffffff;}


#headerTop div.language img {
	margin:8px 6px 0 6px;
}


/*globalMenu-----------------------------------------*/
#globalMenu {
	float:left;
	width:175px;
	margin-right:30px;
}

#globalMenu li {
	margin-bottom:1px;
}

#globalMenu li.last {
	margin-bottom:0;
}



/*main-----------------------------------------------------*/
#main {
	width:900px;
	margin:0 auto;
}






/*footer---------------------------------------------------*/
#footer {
	width:900px;
	margin:0 auto;
	text-align:center;
	border-top:1px dotted #999;
	padding:20px 0 15px 0;
}

#footer h4 {
	margin-bottom:8px;
	font-size:1.2em;
}

#footer p {
	font-size:1.2em;
	line-height:1.6;
}

#copyright {
	font-size:1.1em;
	margin:25px 0 0 0;
}

