@charset "utf-8";
/***********************************************************
* アウトライン
***********************************************************/

/*h2 {
 background: url(../img/common/h2.gif) no-repeat;
	margin: 20px auto 10px;
	line-height: 54px;
	color: #000000;
	font-size: 1.0em;
	text-align: center;
}*/
h3 {
 background: url(../img/common/h3.png) no-repeat;
	margin: 5px auto;
	padding-left: 20px;
	line-height: 36px;
	color: #FFFFFF;
	font-size: 1.0em;
}
h4 {
}

/*----------------------------------------------------------
 コンテナ
----------------------------------------------------------*/	
#container	{
 width: 900px;
	padding: 0;
	margin: 0 auto;
	background: url(../img/left/bg.png) repeat-y;
	border-left: 1px solid #CCCCCC;
}

/*----------------------------------------------------------
 左エリア
----------------------------------------------------------*/	
#left_area {
	float: left;
 width: 180px;
	background: none;
	padding: 0;
	text-align:left;
}

/* ロゴ */
#left_area #logo {
 background: url(../img/left/logo_back.png) no-repeat;
	margin-top: 0;
	margin-left: 6px;
	width: 176px;
	height: 118px;
}
#left_area #logo img {
 margin-top: 20px;
	margin-left: 11px;
}

/* ナビゲーション */
#left_area nav {
	width: 170px;
	margin: 10px auto;
	background: none;
}
#left_area nav ul {
 width: 170px;
	margin: 10px auto;
	display: inline;
	background: none;
}
#left_area nav li {
 width: 170px;
	list-style-type: none;
	line-height: 30px;
	text-indent: -9999px;
	margin-bottom: 3px;
}
#left_area nav li a {
	height: 30px;
	display: block;
	overflow: hidden;
	background: url(../img/left/navi.png);
}
#left_area nav li#nv1 a {background-position:0 0;}
#left_area nav li#nv2 a {background-position:0 -30px;}
#left_area nav li#nv3 a {background-position:0 -60px;}
#left_area nav li#nv4 a {background-position:0 -90px;}
#left_area nav li#nv5 a {background-position:0 -120px;}
#left_area nav li#nv6 a {background-position:0 -150px;}
#left_area nav li#nv1 a:hover {background-position:-170px 0;}
#left_area nav li#nv2 a:hover {background-position:-170px -30px;}
#left_area nav li#nv3 a:hover {background-position:-170px -60px;}
#left_area nav li#nv4 a:hover {background-position:-170px -90px;}
#left_area nav li#nv5 a:hover {background-position:-170px -120px;}
#left_area nav li#nv6 a:hover {background-position:-170px -150px;}

img#sakura {
 margin-left: 5px;
	margin-top: 10px;
}

/*----------------------------------------------------------
 メインエリア
----------------------------------------------------------*/	
#main_area{
 width: 700px;
 margin: 0 auto;
	float: right;
}
#main_area	p {font-size: 0.9em}
#main_area	p.msg { margin: 5px 20px; }

/* ヘッダー部 */	
header {
	width: 100%;
	padding: 0x;
	background-color: #ffffff;
	margin: 0;
	background: url(../img/header/bottome_line.png) bottom repeat-x;
}
header #h_top {
 line-height: 200%;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
	font-size: 0.8em;
}
header hgroup#h_left {
 width: 400px;
	margin: 15px 0 0 10px;
	float: left;
}
hgroup#h_left h1 {
	font-size: 160%;
	font-weight: bold;
	margin: 5px;
}
hgroup#h_left h2 {
	font-size: 100%;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.5em;
}
hgroup#h_left p {
 margin: 5px 10px;
	color: #333333;
}
header hgroup#h_right {
 margin: 12px 10px;
	float: right;
	width: auto;
	text-align: right;
}


/*----------------------------------------------------------
 コンテンツ
----------------------------------------------------------*/	
article {
	width: 660px;
	margin: 10px auto;
	padding: 1px;
}
article hgroup h1 {
	font-size: 140%;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #aa4444;
}
/*article hgroup h2 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.5em;
	color: #aa4444;
}*/

article aside {
	width: 150px;
	border: 1px solid #9E474F;
	margin: 1em;
	padding: 1em;
	background-color: #fff6f6;
	font-size: 90%;
	width: auto;
}
article aside h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0;
}


/*----------------------------------------------------------
 フッター
----------------------------------------------------------*/	
footer {
	width: 900px;
	margin-top: 50px;
	margin-left: -200px;
	text-align: center;
	color: #660000;
}

#copy {
 float: left;
 font-size: 0.75em;
	font-style: normal;
	text-align: center;
	vertical-align: bottom;
	color: #333333;
	width: 176px;
}

footer #ft_right {
 float: right;
	width: 700px;
	padding: 20px 0;
	background: url(../img/footer/footer_bg.png) no-repeat;
}

#ft_right #copyright {
 float: left;
	width: 470px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	font-size: 0.75em;
	color: #000000;
}

address	{
 float: right;
 font-size: 0.75em;
	font-style: normal;
	text-align: center;
	color: #333333;
	width: 200px;
	padding-left: 10px;
	text-align: left;
	border-left: 3px dotted #006600;
	height: 50px;
	vertical-align: middle;
	margin-right: 10px;
}