/* --------------------------------------------------------------- */
/*  Style Sheet
/*  last update 2006.11.4
/*  common/base.css
/*  Copyright(C) 2006, Masashi Kijima.
/*  Created by http://otoyasumi.jp/
/* --------------------------------------------------------------- */

/* 再定義
--------------------------------------------------- */
html,form, dl, dd, dt, ul, li{margin:0; padding:0;}

body {
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック","Century Gothic", "Arial", "Helvetica", "Geneva","sans-serif", "verdana", "trebuchet ms";
    font-size: 0.8em;
	color: #e2e2e2;
	background-color: #111111;
	text-align:center;
}

a { color: #bbbbbb; text-decoration: underline; }
a:hover { color: #111111; background: #e2e2e2;	}
a:visited { color: #888888; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6, p { font-weight: normal; margin:0; padding:0; font-size: 1em; line-height:150%;}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ヘッダー
--------------------------------------------------- */
h1 img{ float: left; display:block; margin: 0 20px 0 0; padding:0;}

#wrapper {
	width:	900px;
	margin:30px auto;
	background:	#111111;
}

#container {
	text-align: left;
}

#header {
	width:	900px;
	height:	105px;
}

#header ul {
	list-style-type: none;
	margin: 0px 0px 0px 20px ;
	padding: 10px 0px ;
}
#header ul li {	display : inline;}
#header ul li a, #header ul li strong a {
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	margin: 0 ;
	padding: 0;
	height: 15px;
	overflow: hidden;
}

#header ul li#g_nav01 a {background: url(../images/n_info.gif); width: 91px; }
#header ul li#g_nav02 a {background: url(../images/n_artworks.gif); width: 72px; }
#header ul li#g_nav03 a {background: url(../images/n_about.gif); width: 60px; }
#header ul li#g_nav04 a {background: url(../images/n_gallery.gif); width: 65px; }
#header ul li#g_nav05 a {background: url(../images/n_contact.gif); width: 72px; }

#header ul li#g_nav01_stay a {background: url(../images/n_info.gif); width: 91px; background-position:0 -15px;}
#header ul li#g_nav02_stay a {background: url(../images/n_artworks.gif); width: 72px; background-position:0 -15px;}
#header ul li#g_nav03_stay a {background: url(../images/n_about.gif); width: 60px; background-position:0 -15px;}
#header ul li#g_nav04_stay a {background: url(../images/n_gallery.gif); width: 65px; background-position:0 -15px;}
#header ul li#g_nav05_stay a {background: url(../images/n_contact.gif); width: 72px; background-position:0 -15px;}

#header ul li#g_nav01 a:hover {background-position:0 -15px;}
#header ul li#g_nav02 a:hover {background-position:0 -15px;}
#header ul li#g_nav03 a:hover {background-position:0 -15px;}
#header ul li#g_nav04 a:hover {background-position:0 -15px;}
#header ul li#g_nav05 a:hover {background-position:0 -15px;}

#main {
width: 900px;
/*height:400px;*/
}

#contents {
	float: right;
	width: 640px;
	margin: 20px 30px 0 0 ;
}

/* フッター
--------------------------------------------------- */
#footer {
	clear: both;
	width: 900px;
	height: 40px;
	background: #111111;
	padding:40px 0 0 0;
}

.copyright {
	text-align: right;
	font-size: 10px;
	margin: 0 5px 0 0 ;
}


/* 左の列
--------------------------------------------------- */

#localNavi {
	float: left;
	width:170px;
	height: 100%;
	margin: 0 60px 0 0;
	/*border:1px solid #222222;*/
}

#localNavi ul {
	list-style-type: none;
	margin: 0px ;
	padding: 0px ;
}
#localNavi ul li {	display : inline;}
#localNavi ul li a, #localNavi ul li strong a {
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	margin: 0 0 5px 0 ;
	padding: 0;
	width: 170px;
	height: 25px;
	overflow: hidden;
}
/* Information */
#localNavi ul li#news a {background: url(http://rinpaeshidan.jp/common/images/n_news.gif); }
#localNavi ul li#event a {background: url(http://rinpaeshidan.jp/common/images/n_event.gif); }

/* Information_stay */
#localNavi ul li#news_stay a {background: url(http://rinpaeshidan.jp/common/images/n_news_over.gif); }
#localNavi ul li#event_stay a {background: url(http://rinpaeshidan.jp/common/images/n_event_over.gif); }

/* Information_over */
#localNavi ul li#news a:hover {background: url(http://rinpaeshidan.jp/common/images/n_news_over.gif); }
#localNavi ul li#event a:hover {background: url(http://rinpaeshidan.jp/common/images/n_event_over.gif); }

/* 点線 */
span.linedot  {
	border-bottom: 1px dotted #bbbbbb;
	margin:10px 0 10px 0;
}
