@charset "utf-8";

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

* {
	margin:0;
	padding:0;
}
a {
	color:#66CC00;
}
a:hover {
	color:#060;
	text-decoration: none;
}
ul {
	list-style:none;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	font-size:14px;
	line-height:170%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #66CC00;
	margin:0;
	padding:0;
}
img {
	border:0;
}
.image_right {
	float:right;
	margin-left:40px;
}
.image_left {
	float:left;
	margin-right:40px;
}
.image_right02 {
	float:right;
	margin-left:20px;
}
.image_left02 {
	float:left;
	margin-right:20px;
}
.image_sp10 {
	margin-top:10px;
}
.image_sp20 {
	margin-top:20px;
}
.image_sp50 {
	margin-bottom:50px;
}
.image_sp50t {
	margin-top:50px;
}
.clear {
	 clear:both;
}

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

div#container {
	padding-top: 20px;
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
div#container a img
{
	background:none!important;
	border:0;
}
div#container a:hover img
{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}
div#container a:hover img.none_alpha
{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background:none!important;
}
div#container p
{
	margin-left: 25px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 25px;
	text-align: left;
}

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

#header {
	width:1050px;
	margin-right: auto;
	margin-left: auto;
}
#header h1 {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height: 13px;
	clear: both;
}
#header .rogo {
	padding-bottom: 20px;
	margin: 0px;
	clear: both;
    line-height: 0;
}
#wide {
	width: 1050px;
	height:450px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	clear: both;
}
*+html #wide {
	width: 1050px;
	height:450px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	clear: both;
}
#wide_sub {
	width: 1050px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
}
#navigation {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -25px;
	height:82px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 1010px;
	position: relative;
	z-index: 1;
}
#navigation li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.pankuzu {
	width: 1000px;
	font-size: 12px;
	color: #663333;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.1em;
	text-align: left;
}
.pankuzu a {
	color: #663333;
	text-decoration: none;
}
.pankuzu a:hover {
	color: #663333;
	text-decoration: underline;
}


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

#footer {
	background-color: #EDEDED;
	clear: both;
	width: 100%;
	font-size: 12px;
	margin-top: 40px;
}
#footer a {
	color: #000;
}
#footer a:hover {
	text-decoration: none;
}
#footer p {
	display: block;
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-bottom: 40px;
	padding-top: 10px;
}

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

div#menu {
	background-color: #666666;
}
div#menu h2 {
	display: none;
}
div#menu ul {
	margin: 0;
	padding: 5px 10px;
}
div#menu ul li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}

div#menu a:link, div#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#menu a:active, div#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

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

div#content {
	float: left;
	width: 720px;
}

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

div#entry h2 {
	display: none;
}
div#entry div.entry {
	width: 100%;
	padding-top:20px;
}
div#entry div.entry h3 {
	clear: both;
	height: 55px;
	margin-right: auto;
	margin-left: auto;
	font-size: 22px;
	line-height: 55px;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
	color: #FFF;
	padding-top: 2px;
	margin-bottom: 25px;
	background-color: #093;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-radius: 6px;
}
div#entry div.entry h3 a:link, div#entry div.entry h3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#entry div.entry h3 a:active, div#entry div.entry h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div#entry div.entry div.content {
	margin: 0 10px;
}
div#entry div.entry ul.information {
	margin: 2px 10px 15px 10px;
	padding-top: 2px;
	font-size: 90%;
	text-align:right;
}
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;
}

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 #999999;
	border-left: 1px solid #999999;
}
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 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;
}

/********* コメント *************************************************/

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;
}

/********* ユーティリティ *******************************************/

div#utility {
	float: left;
	width: 250px;
	margin-left: 30px;
	margin-bottom: 20px;
	padding-top: 20px;
}
div#utility h2 {
	display: none;
}
div#utility div.utility {
	padding-bottom: 10px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	background-color: #EDFADE;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-top: 10px;
}
div#utility div.utility h3 {
	clear: both;
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	color: #063;
	background-color: #C6EF98;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-radius: 4px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
div#utility div.utility div.content {
	margin: 0 10px;
}
div#utility div.utility ul {
	margin-right: 0;
}
div#utility div.utility ul li ul {
	margin-top: 0;
	margin-bottom: 0;
}
div#utility div.utility form {
	margin: 0;
}
div#utility div.utility form dl {
	margin: 0;
}
div#utility div.utility form dl dt {
	display: none;
}
div#utility div.utility form dl dd {
	margin: 0;
}
div#utility div.utility form dl dd input {
	width: 170px;
}
div#utility div.utility form p {
	margin: 0 0 10px 0;
}

div#utility div.utility table.calender {
	margin: 0 auto;
	border: 0px solid #000000;
}
div#utility div.utility table.calender tr th, table.calender tr td {
	padding: 4px;
	font-weight: normal;
	text-align: center;
}
div#utility div.utility table.calender tr td span.day {
	color: #222222;
}
div#utility div.utility table.calender tr td span.satday {
	color: #2222CC;
}
div#utility div.utility table.calender tr td span.sunday {
	color: #CC2222;
}
div#utility div.utility ul.calender {
	margin: 10px 0;
}
div#utility div.utility ul.calender li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}

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;
	}
	form textarea {
		width: 95%;
	}
	img {
		max-width : 100%;
		height: auto;
	}
	div#container {
		width: 90%;
		padding: 15px;
	}
	div#content {
		float: none;
		width: 100%;
	}
	div#entry div.entry {
		width: 100%;
		border-right: 0;
		border-left: 0;
	}
	div#utility {
		float: none;
		width: 100%;
		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%;
}
