@charset "utf-8";

html>/**/body {
	font-size: 13px; /* Except IE */
	font-family: "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Verdana, Arial, "MS P ゴシック", sans-serif;
}

body {
	*font-size: small; /* Win IE7およびWin IE6 */
	*font: x-small; /* Win IE 5 */
	font-family: "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Verdana, Arial, "MS P ゴシック", sans-serif;
	color: #7d7d7d;
}


/* ------------------------------------------------------
 文字サイズ 13px を 100%とした時の指令値


 サイズ	 指定値				 行高	 行高の指定値
 --------------------------------------------------------
							 12px	 line-height: 1.2;
 10px	 font-size: 77%;	 14px	 line-height: 1.401;
							 16px	 line-height: 1.6;
							 18px	 line-height: 1.801;
 --------------------------------------------------------
							 12px	 line-height: 1.091;
 11px	 font-size: 84.6%;	 14px	 line-height: 1.272;
							 16px	 line-height: 1.454;
							 18px	 line-height: 1.636;
 --------------------------------------------------------
							 14px	 line-height: 1.167;
	 						 16px	 line-height: 1.335;
 12px	 font-size: 92.4%;	 18px	 line-height: 1.5;
							 20px	 line-height: 1.666;
							 21px	 line-height: 1.75;
							 22px	 line-height: 1.833;
 --------------------------------------------------------
							 14px	 line-height: 1.077;
							 16px	 line-height: 1.231;
 13px	 font-size: 100%;	 18px	 line-height: 1.385;
							 20px	 line-height: 1.538;
							 22px	 line-height: 1.692;
 --------------------------------------------------------
							 16px	 line-height: 1.143;
 14px	 font-size: 107.8%;	 18px	 line-height: 1.286;
							 20px	 line-height: 1.429;
							 22px	 line-height: 1.571;
 --------------------------------------------------------
							 18px	 line-height: 1.2;
 15px	 font-size: 115.3%;	 20px	 line-height: 1.333;
							 22px	 line-height: 1.467;
 --------------------------------------------------------
							 18px	 line-height: 1.124;
 16px	 font-size: 123.1%;	 20px	 line-height: 1.244;
							 22px	 line-height: 1.374;
 --------------------------------------------------------
							 20px	 line-height: 1.112;
 18px	 font-size: 138.5%;	 22px	 line-height: 1.224;
							 24px	 line-height: 1.334;
							 
 * ------------------------------------------------------
 */




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

	Font setting
	
=======================================*/
p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

a:link {
	color:#7d7d7d;
	text-decoration:none;
}

a:visited {
	color:#7d7d7d;
	text-decoration:none;
}

a:hover {
	color:#c5c5c5;
	text-decoration:none;
}

a:active {
	color:#7d7d7d;
	text-decoration:none;
}

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

	Structure Module
	
=======================================*/
* {
	margin: 0px;
}
html, body {
	text-align: left;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	min-width: 1000px;
	margin: 0px;
	padding: 0px;
}

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;
}

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

table	{
	border-collapse: collapse;	border-spacing: 0;
}

caption, th	{
	text-align: left;
}

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

object, embed {
	vertical-align: top;
}

hr, legend {
	display: none;
}

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

img, abbr, acronym, fieldset {
	border: 0;
	vertical-align: bottom;
}

li {
	list-style-type: none;
}

.clear { clear:both; }  
.clear hr { display:none; } 

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a:focus{
	outline:none;
} 








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

	Layout
	
=======================================*/
#header, #wrapper {
	width: 740px;
	margin: 0 auto 0; 
}

#main {
	margin-top: 65px;
	width: 740px;
}

#left {
	float: left; 
	width: 190px;
}

#right {
	float: right;
	width: 500px;
	margin:0 5px 0 0;
}

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

	Contents
	
=======================================*/
#header {
	padding-top: 70px;
	margin-bottom: 80px;
}

#logo {
	margin-bottom: 10px;	
}

#menu { 
	float: left;
	position: relative;
}

#menu ul li {
   float:left;
   display: block;
   margin-right: 26px;
}

#menu span {
	background:#e0e0e0; 
	height:1px; 
	display:block; 
	position:absolute; 
	width:50px; 
	left:0
}

#sitemap {
	float: right;
	padding-left: 28px;
	color:#c5c5c5;
	font-size: 73%;
	letter-spacing: 1px;
	border-left: 1px solid #E0E0E0;
}






#breadcrumbs {
	font-size: 73%;
	margin: 60px 0 0 0;
	color: #a5a5a5;
	line-height: 160%;
}

#pagetitle {
	margin: 0 0 0 -2px;
	padding: 0;
}

.void_5 {
	height: 5px;
}
.void_10 {
	height: 10px;
}
.void_15 {
	height: 15px;
}
.void_20 {
	height: 20px;
}
.void_25 {
	height: 25px;
}
.void_30 {
	height: 30px;
}


