@charset "utf-8";

/* =========================================================

Menu  :
	1.UNIVERSAL-RESET
	2.BASE-SET
	3.WIRE-FRAME
	4.FORM STYLE
	5.PART STYLE
		5-1.HEADER STYLE
		5-2.CONTENT STYLE
		5-3.FOOTER STYLE
========================================================= */

/* 1.UNIVERSAL-RESET
--------------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #444;
}

input,
textarea {
	margin: 0;
}

table {
	font-size: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ins,
del {
	text-decoration: none;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
}

abbr,
acronym {
	border: 0;
}

/* 2.BASE-SET
--------------------------------------------------------- */

body,
input,
select,
textarea,
table {
	font-family: Osaka, "‚l‚r ‚oƒSƒVƒbƒN", Arial, Sans-serif;
	font-size: 13px;
}

* html body,
* html input,
* html textarea,
* html table {
	font-size: small;
}

*:first-child+html body,
*:first-child+html input,
*:first-child+html textarea,
*:first-child+html table {
	font-size: small;
}

input,
select,
textarea {
	font-family: "‚l‚r ƒSƒVƒbƒN", Osaka;
}

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

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

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

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

a {
	overflow: hidden;
	text-decoration: none;
}

a:hover,
a:active,
#contentBody a {
	text-decoration: underline;
}

#content #contentHeader .nav li.fan a:hover,
#content #contentFooter .nav li.fan a:hover,
#content #contentHeader .nav li.blog a:hover,
#content #contentFooter .nav li.blog a:hover {
	text-decoration: none;
}

/* 3.WIRE-FRAME
--------------------------------------------------------- */

#header,
#content,
#footer {
	margin: 0 auto 20px;
	width: 740px;
}

#header dt a,
#gSearch,
#glnav-searchbutton,
.gohome a,
.lang li a{
	background-image: url("l-nf.png");
	background-repeat: no-repeat;
}

/* 5.PART STYLE
--------------------------------------------------------- */

/*5-1.HEADER STYLE*/

#header {
	margin-bottom: 20px;
	margin-top: 20px;
}

#header dt {
	margin: 0 auto 15px;
	width: 170px;
}

#header dt a {
	display: block;
	height: 55px;
	overflow: hidden;
	text-indent: -9999px;
	width: 170px;
}

#header dd {
	font-size: 123%;
	font-weight: bold;
	text-align: center;
}

/*7-2.CONTENT STYLE*/
h1 {
	color: #f00;
	font-size: 167%;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
	text-align: center;
}

h1 span {
	font-weight: normal;
}

#gSearch {
	background-position: 0 -70px;
	height: 28px;
	margin: 0 auto 20px;
	padding: 18px 10px 10px;
	text-align: center;
	width: 480px;
}

#glnav-searchboxnobgimg {
    border: 1px solid #7E9DB9;
	line-height: 1.1;
	width: 241px;
}

#glnav-searchbutton {
	background-position: -190px 0;
	border: 0;
	cursor: pointer;
	overflow: hidden;
	height: 20px;
	text-indent: -9999px;
	width: 60px;
}

#glnav-searchbutton:hover {
	left: 1px;
	position: relative;
	top: 1px;
}

.gohome {
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.lang {
	text-align: center;
}

.lang li {
	display: inline;
	margin: 0 5px;
}

.gohome a {
	background-position: -260px 0;
	padding-left: 10px;
}

.lang li a {
	background-position: -260px 0;
	padding-left: 10px;
}

/* 5-3.FOOTER STYLE */
#footer {
    border-top: 1px solid #DBDBDB;
	margin-bottom: 20px;	
	padding-top: 10px;
}

#footer address {
	text-align: center;
}