@charset "utf-8";

/*
---------------------------------------------------------
	reset.css ver 1.5 BETA with jQuery [2009/10/23]
	*This document validates as CSS level 2.1
	*GNU General Public License v3
	*http://higash.net/labo/

	Modify YUI Reset CSS, YUI Fonts CSS	
	*Copyright (c) 2008, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.html
---------------------------------------------------------
*/

/* --HTML-- */
html {
background:#fff;
color:#333;
}

/* --BODY-- */
body {
font:75%/1.5 'Lucida Grande', Arial, Helvetica;
margin:0;
overflow:visible;
padding:0;
}

	/* for Windows */
	.win body {
	font-family:'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック';
	}
	
	/* for Win IE6 */
	* html.win body {
	font-family:'ＭＳ Ｐゴシック';
	}

	/* for Mac firefox2 */
	.mac body.firefox2 {
	font-size:12px;
	}

/* --OTHER TAGS-- */
a {
overflow:hidden;
}

a img, img { 
border:0;
}

abbr, acronym {
border:0;
}

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

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}

caption, th {
text-align:left;
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

	/* for IE7 */
	*+html code, *+html kbd, *+html pre, *+html samp, *+html tt {
	font-size:108%; 
	}

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

ol, ul {
list-style:none;
}

q:before, q:after {
content:'';
}

/* form */
form {
margin:0;
padding:0;
}

	/* for IE6 */
	* html input, * html select, * html textarea {
	font-family:'ＭＳ Ｐゴシック';
	}

	/* for IE7 */
	*+html input, *+html select, *+html textarea {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	}

	/* for Safari */
	.safari input[type=checkbox], .safari input[type=radio] {
	vertical-align:text-bottom;
	}

	/* for Chrome */
	.chrome input[type=checkbox], .chrome input[type=radio] {
	vertical-align:text-bottom;
	}

/* tables still need 'cellspacing="0"' */
table {
border-collapse:collapse;
border-spacing:0;
font-size:100%;
}

/*
---------------------------------------------------------------------
	basic.css ver 1.3 BETA with jQuery [2009/10/23] 
	*This document validates as CSS level 2.1
	*GNU General Public License v3
	*http://higash.net/laboratory/

	Modify YUI Base CSS
	*Copyright (c) 2008, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.html
---------------------------------------------------------------------
*/

/* --A-- */
a {
cursor:pointer;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

/* --FORM-- */
fieldset {
border:1px solid #ccc;
margin-bottom:1em;
padding:0 1em 1em 1em;
}

/* --HEADLINE-- */
h1, h2, h3, h4, h5, h6 {
font-weight:bold;
margin:1em 0;
}

/* --LIST-- */
ol, ul {
margin:1em 1em 1em 3em;
text-align:left;
}

dl {
margin:1em;
}

ol li {
list-style:decimal outside;	
}

ul li {
list-style:disc outside;
}

dl dd, ol li, ul li {
margin-bottom:0.5em;
}

/* --TABLE-- */
table {
margin-bottom:1em;
}

td, th {
border:1px solid;
padding:0.5em;
}

th {
font-weight:bold;
text-align:center;
}

/* --OTHER TAGS-- */
abbr, acronym {
border-bottom:1px dotted;
cursor:help;
}

blockquote {
margin:1em;
}

caption {
margin-bottom:0.5em;
text-align:center;
}

em, strong {
font-weight:bold;
}
	
p {
margin-bottom:1em;
text-align:left;
width:auto;
}

/* clearfix */
.clearfix:after {
content:"";
display:block;
clear:both;
}

	/* for IE6 */
	* html .clearfix {
	display:inline-block;
	}
	
	/* for IE7 */
	*+html .clearfix {
	display:inline-block;
	}

/*
---------------------------------------------------------------------
Html
---------------------------------------------------------------------
*/
html {
color:#666;
height:100%;
}

/*
---------------------------------------------------------------------
Body
---------------------------------------------------------------------
*/
body {
height:100%;
position:relative;
min-width:900px;
}

#wrap {
height:100%;
}

body > #wrap {
height:auto;
min-height:100%;
}

#main {
padding-bottom:115px;
}

#bg_left {
background:url(img/bg_wrap.png) repeat-x;
left:0;
position:absolute;
top:0;
width:50%;
height:36px;
}

#container {
position:relative;
margin:0 auto;
width:100%;
}

/*
---------------------------------------------------------------------
Anchor
---------------------------------------------------------------------
*/
a:link {
color:#09c;
text-decoration:underline;
}

a:visited {
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

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

#header p#description {
margin:0;
}

#header_left {
float:left;
width:675px;
height: 99px;
}

#header_left h1,
#header_left p {
margin:32px 0 0;
}

#header_left ul {
margin:19px 0 0;
}

#header_left ul li {
float:left;
list-style:none;
margin:0;
}

#header p#header_logo {
float:right;
margin:14px 0 0;
}

/*
---------------------------------------------------------------------
Content
---------------------------------------------------------------------
*/
#content {
background:#fff;
margin:25px auto 0;
width:900px;
}

/*-- MainContent --*/
#main_content {
float:left;
padding:22px 29px 24px 20px;
width:596px;
}

/*-- Module --*/
.module_wrap {
overflow:hidden;
}

	/* for IE6 */
	* html .module_wrap {
	margin-bottom:2em;
	}

	/* for IE7 */
	*+html .module_wrap {
	margin-bottom:2em;
	}

.module_wrap.last-child {
margin-bottom:0;
}

.module_wrap.last-child .module {
margin-bottom:0;
}

.module {
float:left;
margin:0 0 2em;
width:286px;
}

.module.even {
margin-left:24px;
}

	/* for IE6 */
	* html .module.even {
	margin-left:21px;
	}

#main_content .module h3 {
background:none;
font-size:1em;
margin:0 0 0.5em;
padding:0;
}

.module p.note {
margin:0 0 0.5em;
}

.module p.btns {
margin:0;
}

/*-- Sidebar --*/
#sidebar {
background:url(img/bg_sidebar.png) no-repeat;
float:right;
padding:24px 20px 0 18px;
width:217px;
height:auto !important;
min-height:400px;
height:400px;
}

#sidebar h4 {
margin:0 0 0.75em;
}

#clm_contact {
margin:0 0 2.5em;
}

#clm_contact_inner {
background:url(img/bg_clm_contact.jpg);
overflow:hidden;
height:110px;
}

p#clm_contact_note {
margin:9px 0 0 10px;
}

p#mail_clm_contact {
margin:7px 0 0 10px;
}

p#btn_clm_contact {
margin:6px 0 0 10px;
}

#utility ul {
margin:0;
}

#sidebar ul.menu {
margin:0 0 2em;
}

#utility ul li,
#sidebar ul.menu li {
list-style:none;
overflow:hidden;
margin:0;
height:36px;
}

#sidebar ul.submenu {
margin: -6px 0 0 0;
}

#sidebar ul.submenu li {
list-style:none;
overflow:hidden;
margin:0;
height:26px;
}

#utility h5 {
margin:1.25em 0 0.75em;
}

#utility form#searchform {
overflow:hidden;
margin:0 0 2em;
width:216px;
height:28px;
}

#utility form#searchform input#s {
background:url(img/bg_searchform.png);
border:none;
float:left;
overflow:hidden;
margin:0;
padding:7px 2px;
width:173px;
height:14px;
}

#utility form#searchform input#searchsubmit {
float:right;
margin:0;
padding:0;
width:39px;
height:28px;
}

/*
---------------------------------------------------------------------
Footer
---------------------------------------------------------------------
*/
#footer {
background:url(img/bg_footer.png);
clear:both;
overflow:hidden;
margin-top:-115px;
width:100%;
height:115px;
}

#footer_inner {
margin:0 auto;
width:900px;
}

#footer_inner_top {
overflow:hidden;
margin:24px 0 0;
}

#footer_inner_top h4 {
float:left;
margin:0;
}

#footer_inner_top p {
float:right;
margin:8px 0 0;
}

#footer_inner_btm {
overflow:hidden;
margin:30px 0 0;
}

#footer_inner_btm p#copyright {
float:left;
margin:4px 0 0 2px;
}

#footer_inner_btm p#btn_pagetop {
float:right;
margin:0;
}

/* hide wordpress stat icon */
img#wpstats{width:0px;height:0px;overflow:hidden}

