/* =============================================================
　■□■ 1. 基本設定 ■□■
============================================================= */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
}

/* 全体リンク設定 */
a:link {
	color: #ff9900;
	text-decoration: underline;
}
a:visited {
	color: #ff9900;
	text-decoration: underline;
}
a:hover {
	color: #0066cc;
	text-decoration: none;
}

/* スペース */
.space-2 { padding-top: 2px; }
.space-4 { padding-top: 4px; }
.space-6 { padding-top: 6px; }
.space-10 { padding-top: 10px; }
.space-16 {	padding-top: 16px; }
.space-20 {	padding-top: 20px; }
.space-26 {	padding-top: 26px; }
.space-30 {	padding-top: 30px; }


/* =============================================================
　■□■ 2. ヘッダバー ■□■
============================================================= */

/* ヘッダバー設定 */

#wrapper-line {
	width: 100%;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
}


#line-left {
	float: left;
	width : 160px;
	margin: 0px;
	padding: 0px;
}

#line-primary {
	float: left;
	width : auto;
	margin: 0px;
	padding: 0px;
}


#line-right {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
}



/* ヘッダバー　右側部分  */

#line-txt-01 {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-right: 10px;
	height: 20px;
	width: auto;
	text-align: right;
	vertical-align: middle;
	line-height: 1.8em;
}

#line-txt-01 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#line-txt-01 li {
	float: right;
	margin: 0;
	padding: 0;
}

#line-txt-01 a:link {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}
#line-txt-01 a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}
#line-txt-01 a:hover {
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	padding-bottom: 2px;
}



/* =============================================================
　■□■ 3. ブログ基本設定 ■□■
============================================================= */

/* ブログ・基本設定 */
#wrapper-blog {
	clear: both;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* ブログ・ヘッダ写真 */
#header-photo {
	background-image: url(../images/hp/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 251px;
	width: 800px;
}

/* ブログ・コンテンツ基本設定 */
#wrapper-contents {
	width: 800px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
	background-image: url(../images/hp/contents_back.gif);
	background-repeat: repeat-y;
}

#contents-left {
	float: left;
	width : 200px;
}

#contents-primary {
	float: left;
	width : 394px;
	background-color: #ffffff;
}


#contents-right {
	float: right;
	width: 200px;
}


/* =============================================================
　■□■ 3-2. ブログパーツ設定 ■□■
============================================================= */

/* h2,h3 */

h2, h3 {
	font-size: medium;
	margin: 0px;
	padding: 0px;
}

/* メニュー通常 */
.menu {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
.menu h2 {
	margin: 0px;
	color: #1f3656;
	background-image: url(../images/hp/contents_back_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 14px;
}
.menu ul {
	margin: 0px;
	padding: 0px 5px 10px 5px;
	list-style-type: none;
}
.menu li {
	line-height: 1.6em;
}



/* メニューカレンダー */
.menu-calendar {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
.menu-calendar h2 {
	margin: 0px;
	color: #1f3656;
	background-image: url(../images/hp/contents_back_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 14px;
}

.menu-calendar .yearmonth {
	font-size: 14px;
	color: #1f3656;
	font-weight: bold;
}

.menu-calendar td {
	color: #333333;
	text-align: center;
}





/* メニュー写真 */
.menu-photo {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
.menu-photo h2 {
	margin: 0px;
	color: #1f3656;
	background-image: url(../images/hp/contents_back_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 14px;
}
.menu-photo ul {
	margin: 0px;
	padding: 0px 5px 10px 5px;
	list-style-type: none;
}
.menu-photo li {
	line-height: 1.4em;
	padding-bottom: 8px;
}


/* メニュープロフィール */
.menu-profile {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
.menu-profile h2 {
	margin: 0px;
	color: #1f3656;
	background-image: url(../images/hp/contents_back_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 14px;
}
.menu-profile ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.menu-profile li {
	line-height: 1.3em;
	color: #1f3656;
	margin-bottom: 4px;
}


/* メニュー携帯でチェック */
.menu-qrcode {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
.menu-qrcode h2 {
	margin: 0px;
	color: #1f3656;
	background-image: url(../images/hp/contents_back_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 14px;
}
.menu-qrcode ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.menu-qrcode li {
	line-height: 1.3em;
	color: #1f3656;
	margin-bottom: 4px;
}


/* メニューバナー */
.menu-banner {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
.menu-banner h2 {
	margin: 0px;
	color: #1f3656;
	background-image: url(../images/hp/contents_back_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 14px;
}
.menu-banner ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.menu-banner li {
	line-height: 1.3em;
	color: #1f3656;
	margin-bottom: 4px;
}


/* =============================================================
　■□■ 4. フッター ■□■
============================================================= */

/* フッターの設定 */


#contents-footer {
	clear: both;
	width : 800px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: right;
	height: 24px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.contents-footer-txt {
	color: #666666;
	margin-right: 10px;
}

.contents-footer-txt a:link {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}

.contents-footer-txt a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}

.contents-footer-txt a:hover {
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	padding-bottom: 2px;
}

/* =============================================================
　■□■ 5. 記事 ■□■
============================================================= */



/* ブログ・コンテンツ・記事*/
.kiji-box {
	width: 370px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.kiji-box h3 {
	margin: 0px;
	background-image: url(../images/hp/box_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 8px;
}

.kiji-box .date {
	margin: 0px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

.kiji-box .comment {
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	line-height: 1.4em;
}

.kiji-box .comment a:link{
	color: #713544;
	text-decoration: underline;
}
.kiji-box .comment a:visited{
	color: #713544;
	text-decoration: underline;
}
.kiji-box .comment a:hover{
	color: #CC0000;
	text-decoration: underline;
}


.kiji-box .footer {
	margin: 0px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #fcdf7a;
	text-align: right;
	height: 20px;
}

.kiji-box .footer a:link{
	color: #713544;
	text-decoration: underline;
}
.kiji-box .footer a:visited{
	color: #713544;
	text-decoration: underline;
}
.kiji-box .footer a:hover{
	color: #CC0000;
	text-decoration: underline;
}


/* ブログ・コンテンツ・ニュース*/
.news-box {
	width: 370px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-image: url(../images/hp/box_side.gif);
	background-repeat: repeat-y;
}

.news-box h3 {
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.news-box .title {
	background-image: url(../images/hp/box_news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
}

.news-box .comment {
	margin: 0px;
	background-image: url(../images/hp/box_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	line-height: 1.4em;
}

.news-box .comment a:link{
	color: #713544;
	text-decoration: underline;
}
.news-box .comment a:visited{
	color: #713544;
	text-decoration: underline;
}
.news-box .comment a:hover{
	color: #CC0000;
	text-decoration: underline;
}

/* 前の記事＆次の記事　*/
.back-next {
	width: 370px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: center;
}

/* トラックバック　*/
.trackback-box {
	width: 370px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
}

.trackback-box h3 {
	margin: 0px;
	background-image: url(../images/hp/box_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 8px;
}

.trackback-box .url {
	line-height: 1.4em;
	padding: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e6e6e6;
	border-left-color: #e6e6e6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	background-color: #EEEEEE;
}

.trackback-box .title {
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	line-height: 1.4em;
}

.trackback-box .comment {
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	line-height: 1.4em;
}

.trackback-box .from {
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 8px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #65748a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.trackback-box .title a:link{
	color: #713544;
	text-decoration: underline;
}
.trackback-box .title a:visited{
	color: #713544;
	text-decoration: underline;
}
.trackback-box .title a:hover{
	color: #CC0000;
	text-decoration: underline;
}
.trackback-box .comment a:link{
	color: #713544;
	text-decoration: underline;
}
.trackback-box .comment a:visited{
	color: #713544;
	text-decoration: underline;
}
.trackback-box .comment a:hover{
	color: #CC0000;
	text-decoration: underline;
}

/* コメント　*/
.comment-box {
	width: 370px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
}

.comment-box h3 {
	margin: 0px;
	background-image: url(../images/hp/box_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 8px;
}

.comment-box .name {
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 8px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #65748a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.comment-box .comment {
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	line-height: 1.4em;
}

.comment-box .name a:link{
	color: #713544;
	text-decoration: underline;
}
.comment-box .name a:visited{
	color: #713544;
	text-decoration: underline;
}
.comment-box .name a:hover{
	color: #CC0000;
	text-decoration: underline;
}

/* コメントを書く　*/
.writes-box {
	width: 370px;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
}

.writes-box h3 {
	margin: 0px;
	background-image: url(../images/hp/box_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 8px;
}

.writes-box .text {
	margin: 0px;
	color: #333333;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	line-height: 1.6em;
}

.writes-box .text a:link{
	color: #713544;
	text-decoration: underline;
}
.writes-box .text a:visited{
	color: #713544;
	text-decoration: underline;
}
.writes-box .text a:hover{
	color: #CC0000;
	text-decoration: underline;
}

.writes-box .button {
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #65748a;
	text-align: center;
}

/* =============================================================
　■□■ 6. アーカイブ ■□■
============================================================= */

/* アーカイブ　*/
.archives-box {
	width: 370px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
}

.archives-box h3 {
	margin: 0px;
	background-image: url(../images/hp/box_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 8px;
}
