@charset "utf-8";

/********* HTML再定義 ***********************************************/

body {
	padding:20px 0 0 0;
	background-color: transparent;
	color:#666666;

}

h2, h3, h4, h5, h6 {
	font-size: 120%;
}
h2 {
	margin: 15px 0;
	padding: 5px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: bold;
}

/********* 全体 *****************************************************/

div#container {
	width: 90%;                                                     /* 全体の横幅 */
	margin: 0 auto;
	padding: 0px;
	background-color:transparent;
}

/********* ヘッダー *************************************************/

div#header {
	clear: both;               
}

/********* フッター *************************************************/

div#footer {
	clear: both;
}

/********* メニュー *************************************************/

div#menu {
	background-color: transparent;                                        /* メニューバーの背景色 */
	border-top: 1px solid #999;                                    /* 上の線 */
	border-bottom: 1px solid #999;                                 /* 下の線 */
	margin-bottom:10px;
}

div#menu h2 {
	display: none;
}
div#menu ul {
	margin:0px 0 0px 0;
	padding: 0px 0px 0 0;
}
div#menu ul li {
	display:inline-block;
	list-style: none;
	margin-top:0px;
	margin-right: 10px;
	padding:5px 0;
	font-weight:normal;
}

div#menu a:link, div#menu a:visited {
	color: #CC3300;                                                   /* メニューバーの文字色 visited */
	text-decoration: none;
	padding:2px 10px;;
}

div#menu a:active, div#menu a:hover {
    background-color:#FFF5EE;
    border-radius: 10px 10px 10px 10px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	text-decoration: none;
}

/********* 内容 *****************************************************/

div#content {
	float: left;
	width: 100%;
}
div#content a:link, div#content a:visited {
	color: #CC3300;                                                   /* 文字色 link,visited*/
	text-decoration: none;
}
div#content a:active, div#content a:hover {
	color: #FFA07A;                                                   /* 文字色 active,horver*/
	text-decoration: none;
}

/********* エントリー ***********************************************/

div#entry h2 { 
	display: none;
}
div#entry div.entry {
	width: 100%;
	margin: 15px 0;
	border: 1px solid #999;                                       /* エントリーの周りの枠 */
}
div#entry div.entry h3 {
	margin: 0;
	padding: 10px 10px 0 10px;
}
div#entry div.entry h3 a:link, div#entry div.entry h3 a:visited {     /* エントリータイトル visited */
	color: #666666;       
	text-decoration: none;
}
div#entry div.entry h3 a:active, div#entry div.entry h3 a:hover {     /* エントリータイトル hover */
	color: #CC3300;
	text-decoration: none;
}
div#entry div.entry div.content {
	margin: 0 10px;
}

div#entry div.entry div.content img{                                  /* エントリー画像横２つに並ぶように */
	max-width : 47.5%;
	margin:1%;
	height: auto;
}
div#entry div.entry div.content img.op_img{                           /* オプションからアップした画像 */
	max-width : 97.5%;
	margin:1% 1% 20px;
	height: auto;
}

div#entry div.entry ul.information {
	margin: 2px 10px 15px 10px;
	padding-top: 2px;
	border-top: 1px solid #DC143C;                                    /* エントリータイトル 下線 */
	font-size: 90%;
}
div#entry div.entry ul.information li {
	display: inline;
	margin-right: 5px;
}
div#entry div.entry ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
}
div#entry div.entry ul.link li {
	display: inline;
	margin-left: 5px;
	font-size: 100%;
}

div#entry div#entry_link h3 {
	display: none;
}
div#entry div#entry_link ul.entry_link {
	margin: 0;
}
div#entry div#entry_link ul.entry_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#entry div#entry_link ul.entry_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #DEB887;                                  /* エントリー単体表示時 下部リンクの右と左の線*/
	border-left: 1px solid #DEB887;
}
div#entry div#entry_link ul.entry_link li.previous:before {
	content: "<< ";
}
div#entry div#entry_link ul.entry_link li.next:after {
	content: " >>";
}

/********* ページ移動 ***********************************************/
div#page{
   text-align:center;
}
div#page h2 {
	display: none;
}
div#page ul.order {
	margin: 10px 0;
}
div#page ul.order li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page ul.direct {
	margin: 10px 0;
	text-align: right;
}
div#page ul.direct li {
	display: inline;
	list-style: none;
	margin-left: 10px;
}
span.yajirushi{
    font-weight:nomal;
    margin:10px 20px;
    font-size:0.7em;
    letter-spacing:0.3em;
}
/********* コメント *************************************************/

div#comment div.comment ul.information {
	margin: 15px 0 0 0;
	text-align: right;
}
div#comment div.comment ul.information li {
	display: inline;
	margin-left: 5px;
}

/********* トラックバック *******************************************/

div#trackback div.trackback ul.information {
	margin: 15px 0 0 0;
	text-align: right;
}
div#trackback div.trackback ul.information li {
	display: inline;
	margin-left: 5px;
}

/********* インフォメーション ***************************************/

div#information {
	margin-bottom: 30px;
}
div#information ul.continue {
	margin: 0;
	text-align: right;
}
div#information ul.continue li {
	display: inline;
}

/********* ユーティリティ *******************************************/
aside#utility{
    width:100%;
    display:block;
}
.utility {
	margin: 0 0% 0 0%x;
	width: 100%;
	font-weight: normal;
}

.utility a:link, .utility a:visited , .utilityContent a:link, .utilityContent a:visited{
	color: #CC3300;                                                   /* 文字色 link,visited*/
	text-decoration: none;
}
.utility a:active, .utility a:hover  , .utilityContent a:active, .utilityContent a:hover{
	color: #FFA07A;                                                   /* 文字色 active,horver*/
	text-decoration: none;
}

.utility-1column {
	margin: 0 3% 0 3%;
	width: 44%;
    display:block;
	float: left;
	font-weight: normal;
}

.utility, .utilitylist {
	margin: 25px 0 0 0;
	width:100%;
}
.utilityHeader h3 {
	margin: 0;
	width:100%;
	padding: 0 10px;
	border: none;
	border-bottom: 1px solid #666666;
	color: #666666;
	background: none;
	font-size: 100%;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.utility p, .utility ul, .utility dl, .utility table {
	margin: 10px 10px 5px;
}
.utility dt {
	margin: 5px 0 0;
	padding: 0;
}
.utility dd {
	margin: 2px 0 10px;
	padding: 5px;
}
.utility dd ul {
	margin: 0;
}
.utility li {
	margin: 0;
}
.utility img.left, .utility img.right, .utility .left img, .utility .right img {
	margin-bottom: 0;
}
.utility th, .utility td {
	padding: 2px 4px;
}

/* 検索フォーム・拍手ボタン */
.utility form, .utility form dd {
	margin: 0;
	padding: 0;
	border: 0;
}
.utility form dl {
	padding: 0;
}
.utility form dt {
	padding: 5px 0;
	width: auto;
	float: none;
}
.utilitySearch form dt {
	display: none;
}
.utility dd input, .utility textarea {
	width: 190px;
}

.utility .calendar {                                                  /* カレンダー */
	margin: 0 auto;
	border: 0;
	border-bottom: 1px solid #666666;
	font-weight: normal;
	margin: 0;
	width: 105%;
}
.calendar th {
	padding: 1px 0;
	border: 0;
	border-bottom: 1px solid #666666;
	background: none;
	font-size:90%;
	text-align: center;
}
.thismonth, .prevmonth, .nextmonth {
	padding: 5px 10px;
	display: inline-block;
}
.prevmonth:after {
	content: " ＜";
}
.nextmonth:before {
	content: "＞ ";
}
.calendar td {
	padding: 1px;
	border: 0;
	font-size: 77%;
	text-align: center;
}
.day, .satday, .sunday {
	padding: 4px 5px;
	display: block;
	text-align: center;
}
.satday, .sunday {
	font-weight: bold;
}
.calendar td a {
	border-width: 1px;
	display: block;
}

div#utility div.utility ul.gallery {
	margin: 0;
	padding: 0;
}
div#utility div.utility ul.gallery li {
	list-style: none;
}
div#utility div.utility ul.gallery li img {
	max-width: 180px;
	max-height: 130px;
	margin-bottom: 5px;
}

/********* ギャラリー ***********************************************/

div#gallery {
	overflow: hidden;
}
div#gallery div.gallery {
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
}
div#gallery div.gallery p.picture {
	overflow: hidden;
	width: 140px;
	height: 100px;
	margin: 0;
}
div#gallery div.gallery p.picture a {
	color: #FFFFFF;
	text-decoration: none;
}
div#gallery div.gallery p.picture a img {
	min-width: 140px;
	min-height: 100px;
}
div#gallery div.gallery p.picture a span.empty {
	display: block;
	line-height: 100px;
	width: 140px;
	height: 100px;
	background-color: #AAAAAA;
	text-align: center;
}
div#gallery div.gallery p.comment {
	overflow: hidden;
	width: 140px;
	margin: 3px 0 0;
	font-size: 80%;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div#gallery ul {
	margin: 10px 0 20px 0;
}
div#gallery ul li {
	display: inline;
}
div#gallery ul li img {
	margin: 0 2px 10px 0;
}

/********* 個別指定 *************************************************/

div#page_link ul.page_link {
	margin: 0 0 20px 0;
}
div#page_link ul.page_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page_link ul.page_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
div#page_link ul.page_link li.previous:before {
	content: "<< ";
}
div#page_link ul.page_link li.next:after {
	content: " >>";
}

ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
}
ul.link li {
	display: inline;
	margin-left: 5px;
}

/********* レスポンシブ *********************************************/

@media (max-width: 480px) {
	body {
		padding: 5px 0;
		margin:0 auto;
		font-size:12px;
		width:95%;
	}
	form textarea {
		width: 100%;
	}
    div#entry div.entry div.content img{ 
	max-width : 100%;
	margin:1% 0;
	height: auto;
    }
    div#entry div.entry div.content img{            
    pointer-events:none;
    cursor:default;
    }
	div#container {
		width: 100%;
		padding: 15px 0;
	}
	div#content {
		float: none;
		width: 100%;
	}
	div#entry div.entry {
		width: 100%;
		border-right: 0;
		border-left: 0;
	}
	div#utility {
		float: none;
		width: 95%;
		margin: 0;
	}
	.utility-1column{
		float: none;
		width: 95%;
		margin: 0;
	}
}

/********* IE6用設定 ************************************************/

* html body {
	text-align: center;
}
* html div#container {
	width: 800px;
	text-align: left;
}
* html pre {
	width: 100%;
}
* html table tr th, * html table tr td {
	font-size: 80%;
}
