@charset "UTF-8";
/* CSS Document */

/*------------------------------

RESET CSS

--------------------------------*/


/*
 Box Model Reset
--------------------------------*/

html, body, div, span, object, iframe,a,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	outline: 0;
}

img {
	border: none;
	vertical-align: middle;
}

table {
   border-collapse: collapse; 
   border-spacing: 0;
   border: none;
}


/*
 HTML5 Tag
--------------------------------*/

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

time {
	display: inline;
}


/*
 Base Font Style
--------------------------------*/


body {
	color: #333;
	font: 13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3",Hiragino Kaku Gothic Pro W3,"Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*

Font Size

10px	0.77em
11px	0.85em
12px	0.92em
13px	1em
14px	1.08em
15px	1.15em
16px	1.23em
17px	1.31em
18px	1.38em
19px	1.46em
20px	1.54em
21px	1.62em
22px	1.69em


*/

body,h1,h2,h3,h4,h5,h6,p,strong,em {
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p {
	font-size: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/*
 Base Anchor Text Style
--------------------------------*/

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/*
 Base List Style
--------------------------------*/

ul {
	list-style:none;
}




/*------------------------------

INDEX CSS

--------------------------------*/

#content .inner:after {
	clear:both;
	content:"";
	height:0;
	display:block;
}

#content .inner {
	zoom:1;
}


h1 a,
#footer .toTop a {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

body {
	background:url("http://img01.naganoblog.jp/usr/croom/bg.png");
	font-size:14px;
	line-height:22px;
	color:#000;
}

a {
	color:#000;
}
a:hover {
	color:#ef2e65;
}

#header {
	background:url("http://img01.naganoblog.jp/usr/croom/headerBg.png") repeat-x top;
	height:476px;
}
#header > .inner {
	background:url("http://img01.naganoblog.jp/usr/croom/mv.png") no-repeat center top;
	width:1130px;
	height:476px;
	margin:0 auto;
	position:relative;
}
h1 a {
	background:url("http://img01.naganoblog.jp/usr/croom/h1.png") no-repeat center top;
	width:350px;
	height:130px;
	position:absolute;
	top:158px;
	left:420px;
}

#content {
	background:#fff;
	width:1000px;
	margin:0 auto;
}
#content > .inner {
	padding:20px 25px 90px;
}
#content .main {
	width:650px;
	float:left;
}
#content .sideContents {
	width:264px;
	float:right;
	margin-top:7px;
}
#content .sideContents > .inner {
	border:solid 2px #d11855;
	padding:15px;
}
#content .sideContents > a img {
	margin-bottom:10px;
}
.sideContents .inner > div {
	margin:20px 0;
}
.sideContents .sidetitle {
	background:url("http://img01.naganoblog.jp/usr/croom/sideBg.png");
    color:#fff;
    font-size:16px;
    width:228px;
    height:28px;
    margin:0 -15px 15px;
    padding:2px 0 0 33px;
}
.sideContents .calendarhead {
	text-align:center;
}
.sideContents .calendartable {
	width:100%;
	margin:0 auto;
}
.sideContents .calendartable a {
	color:#ef2e65;
	font-weight:bold;
}
.sideContents .calendartable td {
	text-align:center;
	height:25px;
}

#content .main .section {
	background:url("http://img01.naganoblog.jp/usr/croom/entryBody.png") repeat-y;
	padding:0 25px;
	margin-bottom:30px;
}
#content .main .section h2 {
	background:url("http://img01.naganoblog.jp/usr/croom/entryTitle.png") no-repeat left top;
	height:85px;
	margin:0 -25px;
	padding-top:25px;
	padding-left:25px;
	font-size:20px;
}
#content .main .section h2 span {
	color:#c4726e;
	font-size:13px;
	display:block;
}
#content .main .section h2 a {
	color:#000;
}

.menu {
	text-align:center;
	margin-top:40px;
}
.menu a {
	color:#000;
}
#content .main .section .footer {
	background:url("http://img01.naganoblog.jp/usr/croom/entryFotter.png") no-repeat left bottom;
	color:#c4726e;
	font-size:13px;
    height:60px;
    margin:0 -25px;
    padding:50px 25px 0;
    text-align:right;
}
.singleFooter {
	margin:0 -25px;
}

.single #content .main .section .footer {
	background:url("http://img01.naganoblog.jp/usr/croom/entryBody.png") repeat-y;
	padding:0 25px;
	margin-bottom:30px;
}
#content .main .section .footer a {
	color:#c4726e;
}

#footer {
	background:#c4726e;
	color:#fff;
	font-size:10px;
	text-align:center;
	position:relative;
}
#footer .toTop a {
	background:url("http://img01.naganoblog.jp/usr/croom/pageTop.png") no-repeat left top;
	width:100px;
	height:18px;
	position:absolute;
	top:-25px;
	right:8px;
}
#footer .toTop a:hover {
	background-position:left bottom;
}

#trackback,
.commentSingle {
	margin-bottom:15px;
	padding-bottom:5px;
}
.commentSingle {
	border-bottom:1px dotted #c4726e;
}
.trackback-url {
	width:250px;
}
#trackback .title,
#comments .title {
	font-size:16px;
	color:#ef2e65;
}
.commentSingle .comm {
	color:#c4726e;
	text-align:right;
}
#comments .form {
	margin-top:30px;
	border-collapse:separate;
    border-spacing:3px;
}
#comments .form th {
	width:80px;
	text-align:left;
	font-weight:normal;
	color:#ef2e65;
	margin:3px 0;
}
#comments .form td {
	margin:3px 0;
}