@charset "UTF-8";
/* CSS Document */

/* YUI reset min - Brouwser reset - */
/* Copyright (c) 2010, Yahoo! Inc. All rights reserved.Code licensed under the BSD License:http://developer.yahoo.com/yui/license.html version: 2.8.2r1 */
html{background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,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,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{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;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html,
body{height:100%;}

header,
nav,
footer,
article,
aside{
	display:block;
}

/* COMMON ITEMS */
html{overflow-y:scroll;}
body{
	font-family:Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color:#222222;
	font-size:13px;
	line-height:150%;
}
a{text-decoration:none;}
a:link{color:#222222;}
a:hover{color:#0075BE !important;}
a:visited{color:#222222;}
.act a{color:#999999;}

#wrap{
	margin:0 auto;
	width:960px;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
#container{
	margin:0 auto;
	width:960px;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}

/* HEADER */
#container header{
	padding-top:35px;
	height:117px;
}
#site_logo{float:left;}
#container header nav{
	font-family:Helvetica, sans-serif !important;
	float:right;
	text-align:right;
	width:340px;
}
#container header nav ul li{
	display:inline;
	text-transform:uppercase;
	font-size:120%;
}
#container header #about{margin:0 47px;}

/* SIDEBAR */
#sidebar{
	font-family:Helvetica, sans-serif;
	clear:both;
	position:absolute;
	width:200px;
}
#sidebar h1{
	font-size:120%;
	margin-bottom:35px;
	text-transform:uppercase;
}
#sidebar ul li{
	font-size:105%;
	margin-bottom:10px;
	text-transform:capitalize;
}

/* CONTENT */
#container article{
	height:100%;
	padding-left:210px;
	padding-bottom:60px;
	width:750px;
}
#container article h1{
	font-size:120%;
	margin-bottom:45px;
}
/* FOOTER */
footer{
	font-size:85%;
	height:30px;
	overflow:hidden;
	text-align:right;
	width:960px;
}
