@charset "utf-8";

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

body {
	padding: 0px;
	background-color: #FFFFFF;
}

h2 {
	margin: 15px 0;
	padding: 5px 0;
	border-top: 0px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: bold;
}

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

div#container {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	border-bottom: 5px solid #FFFFFF;
	background-color: #FFFFFF;
}

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

div#header {
	clear: both;
	width: 94%;
	text-align: right;
}
div#header h1 {
	line-height: 1.0;
	margin: 0;
}
div#header h1 a:link, div#header h1 a:visited {
	color: #222222;
	text-decoration: none;
}
div#header h1 a:active, div#header h1 a:hover {
	color: #777777;
	text-decoration: none;
}

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

div#footer {
	clear: both;
}
div#footer address {
	padding-top: 10px;
	border-top: 1px solid #999999;
	margin-left: 20px;
}

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

div#main {
	width: 95%;
	margin: 0 auto;
	padding: 0px;
}
div#content {
	float: right;
	width: 67%;
	margin-right: 20px;
	margin-left: 10px;
}


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

div#entry div.entry {
	width: 100%;
	border: 0px solid #999999;
	margin-right: 20px;
}

div#entry div.entry h1 {
	position: relative;
	padding: 1.5rem 2rem;
	color: #fff;
	border-radius: 10px;
	background: #3d84f6;
	margin-bottom: 10px;
}
div#entry div.entry h1:after {
	position: absolute;
	bottom: -9px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #3d84f6 transparent transparent transparent;
}

div#entry div.entry h2 {
	position: relative;
	padding: 1.5rem 2rem;
	color: #fff;
	border-radius: 10px;
	background: #f29600;
	margin-bottom: 10px;
}
div#entry div.entry h2:after {
	position: absolute;
	bottom: -9px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #f29600 transparent transparent transparent;
	
}

div#entry div.entry h3 {
	position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #ee79b9;
  margin-bottom: 10px;
}
div#entry div.entry h3:after {
	position: absolute;
	bottom: -9px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #ee79b9 transparent transparent transparent;
	
}

div#entry div.entry h4 {
	position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #74afee;
  margin-bottom: 10px;
}
div#entry div.entry h4:after {
	position: absolute;
	bottom: -9px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #74afee transparent transparent transparent;
	
}


div#entry div.entry h6 {
	position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #43ade5;
  margin-bottom: 10px;
}
div#entry div.entry h6:after {
	position: absolute;
	bottom: -9px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #43ade5 transparent transparent transparent;
	
}


div#entry div.entry div.content {
	margin: 0 10px;
}
div#entry div.entry ul.information {
	margin: 2px 2px 2px 2px;
	padding-top: 2px;
	border-top: 0px solid #CCCCCC;
	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;
}

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: 25%;
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}
div#utility h1 {
	position: relative;
	padding: 0.7rem 1rem;
	color: #fff;
	border-radius: 10px;
	background: #ee79b9;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}
div#utility h1 a:link, div#utility h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#utility h1 a:active, div#utility h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div#utility h2 {
	position: relative;
	padding: 0.7rem 1rem;
	color: #fff;
	border-radius: 10px;
	background: #64c470;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}
div#utility h2 a:link, div#utility h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#utility h2 a:active, div#utility h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div#utility h3 {
	position: relative;
	padding: 0.7rem 1rem;
	color: #fff;
	border-radius: 10px;
	background: #ee79b9;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}
div#utility h3 a:link, div#utility h3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#utility h3 a:active, div#utility h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div#utility h4 {
	position: relative;
	padding: 0.7rem 1rem;
	color: #fff;
	border-radius: 10px;
	background: #43ade5;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}
div#utility h4 a:link, div#utility h4 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#utility h4 a:active, div#utility h4 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div#utility h5 {
	position: relative;
	padding: 0.7rem 1rem;
	color: #fff;
	border-radius: 10px;
	background: #74afee;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}
div#utility h5 a:link, div#utility h5 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#utility h5 a:active, div#utility h5 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div#utility h6 {
	position: relative;
	padding: 0.7rem 1rem;
	color: #fff;
	border-radius: 10px;
	background: #f29600;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}
div#utility h6 a:link, div#utility h6 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#utility h6 a:active, div#utility h6 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div#utility div.utility {
	margin: 15px 0;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border: 0px solid #999999;
}
div#utility div.utility h3 {
	padding: 10px 10px 0 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;
	border: 0px solid #000000;
}
div#utility div.utility table.calender tr th, table.calender tr td {
	padding: 5px;
	border: 0px solid #000000;
	background-color: #EEEEEE;
	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: 0dpx;
	}
	form textarea {
		width: 95%;
	}
	img {
		max-width : 95%;
		height: auto;
	}
	div#container {
		width: 98%;
	}
	div#container {
		width: 100%;
		padding-right: 5px;
	}
	div#content {
		float: none;
		width: 100%;
		padding-right: 5px;
		margin-right: 5px;
		padding-left: 0px;
		margin-left: 0px;
	}
	div#entry {
		width: 100%;
		margin-right: 5px;
		padding-right: 5px;
		padding-left: 0px;
		margin-left: 0px;
	}
	div#entry div.entry {
		width: 100%;
		margin-right: 5px;
		padding-right: 5px;
		padding-left: 0px;
		margin-left: 0px;
	}
	div#utility {
		float: none;
		width: 100%;
		margin: 0;
	}
	div#fb-container {
		width: 100%;
	}
}

/********* 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%;
}
