@charset "utf-8";


/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Last Updated: Apr 01, 2009
	Edited by Kazuya Ono

	1 : reset
	2 : textLink
	3 : layout
	4 : classes

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* **********************************************************************
1 : reset
********************************************************************** */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border:0;
}
strong {
	font-weight: bold;
}
body {
	color: #4c4c4c;
	font: 13px Helvetica, Arial, "Lucida Grande", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro W3","�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS P Gothic", Geneva, Verdana, sans-serif;
	*font-size: small;
	*font: x-small;
	line-height: 1.6;
	background-color: #fff;
}


/* **********************************************************************
2 : textLink
********************************************************************** */
a {
	text-decoration: none;
}
a:link,
a:visited,
a:active {
	color: #069;
}
a:hover {
	text-decoration: underline;
}


/* **********************************************************************
3 : layout
********************************************************************** */
/* ----- common ----- */
body {
	text-align: center;
}
#header,
#container {
	width: 100%;
}
#header #global,
#container #contents,
#footer {
	text-align: left;
	clear:both;
	width: 920px;
	margin: 0 auto;
}

/* ------------------------------
header
------------------------------ */
#header {
	height: 186px;
	background: url(../images/bg_header.jpg) left top repeat-x;
}
#global {
	background: url(../images/bg_global.jpg) center top no-repeat;
}
h1 {
	text-align: center;
	height: 50px;
	padding: 38px 0 33px;
}
/* ----- globalNav ----- */
ul#globalNav {
	text-align: center;
	height: 65px;
	overflow: hidden;
}
ul#globalNav li {
	display: inline;
	padding: 0 25px;
}

/* ------------------------------
container
------------------------------ */
#container {
	font-size: 85%;
	padding: 40px 0 70px;
	background: #DAE6E6;
}
.double .primary {
	width: 240px;
	float: left;
}
.double .secondary {
	width: 450px;
	float: right;
}

/* ------------------------------
footer
------------------------------ */
#footer {
	font-size: 85%;
	padding: 40px 0;
}
#footer ul {
	float: left;
}
#footer ul li {
	height: 1em;
	line-height: 1.3;
	padding: 0 5px;
	overflow: visible;
	float: left;
	border-left: #333 1px solid;
}
#footer ul li.last {
	border-right: #333 1px solid;
}
#footer ul li a {
	color: #4c4c4c;
}
#footer p.url,
#footer address {
	float: right;
	padding-left: 10px;
}
#footer address {
}


/* **********************************************************************
4 : classes
********************************************************************** */
.rollover {}
.iepngfix {}
p.anchor {}