@charset "utf-8";
/*
Theme Name: MASF 2009
Theme URI: http://autostory.jp/
Description: theme for MASF
Version: 0.1
Author: Yusuke Arai
Author URI: http://resonance-web.com/
Tags:

*/

/*リセットCSS読込
------------------------------------------------------------*/
@import "reset.css";


/*基本設定
------------------------------------------------------------*/
body {
	background: url(image/common/bg_body.jpg) repeat-x center top;
    font-size: 75%;
    color: #333333;
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ",  "ＭＳ Ｐゴシック", "Osaka－等幅", sans-serif;
	font-weight: normal;
    line-height: 1.5em;
    margin: 0px auto;
}

img {
    border: none;
}

.alignright {
    float: right;
    margin: 0px 5px 5px 5px;
    text-align:center;
    display:inline;
    font-size:0.9em;
}

.alignleft {
    float: left;
    margin: 0px 5px 5px 5px;
    text-align:center;
    display: inline;
    font-size:0.9em;
}

.centered {
    display: block;
    margin: 0px auto 5px;
    text-align: center;
    font-size:0.9em;
}

strong {
	color: #C00;
}

hr {
	display: none;
}	

.paragraph {
	width: auto;
    margin-bottom: 1.5em;
}   

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.clear {
	clear: both;
}

/*テキスト
------------------------------------------------------------*/
strong {
	color: #900;
}	

/*リンク
------------------------------------------------------------*/
a {
	color: #900;
    text-decoration: none;
}

a:hover {
    color: #C00;
    text-decoration: none;
}

a:visited {
	color: #900;
    text-decoration: none;
}

/*テーブル
------------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

tr.even {
	background: #FFE0D1;
}	

th, td {
	padding: 5px;
	border-bottom: solid 1px #CCCCCC;
}

th {
	font-weight: normal;
}

.w300 {
	width: 298px;
}	

.w400 {
	width: 400px;
}	

.w600 {
	width: 600px;
}

.w800 {
	width: 800px;
}	

	
/*ストラクチャ
------------------------------------------------------------*/
#header {
    width: 950px;
    height: 118px;
    margin: 12px auto 0px;
    display: block;
    position:relative;
}     

#mainmenu {
    width: 736px;
    height: 41px;
    margin: 0px;
	padding: 0px;
    display: block;
	position: absolute;
	top: 0px;
	left: 107px;
}

#pagebody {
    width: 950px;
    height:auto;
    background-color: #FFFFFF;	
    padding: 0px;
    margin: 0px auto;
    display: block;
    position: relative;
}

#headerimage {
    width: 950px;
    height:218px;
    margin: 0px auto;
	padding:0px;
    display: block;
	z-index: 1;
}
	
#content {
    width: 660px;
    display: block;
	float: left;
	margin: 0px 0px 0px 30px;
	padding-bottom: 15px;
}

#pagebody.index #content,
#pagebody.page #content {
	width: 870px;
	float:none;
	padding-bottom: 0px;
}

.content-container {
    width: 870px;
    height: auto;
    margin: 0px 20px;
    padding: 0px;
    display: block;
}

.content-container-s {
    width: 340px;
    height: auto;
    margin: 0px;
    padding: 0px;
    display: block;
}

#sidebar {
	width: 203px;
	height: auto;
	display: inline;
	float: right;
	margin: 20px 30px 0px 0px;
}

#footer {
    width: 960px;
    height: 43px;
	background:url(image/common/bg_footer.jpg) no-repeat top;
    display: block;
    margin: 0px auto;
    padding: 43px 0px 0px;
	position: relative;
	clear: both;
} 

#footer.index {
	background:url(image/common/bg_footer_index.jpg) no-repeat top;
} 


/*ヘッダー
------------------------------------------------------------*/
#header h1 a {
	width: 458px;
    height: 34px;
	background:url(image/common/b_header_title.jpg) no-repeat;
    text-indent: -1000em;
    display: block;
    position: absolute;
    left: 228px;
    top: 72px;
}

/*メニュー
------------------------------------------------------------*/
#mainmenu ul {
	width: 736px;
	margin: 0px;
    padding: 0px;
}   

#mainmenu li {
    float:left;
    margin: 0px;
    font-size: 0.9em;
    line-height: 1em;
    list-style-type: none;  
}

#mainmenu li a {
	width: 100px;
	height: 41px;
	background: url(image/common/b_mainmenu.jpg) no-repeat;
	display: block;
	margin: 0px;
    text-indent: -1000em;
    text-decoration: none;
}

#mainmenu li.home a {   	width: 100px; background-position:0px 0px;} 
#mainmenu li.about a {   	width: 99px; background-position:-100px 0px;} 
#mainmenu li.schedule a {	width: 97px; background-position: -199px 0px;}
#mainmenu li.gallery a {	width: 106px; background-position: -296px 0px;}
#mainmenu li.information a {	width: 136px; background-position: -402px 0px;}
#mainmenu li.blog a {	width: 88px; background-position: -538px 0px;}
#mainmenu li.contact a {	width: 110px; background-position: -626px 0px;}

#mainmenu li.home a.select {   	width: 100px; background-position:0px -41px;} 
#mainmenu li.about a.select {   	width: 99px; background-position:-100px -41px;} 
#mainmenu li.schedule a.select {	width: 97px; background-position: -199px -41px;}
#mainmenu li.gallery a.select {	width: 106px; background-position: -296px -41px;}
#mainmenu li.information a.select {	width: 136px; background-position: -402px -41px;}
#mainmenu li.blog a.select {	width: 88px; background-position: -538px -41px;}
#mainmenu li.contact a.select {	width: 110px; background-position: -626px -41px;}

#mainmenu li.home a:hover {   	width: 100px; background-position:0px -41px;} 
#mainmenu li.about a:hover {   	width: 99px; background-position:-100px -41px;} 
#mainmenu li.schedule a:hover {	width: 97px; background-position: -199px -41px;}
#mainmenu li.gallery a:hover {	width: 106px; background-position: -296px -41px;}
#mainmenu li.information a:hover {	width: 136px; background-position: -402px -41px;}
#mainmenu li.blog a:hover {	width: 88px; background-position: -538px -41px;}
#mainmenu li.contact a:hover {	width: 110px; background-position: -626px -41px;}

/*インデックス
------------------------------------------------------------*/
#pagebody.index #content h2.about {
	width:334px;
	height: 21px;
	background: url(image/index/t_index_about.jpg);
	display: block;
	text-indent: -1000em;
	margin: 10px 0px 5px;
}

#pagebody.index #content h2.news {
	width:52px;
	height: 15px;
	background: url(image/index/t_index_news.jpg) no-repeat;
	display: block;
	text-indent: -1000em;
	margin: 20px 0px 5px;
}

#pagebody.index #content h3.event {
	width:166px;
	height: 16px;
	background: url(image/index/t_index_event.jpg) no-repeat;
	display: block;
	text-indent: -1000em;
	margin: 20px 0px 5px;
}

#pagebody.index #content h4.staffblog {
	width:87px;
	height: 21px;
	background: url(image/index/t_index_blog.jpg) no-repeat;
	display: block;
	text-indent: -1000em;
	margin: 10px 0px 5px;
}

.index-container-l {
	width: 480px;
	height:auto;
	display: block;
	float: left;
	margin: 0px;
	position:relative;
}

.index-container-r {
	width: 345px;
	height:auto;
	display: block;
	float: right;
	margin: 0px;
	z-index: 2;
	position: relative;
}

.index-container-l dl {
	width: 480px;
	height:auto;
	margin: 0px 5px 10px 0px;
}

.index-container-r dl {
	width: 345px;
	height:auto;
	margin: 0px 5px 10px 0px;
}

.index-container-l dl dt, .index-container-r dl dt {
	color: #900;
	font-size: 0.9em;
	border-bottom: dotted 1px #999;
	padding-bottom: 2px;
	margin: 10px 0px 5px;
}

.index-container-l dl dt a, .index-container-r dl dt a {
	color: #333;
	font-size:1.3em;
}

.index-container-l dl dd a, .index-container-r dl dd a {
	color: #333333;
}

.index-container-r p.currentevent a {
	width: 345px;
	height:254px;
	background: url(image/index/p_index_1311.png) no-repeat;
	display: block;
	position: absolute;
	top: -33px;
right: -28px;
	text-indent: -1000em;
}

.index-container-r p.currentevent-title a {
	width: 298px;
	height:53px;
	background: url(image/index/t_index_1311.jpg) no-repeat;
	display: block;
	margin: 220px 0px 0px 45px;
	text-indent: -1000em;
}

/*サブメニュー
------------------------------------------------------------*/
#sidebar a {
	color: #333333;
}	 
 
#sidebar a:hover {
	text-decoration: underline;
}

#sidebar h2 {
	font-size:1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 20px;
}
 
/*フッター
------------------------------------------------------------*/
#bannerarea {
	width: 920px;
	height:auto;
	margin: 10px auto;
	display: block;
	position: relative;
	clear: both;
}

#bannerarea ul.exective {
	width: 910px;
	margin: 0px 20px;
}

#bannerarea ul.exective li {
	width: 120px;
	float: left;
	padding: 5px;
	display: block;
}

#bannerarea ul.exective li img {
	width: 120px;
}

#bannerarea ul.normal {
	width: 780px;
	margin: 0px 85px;
}

#bannerarea ul.normal li {
	width: 120px;
	float: left;
	padding: 5px;
	display: block;
}

#bannerarea ul.normal li img {
	width: 120px;
}

#footer p.copyright {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	clear:both;
}

#footermenu ul {
	width: 800px;
	margin: 0px 50px;
    padding: 5px;
	display: block;
}   

#footermenu li {
    line-height: 1em;
    list-style-type: none;
	text-align: center;  
    float:left;
}

#footermenu li a {
	color: #333333;
}

#footermenu li a:hover {
	color: #CCCCCC;
}
#footermenu li a:after {
	content:" ｜ ";
}

#footermenu li a.last:after {
	content:"";
}

/*for IE7*/
*:first-child+html #footermenu li a {
	color: #333333;
	display: block;
	margin-right: 17px;
}

/*for IE6*/
*html #footermenu li a {
	color: #333333;
	display: block;
	margin-right: 17px;
}

/*下層ページ共通設定
------------------------------------------------------------*/
#pagebody.page-id-2 #content h2 {
	width:334px;
	height: 21px;
	background: url(image/index/t_index_about.jpg);
	display: block;
	text-indent: -1000em;
	margin: 20px 0px 20px;
}

#pagebody.category-information #content h2 {
	width:109px;
	height: 16px;
	background: url(image/index/t_index_information.jpg);
	display: block;
	text-indent: -1000em;
	margin: 20px 0px 20px;
}

#pagebody.page-id-22 #content h2 {
	width:66px;
	height: 21px;
	background: url(image/index/t_index_gallery.jpg);
	display: block;
	text-indent: -1000em;
	margin: 20px 0px 20px;
}

#pagebody.category-event-information #content h2 {
	width:166px;
	height: 16px;
	background: url(image/index/t_index_event.jpg);
	display: block;
	text-indent: -1000em;
	margin: 20px 0px 20px;
}

#pagebody.category-staffblog #content h2 {
	width:87px;
	height: 21px;
	background: url(image/index/t_index_blog.jpg);
	display: block;
	text-indent: -1000em;
	margin: 20px 0px 20px;
}

#pagebody.page-id-17 #content h2 {
	width:95px;
	height: 15px;
	background: url(image/index/t_index_contact.jpg);
	display: block;
	text-indent: -1000em;
	margin: 20px 0px 20px;
}

#pagebody #content h3 a {
	font-size: 1.3em;
	display: inline-block;
	margin-bottom: 0.5em;
}

#pagebody #content .postmetadata {
	display: block;
	margin: 1em 0;
}

#pagebody .post {
	width: 594px;
	height:auto;
	margin: 5px auto 30px;
}

#pagebody.page .post {
	width: 870px;
	height:auto;
	margin: 5px auto 30px;
}

#floatimg1 {
	position: fixed;
	left: 10px;
	bottom: 10px;
}
