@charset "UTF-8";

/***********************************************************
common.css
***********************************************************/
/* =========================================================
Module
========================================================= */
img.hover:hover,
img.hover:active {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* =========================================================
Link Text
========================================================= */
a:link    { color: #666666; text-decoration: none; }
a:visited { color: #666666; text-decoration: none; }
a:hover   { color: #999999; text-decoration: none; }
a:active  { color: #999999; text-decoration: none; }


/* =========================================================
Reset of Default Style
========================================================= */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	line-height: 120%;
	text-align: left;
	list-style-type: none;
}
textarea { font-size: 100%; }
img { vertical-align: bottom; }
hr  { display: none; }


/* =========================================================
Accessibility
========================================================= */
.hidden-navi {
	display: none;
}


/* =========================================================
Float Clear
========================================================= */
span.clear {
	margin: 0;
	display: block;
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* =========================================================
Base Layout
========================================================= */
body {
	margin: 0;
	padding: 0;
	font: 80%/120% "ＭＳ ゴシック","Osaka－等幅","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",monospace;
	color: #333333;
	background: #FFFFFF;
	text-align: center;
}

div#container {
	width: 930px;
	margin: 0 auto;
	text-align: left;
}

/* Column Setting
--------------------------------------------------------- */
div#wrapper {
	width: 930px;
	background: url(../../img/common/bg_wrapper.gif) repeat-y 0 0;
}


/* =========================================================
Header
========================================================= */
div#header {
	position: relative;
	margin: 10px 0 0;
}

div#header h1 {
	width: 210px;
	height: 35px;
	background: url(../../img/common/header_logo.gif) repeat-x 0 0;
	text-indent: -9999px;
}

div#header h1 a {
	display: block;
	width: 210px;
	height: 25px;
	text-decoration: none;
	outline: none;
}

div#header .unit-enquete {
	position: absolute;
	top: 0;
	right: 0;
}

/* =========================================================
Navigation bar (No Use)
========================================================= */
div#header div#navi {
	font-size: 90%;
}

/* primary
--------------------------------------------------------- */
div#header div#navi ul#primary {
	border: #B9B9B9 solid;
	border-width: 1px 1px 0;
	background: url(../../img/common/bg_navi_01.gif) repeat-x 0 100%;
}
div#header div#navi ul#primary li {
	float: left;
}

/* ----- Background Switch ----- */
div#header div#navi ul#primary li a {
	display: block;
	border-right: 1px #B9B9B9 solid;
	outline: none;
}
div#header div#navi ul#primary li a:link,
div#header div#navi ul#primary li a:visited {
	background: url(../../img/common/bg_navi_01.gif) repeat-x 0 100%;
}
div#header div#navi ul#primary li a:hover,
div#header div#navi ul#primary li a:active {
	background: url(../../img/common/bg_navi_02.gif) repeat-x 0 50%;
	color: #C7C5C4;
}


/* ----- Icon Switch ----- */
div#header div#navi ul#primary li span {
	display: block;
	padding: 5px 15px 5px 25px;
	background-repeat: no-repeat;
	background-position: 10px 0.5em;
	cursor: pointer;
}
div#header div#navi ul#primary li a:link span,
div#header div#navi ul#primary li a:visited span {
	background-image: url(../../img/common/ic_navi_01.gif);
}
div#header div#navi ul#primary li a:hover span,
div#header div#navi ul#primary li a:active span {
	background-image: url(../../img/common/ic_navi_02.gif);
}


/* ----- !!! Category Switch !!! ----- */
body#about div#header div#navi ul#primary li#navi-about a,
body#themes div#header div#navi ul#primary li#navi-themes a,
body#presentation div#header div#navi ul#primary li#navi-presentation a,
body#dictionary div#header div#navi ul#primary li#navi-dictionary a {
	background: url(../../img/common/bg_navi_02.gif) repeat-x 0 50%;
	color: #C7C5C4;
}
body#about div#header div#navi ul#primary li#navi-about a span,
body#themes div#header div#navi ul#primary li#navi-themes a span,
body#presentation div#header div#navi ul#primary li#navi-presentation a span,
body#dictionary div#header div#navi ul#primary li#navi-dictionary a span {
	background-image: url(../../img/common/ic_navi_02.gif);
}


/* secondary
--------------------------------------------------------- */
div#header div#navi ul#secondary {
	min-height: 25px;
	padding-left: 8px;
	border-top: 1px #B9B9B9 solid;
	background: url(../../img/common/bg_navi_03.gif)  0 0;
}

div#header div#navi ul#secondary li {
	float: left;
	padding: 0 5px;
}
div#header div#navi ul#secondary li a {
	display: block;
	padding-left: 8px;
	background: url(../../img/common/ic_navi_03.gif) no-repeat 0 50%;
	line-height: 25px;
	outline: none;
}
div#header div#navi ul#secondary li a:link {
	color: #C7C5C4;
}
div#header div#navi ul#secondary li a:visited {
	color: #C7C5C4;
}
div#header div#navi ul#secondary li a:hover {
	color: #EEEEEE;
}
div#header div#navi ul#secondary li a:active {
	color: #EEEEEE;
}

div#header div#navi ul#secondary li.hidden-navi {
	display: block;
	visibility: hidden;
	height: 25px;
}


/* =========================================================
Topic Path
========================================================= */
div#path {
	clear: both;
	padding: 15px 0;
	color: #666666;
	font-size: 90%;
}


/* =========================================================
Category Title
========================================================= */
div#category-title {
	margin-bottom: 30px;
}
div#category-title h2 {
	width: 930px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}

/* ----- !!! Category Switch !!! ----- */
body#about div#category-title h2 {
	background-image: url(../../img/about/category_title.gif);
}
body#themes div#category-title h2 {
	background-image: url(../../img/themes/category_title.gif);
}
body#presentation div#category-title h2 {
	background-image: url(../../img/presentation/category_title.gif);
}
body#dictionary div#category-title h2 {
	background-image: url(../../img/dictionary/category_title.gif);
}
/*
body#sitemap div#category-title h2 {
	background-image: url(../../img/sitemap/category_title.gif);
}
body#terms div#category-title h2 {
	background-image: url(../../img/terms/category_title.gif);
}
body#privacy div#category-title h2 {
	background-image: url(../../img/privacy/category_title.gif);
}
*/

/* =========================================================
Top of Page
========================================================= */
div.pagetop {
	clear: both;
	padding: 50px 0 30px;
}
div.pagetop p {
	text-align: right;
	font-size: 90%;
	line-height: 11px;
}
div.pagetop p a {
	padding-left: 15px;
	background: url(../../img/common/ic_pagetop.gif) no-repeat 0 0;
}


/* =========================================================
Footer
========================================================= */
div#footer {
	width: 930px;
	padding: 20px 0 10px;
	background: url(../../img/common/bg_footer.gif) repeat-x 0 0;
}
div#footer dl {
	float: left;
}
div#footer dl dt {
	margin: 0 0 5px;
}
div#footer dl dd {
	width: 385px;
	height: 13px;
	background: url(../../img/common/footer_copyright.gif) no-repeat 0 0;
	text-indent: -9999px;
}
div#footer ul {
	float: right;
	margin: 20px 0 0;
}
div#footer ul li {
	float: left;
	padding-left: 18px;
	text-indent: -9999px;
}
div#footer ul li a {
	display: block;
	height: 13px;
	background-repeat: no-repeat;
	background-position: 0 0;
	outline: none;
}
div#footer ul li#navi-sitemap a {
	width: 51px;
	background-image: url(../../img/common/navi_f_sitemap.gif);
}
div#footer ul li#navi-terms a {
	width: 96px;
	background-image: url(../../img/common/navi_f_terms.gif);
}
div#footer ul li#navi-privacy a {
	width: 72px;
	background-image: url(../../img/common/navi_f_privacy.gif);
}


/* =========================================================
Clearfix
========================================================= */
/* Wrapper */
div#wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#wrapper {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html div#wrapper { height: 1%; }
div#wrapper { display: block; }
/* End hide from IE-mac */


/* Navi - primary */
div#header div#navi ul#primary:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#header div#navi ul#primary {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html div#header div#navi ul#primary { height: 1%; }
div#header div#navi ul#primary { display: block; }
/* End hide from IE-mac */


/* Navi - secondary */
div#header div#navi ul#secondary:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#header div#navi ul#secondary {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html div#header div#navi ul#secondary { height: 1%; }
div#header div#navi ul#secondary { display: block; }
/* End hide from IE-mac */


/* Footer */
div#footer:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#footer {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html div#footer { height: 1%; }
div#footer { display: block; }
/* End hide from IE-mac */
