* {
margin: 0;
padding: 0;
}

html {
	color			: #333;
	font			: small/1.5em "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

body {
    font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

h1 a {
	display: block;
	background: url(http://img-cdn.jg.jugem.jp/a64/1131071/20130208_424330.png) no-repeat;
	width: 346px;
	height: 131px;
	text-indent: -9999px;
        position: absolute; /* 絶対位置で指定(親ボックス基準) */ 
        top: 24px;  
	}


/* =================================== */
/* レイアウトの設定 */
/* =================================== */

/* 全体を囲うblock */

img {
    border-style:none;
}
#wrapper_body {
	background: url(http://img.jigokuno.com/20121229_352768.gif) repeat;
}

/* ヘッダー */
#header1 {
        width: 688px;
	    height:300px;
        margin: 0 auto;
        background: url(http://img-cdn.jg.jugem.jp/a64/1131071/20130208_424339.png) no-repeat;
}

#header1 p.misawa_senden{
	position: absolute;
	top: 180px;
}



/* ヘッダーメニュー */
#headmenu {
    margin: 0 auto;
	width: 688px;
	height: 40px;
}

#headmenu #box {
float: left;
width: 688px;
height: 38px;
background-color: #FFF;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
text-align: center;
padding: 12px 0px 0px 0px;
}

#box01{
margin: 0px 15px 0px 0px;
}

/* 宣伝 */
#entsenden {
	height:220px;
    background: url(http://img.jigokuno.com/20121229_352768.gif) repeat;
}



#wrapper {
	width: 688px;
	margin: 0 auto;
    padding-top: 20px;
}


/* #main,#side用のblock */
#content {
	width: 688px;
	margin: 0 auto;
}

#content #main {
	float:left;
	width: 468px;
}

#content #main_ad {
	float:left;
	width: 468px;
        margin:0px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
}


#content #side {
	float:right;
	width: 180px;
	background: #FFF;
        padding: 10px 10px 10px 10px;
}

#content #side_banner {
	float:right;
	width: 200px;
        margin:12px 0px 10px 0px;
}

#content #side_ad {
	float:right;
	width: 200px;
	hight: 200px;
        margin:0px 0px 10px 0px;
        background: #71f4cd;
}

/*ページ送り*/
#page_area {
text-align: center;
	margin:10px 0 0 0;
}


/* フッター */
address {
	padding: 5px 0 0 0;
	margin: 5px 15px 0;
	border-top:1px solid #ECECEC;
	text-align:center;
	font : 80%/1.5em "Trebuchet MS", Trebuchet;
	font-weight: bolder;
	font-style:normal;
	color:#666;
}

/*フッター画像*/
#footer {
}


/* =================================== */
/* リンクカラーの設定 */
/* =================================== */

/* 全般 */
a 			{ color: #2A2666; text-decoration: underline; }
a:link		{ color: #2A2666; text-decoration: underline; }
a:visited	{ color: #2A2666; text-decoration: underline; }
a:active	{ color: #2A2666; text-decoration: none; }
a:hover		{ }

/* ヘッダー */
#header a 		{ color: #FFF; text-decoration: none; }
#header a:link		{ color: #FFF; text-decoration: none; }
#header a:visited	{ color: #FFF; text-decoration: none; }
#header a:active	{ color: #FFF; text-decoration: none; }
#header a:hover		{ color: #FFF; text-decoration: none; background:none; }

/* サイドコンテンツ */
#side a 			{ color: #2A2666; text-decoration: none; }
#side a:link		{ color: #2A2666; text-decoration: none; }
#side a:visited		{ color: #2A2666; text-decoration: none; }
#side a:active		{ color: #2A2666; text-decoration: none; }
#side a:hover		{ color: #FFF; text-decoration: none; background:#CCC;}

/* カレンダーcell */
.calendar .cell a 					{ color: #2A2666; text-decoration: none; background:#EFEFEF; display:block; height:100%; padding:0.55em 0 0 0;}
.calendar .cell a:link			{ color: #2A2666; text-decoration: none; }
.calendar .cell a:visited		{ color: #2A2666; text-decoration: none; }
.calendar .cell a:active		{ color: #2A2666; text-decoration: underline; }
.calendar .cell a:hover			{ color: #26CFFF; text-decoration: underline; }

/* 記事タイトル */
h2 a 			{ color: #000000; text-decoration: none; }
h2 a:link		{ color: #000000; text-decoration: none; }
h2 a:visited	{ color: #000000; text-decoration: none;  }
h2 a:active	{ color: #000000; text-decoration: none;  }
h2 a:hover	{ color: #000000; text-decoration: underline;  }


/* =================================== */
/* 装飾の設定 */
/* =================================== */

blockquote {
	border: 1px dotted #CCC;
	padding:0.2em;
	margin:10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear			: both;
	font			: 0/0 sans-serif;
}

.submit {

}




/* =================================== */
/* #main */
/* =================================== */

/*エントリーナビゲーション*/
#main .entry_navi{
text-align:center;
}

/* エントリー部分全体 */
#main .entry_area {
width:468px;
}

#naka {
width:438px;
background: #FFF;
padding: 10px 15px 10px 15px;
margin: 12px 0px 25px 0px;
}

.kadomaru   {  
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */  
} 

/* エントリータイトル */
#main h2 {
        margin:0px 15px;
	font-size:medium;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	background:url(http://img-cdn.jg.jugem.jp/a64/1131071/20090105_774636.gif) no-repeat;
	background-position:left;
}

/* エントリー時刻 */
#main .entry_date {
	padding: 5px;
}

/* エントリー本文 */
#main .entry {
margin:15px 20px;
	background: #FFF;
text-align:center;
}


/* エントリー情報 */
#main ul.state li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
	background: #FFF;
}

/* エントリーフッター */
#entfooter {
	height:40px;

}
#entfooter2 {
	background: url(http://img-cdn.jg.jugem.jp/a64/1131071/20090105_774345.gif) no-repeat;
}




/*プロフィール*/
#profile {
margin:10px 15px;
}


/*コメント、TB、プロフィールタイトル*/
dl#com_area dt.title,
dl#com_form dt.title,
dl#profile_area dt.title {
	border-bottom:1px solid #EFEFEF;
	margin: 10px 15px;
	font-weight:bolder;
}


/* コメント本文 */
.com_desc {
	padding: 0 15px;
}

/* コメントユーザー情報 */
dl#com_area dd {
	padding:5px 10px;
	margin: 0 15px;
	border-bottom:1px solid #EFEFEF;
	text-align:right;

	font-size:0.8em;
}



dl#com_area dd ul {
	list-style-type:none;
}

dl#com_area dd li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
}


/* コメントフォーム */
dl#com_form dd {
padding: 0 10px 10px;
}

dl#com_form dd input.input {
border-left:1px solid #CCC;
border-top:1px solid #CCC;
border-right:1px solid #EFEFEF;
border-bottom:1px solid #EFEFEF;
padding: 1px 0;
width:200px;
}

/* コメントフォーム textarea */
dl#com_form dd textarea {
border:1px solid #CCC;
width:300px;
margin: 0 0 10px 0;
}


/* TBフォーム */
dl#tb_form dd {
	padding: 0 10px 10px;
}

dl#tb_form dd input.input {
border-left:1px solid #CCC;
border-top:1px solid #CCC;
border-right:1px solid #EFEFEF;
border-bottom:1px solid #EFEFEF;
padding: 1px 0;
width:300px;
}

/* TBタイトル */
dl#tb_area dt.tb_title {
	padding: 0 10px;
}

/* TB本文 */
dl#tb_area dd {
	padding: 0 10px;
}


/* TBユーザー情報 */
dl#tb_area dd.tb_state {
	padding:5px 10px;
	margin: 5px 0 15px 0;
	text-align:right;
	font-size:0.8em;
}

.tb_state ul {
	list-style-type:none;
}

.tb_state li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
}




/* =================================== */
/* サイドコンテンツ */
/* =================================== */

#side dl {
	margin-bottom:20px;
}

/* サイドタイトル */
#side dt {
	padding-left:15px;
	background:url(http://img-cdn.jg.jugem.jp/a64/1131071/20090105_774650.gif) no-repeat;
	background-position:left;
	font-family:"Trebuchet MS", Trebuchet;
	font-weight:bolder;
	}
	
#side dd{
	padding:5px 0 0 0;
	background:url(./template/piano/img/dd.gif) no-repeat;
	line-height: 1.2em;
}

#side ul {
	margin-left:4px;
	list-style-type:none;
	}

#side li {
	margin: 3px 0 0 0;
	padding-left:8px;
	background:url(./template/piano/img/side_disc.gif) no-repeat 0 8px;
	}

/* サイト内検索 */
#side input.search {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	padding: 1px 0;
	margin-bottom:5px;
}

/*カレンダー*/
.calendar {
	font-size: 0.8em;
}

.calendar_month {
font-family: "Verdana";

color: #666666;
}


.cell {
border-left:1px solid #CCC;
border-top:1px solid #CCC;
border-right:1px solid #EFEFEF;
border-bottom:1px solid #EFEFEF;
width: 22px;
height: 20px;
background:#FCFCFC;
text-align:center;
vertical-align:middle;
}


/* =================================== */
/* ページ送り */
/* =================================== */


#page_area .page_navi {
font-size:medium;
font-weight: bolder;
etter-spacing: 1em;
	float:left;
	width:345px;
	}

#page_area .page_top {
	float:right;
	width:150px;
	text-align:right;
}

#pager {
width:438px;
background: #FFF;
padding: 10px 15px 10px 15px;
margin: 15px 0px 10px 0px;
text-align: center;
}

.fullpager {
font-size: 16px;
font-weight: bold;
padding: 10px 0px 10px 0px;
}