@charset "utf-8";

body {
	width: 978px;
	margin: 0 auto;
	background-color: #fff;
	letter-spacing: 1.2;
}
a {
	text-decoration: underline;
	color: #666;
}
a:hover {
	color: #39F;
}
#ex_wrap {
}
/* フェードイン-----------------------------------------*/
#fade {
    position:absolute; /* ie6 */
    /*position:fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
/* ---------------------------------------------------------------------------- 

  header用CSS
 
---------------------------------------------------------------------------- */
#header {
	width: 100%;
	height: 50px;
	border-bottom: 1px #e0e0e0 solid;
	position: relative;
}
#site_id {
	position: absolute;
	top: 32px;
	left: 0;
}
#g_nav {
	/*
	float: right;
	margin-right: -10px;
	*/
	position: absolute;
	top: 0;
	right: -10px;
}
#g_nav li {
	display: inline;
}
#g_nav li a {
	color: #aaa;
	letter-spacing: 0.1em;
	display: block;
	float: left;
	padding: 30px 10px 4px 10px;
	text-decoration: none;
	/*
	text-transform: uppercase;
	*/
}
#g_nav li a:hover {
	color: #666;
}
.nav:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0; 
}
*:first-child+html .nav { zoom: 1; } /* IE7 */
#magic-line {
	position: absolute;
	bottom: 3px;
	right: 0;
	height: 3px;
	background: #e0e0e0;
}
.current_page_item a {
	color: #888 !important;
}

/* ---------------------------------------------------------------------------- 

  main用CSS
 
---------------------------------------------------------------------------- */


/* 1 column ----------------------------------------- */
#main_wrap1 {
	background: url(../img/common/body_texture.jpg) no-repeat left bottom;
	margin-bottom: -15px;
}
#section1 {
	width: 100%;
	min-height: 750px;
	padding: 15px 0 0;
}

/* 2 column ----------------------------------------- */

#main_wrap2 {
	width: 100%;
	padding: 15px 0;
	/*position: relative;*/
}
#section2 {
	width: 700px;
	min-height: 600px;
	padding-right: 30px;
	border-right: 1px #e0e0e0 solid;
	/*
	position: absolute;
	left: 0;
	*/
	float: left;
}
#section2 .pg_ttl {
	margin-bottom: 30px;
}
dt a {
	text-decoration: none;
	font-weight: bold;
}
dt a:hover {
	text-decoration: underline;
}
#aside {
	width: 217px;
	padding-left: 30px;
	/*
	position: absolute;
	right: 0;
	border-left: 1px #e0e0e0 solid;
	*/
	float: right;
}
.list {
	background-color: #fafafa;
	padding: 10px 20px 20px;
	border: 1px #e0e0e0 solid;	
	border-bradius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 20px;
}
.list img {
	margin-bottom: 5px;
}
#aside ul li {
	font-size: 93%;
	line-height: 1.2;
}
#aside ul li a {
	text-decoration: none;
}
#aside ul li a:hover {
	text-decoration: underline;
}
#aside ul.month  {
	margin-left: 15px;
}
#aside ul li.month {
	background: url(../img/common/ico_monthly_archive.gif) no-repeat ;
	background-position: left center;
	text-indent: 24px;
	line-height: 1.5;
}
#aside .bnr_mov {
	border: 1px #e0e0e0 solid;
	padding: 27px 27px 10px;
	margin-bottom: 20px;
	text-align: center;
}
#aside a.bnr_gal {
	display: block;
	background: url(../img/common/bnr_gallery.jpg) no-repeat top left;
	height: 70px;
	border: 1px #e0e0e0 solid;
	margin-bottom: 20px;
	font-size: 93%;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	text-indent: 80px;
	line-height: 70px;
}

/* ---------------------------------------------------------------------------- 

  footer用CSS
 
---------------------------------------------------------------------------- */

#footer {
	height: 25px;
	border-top: 1px #e0e0e0 solid;
	padding-top: 5px;
	font-size: 85%;
	text-align: center;
	color: #aaa;
	letter-spacing: .1em;
	margin-top: 15px;
	/*
	position: fixed;
	bottom: 0;
	z-index: 999999;
	width: 978px;
	background-color: #fff;
	*/
}