@charset "utf-8";

/*リセットCSS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: inherit;
	vertical-align: top;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: #333;
	background: url(../img/bg.png) repeat-x #e6e6e6;
	font:12px Arial,Helvetica,sans-serif;
}

ol, ul {
	list-style: none;
}

/* テーブルはマークアップ時、'cellspacing="0"'必要 */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/*リンク初期設定*/
a:link {
	color:#009dff;
	text-decoration:none;
}

a:visited {
	color:#009dff;
	text-decoration:none;
}

a:hover {
	color:#009dff;
	text-decoration:underline;
}

a:active {
	color:#009dff;
	text-decoration:underline;
}

.arrow {
	background:url(../img/arrow.png) no-repeat;
	padding-left:12px;
}




.floatClear {
	clear:both;
}


#wrapper {
	width:800px;
	margin:0 auto;
}


/*ヘッダ*/
#header {
	position:relative;
	text-align:center;
}

#tab_lang {
	text-align:right;
}

#navigation {
	position:relative;
	width:500px;
	margin:0 auto;
	padding:20px 0;
}

#navigation li {
	float:left;
	padding:0 11px;
}



/*フッタ*/
#footer {
	background-color:#595959;
	padding:10px 10px 30px;
	margin-top:50px;
}

#footer img {
	float:left;
	padding:0 10px;
}

#footer p {
	color:#ccc;
	font-size:10px;
	line-height:13px;
}


