@charset "utf-8";

html>/**/body {
	font-size: 13px; /* Except IE */
}

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,"MS P ゴシック",sans-serif;
	color: #666666;
}

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

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

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

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

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

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

a:active {
	color:#c5c5c5;
	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;
}

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

img {
	border : none;
}

table {
	border-collapse: collapse;
}


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

	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_void {
	height: 40px;
}

#sitemap {
	text-align: right;
	margin: 0px 4px 0 0;
	padding: 0;
	color:#c5c5c5;
	font-size: 73%;
	letter-spacing: 1px;
}

#sitemap a:link, #sitemap a:visited {
	color:#c5c5c5;
}

#sitemap a:hover {
	color:#e5e5e5;
}

#menu {
	margin: 5px 0 0 0;
	padding: 0;
}

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