@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------
Reset
-------------------------------------------------*/
html, div, img,h1, h2, h3, h4, h5, h6 ,ul ,li, ol, dl, dd, dt, p{
	margin: 0;
	padding: 0;
	font-size:100%;
	font-weight:normal;
	border:0px;
}



/*-------------------------------------------------
Common
-------------------------------------------------*/
/* Body */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin:0px;
	padding:0px;
	background-image:url(img/bg.gif);
	color:#990000;
	text-align:center;
}

/*Link*/
a {color:#660033; text-decoration: none;}
a:visited {color:#339; text-decoration:underline;}
a:hover {color:#333300; text-decoration: none;}


/*-------------------------------------------------
Wrapper
-------------------------------------------------*/
#wrapper {
	width:820px;
	text-align:left;
	margin:0 auto;
	padding:0;
}


/*-------------------------------------------------
Header
-------------------------------------------------*/

#header {
	position:relative;
	height:125px;
	background:#D3D8D5 url(img/header.gif) no-repeat;
}

#header h1{
	position:relative;
	height:100px;
	width:160px;
	left:280px;
	background:#D3D8D5 url(img/title.gif) no-repeat;
	text-indent:-1000em;
}


/*-------------------------------------------------
Navigation
-------------------------------------------------*/
#navigation {
	position:relative;
	height:30px;
	background:transparent url(img/menu.gif) no-repeat;
}
/* Navigation */
#navigation ul {
	list-style-type:none;
}
#navigation li {
	display:inline;
}
#navigation li a {
	position:absolute;
	display:block;
	height:30px;
	width:160px;
	text-indent:-1000em;
	text-decoration:none;
}

#navigation li.menu0 a {
	left:0px;
	width:170px;
	background:transparent url(img/menu.gif) no-repeat -0px -0px;
}
#navigation li.menu0 a:hover {
	background:transparent url(img/menu.gif) no-repeat -0px -30px;
}
#navigation li.menu0 a.on {
	background:transparent url(img/menu.gif) no-repeat -0px -30px;
}

#navigation li.menu1 a {
	left:170px;
	background:transparent url(img/menu.gif) no-repeat -170px -0px;
}
#navigation li.menu1 a:hover {
	background:transparent url(img/menu.gif) no-repeat -170px -30px;
}
#navigation li.menu1 a.on {
	background:transparent url(img/menu.gif) no-repeat -170px -30px;
}

#navigation li.menu2 a {
	left:330px;
	background:transparent url(img/menu.gif) no-repeat -330px -0px;
}
#navigation li.menu2 a:hover {
	background:transparent url(img/menu.gif) no-repeat -330px -30px;
}
#navigation li.menu2 a.on {
	background:transparent url(img/menu.gif) no-repeat -330px -30px;
}


#navigation li.menu3 a {
	left:490px;
	background:transparent url(img/menu.gif) no-repeat -490px -0px;
}
#navigation li.menu3 a:hover {
	background:transparent url(img/menu.gif) no-repeat -490px -30px;
}
#navigation li.menu3 a.on {
	background:transparent url(img/menu.gif) no-repeat -490px -30px;
}


#navigation li.menu4 a {
	left:650px;
	background:transparent url(img/menu.gif) no-repeat -650px -0px;
}
#navigation li.menu4 a:hover {
	background:transparent url(img/menu.gif) no-repeat -650px -30px;
}
#navigation li.menu4 a.on {
	background:transparent url(img/menu.gif) no-repeat -650px -30px;
}


/*-------------------------------------------------
Main
-------------------------------------------------*/	

#main {
	background:url(img/wrapper.gif) repeat-y;
	padding:0px;
}

/*-------------------------------------------------
Contents
-------------------------------------------------*/

#contents {
	margin:0px 40px;
	padding-bottom:20px;
}

/*-------------------------------------------------
Contentブログの左サイド
-------------------------------------------------*/

#content {
}

.post{
	float:left;
	width:550px;
}

.post h2{
	font-size:1.8em;
	border-bottom:2px dotted #EEC7B7;
	padding:10px 0px 0px 0px;
}

.post h3{
	font-size:1.8em;
	border-bottom:2px dotted #EEC7B7;
	padding:10px 0px 0px 0px;
}

.sidebars{
	float:right;
	width:160px;
	padding:10px 0px 10px 0px;
}

.sidebars ul{
	list-style:none;
}

.sidebars h2{
	background-color:#EEC7B7;
	padding:5px;
}

/*-------------------------------------------------
News
-------------------------------------------------*/

/* お知らせリスト */

#contents ul.news {
	margin-left:30px;
	padding:20px;
	list-style-image:url(img/icon.gif);
	font-size:85%;
	line-height:100%;
}

#contents ul.news li{
	padding-bottom:10px;
}

/*-------------------------------------------------
Contents用右寄せ左寄せ
-------------------------------------------------*/


/*-------------------------------------------------
Contents用基本タグ
-------------------------------------------------*/

/* 見出し */
#contents h1.yellow {
	font-size:100%;
	font-weight:bold;
	background:transparent url(img/th_bg_y.gif) repeat-x left bottom;
	border-bottom:1px solid #F5B4B0;
	text-align:center;
}

#contents h1.pink {
	font-size:100%;
	font-weight:bold;
	background:transparent url(img/th_bg_p.gif) repeat-x left bottom;
	border-bottom:1px solid #F5B4B0;
	text-align:center;
}


/* テキスト */
#contents p {
	font-size:85%;
	line-height:160%;
	margin-bottom:1em;
}

#contents p.center {
	text-align:center;
}

#contents strong {
	font-weight:bold;
	color:#990000;
}

#contents em {
	font-weight:bold;
	font-style:normal;
}

/* リスト */


/* カレンダーのテーブル */

.calendar_table a {
	background-color:#FFCC66;
}

/* 区切り線 */
#contents hr {
	clear:both;
	background-color:#E6E6E6;
	margin:15px 0;
	height:1px;
	border-top:1px solid #E6E6E6;
}


/* 引用 */

#contents blockquote {
	background-color:#F2F2F2;
	border:1px solid #CCC;
	margin:15px 1em;
	padding:12px;
}


/*-------------------------------------------------
Footer
-------------------------------------------------*/
#footer {
	position:relative;
	height:60px;
	background:url(img/footer.gif) no-repeat;
}

#footer p.copy{
	text-align:center;
	color:#006666;
	font-size:75%;
	padding-top:10px;
}