@charset ”utf-8”;

body {
	margin:0px;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

img {
	border:none;
}

a:link {
	color:#FF9900;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #666666;
}

h1, h2, h3, h4 {
	/*font-family: "Arial Black", Arial, sans-serif;*/
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
	background-color: #FFFFFF;
}
/*ヘッダーstart*/
#header {
	background-color:#ffffff;
	padding:0 0 0 0;
	margin-bottom:0px;
	height:150px;
}
#header p {
	font-size:12px;
	text-indent: -999999pt;
	font-family: century, "Times New Roman", serif;
}

headerp {
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999pt;
	text-align: center;
}
/*ヘッダーend*/

.line {
	width: 500px;
	background-image: url(image/line.png);
	background-repeat: no-repeat;
	height: 5px;
	margin-top: 0px;
	margin-bottom: 3px;
}

/*グローバルメニューstart*/
#menuber {
	height: 31px;
	width: 900px;
	background-image: url(image/gmenu.gif);
	margin: 0px;
	padding: 0px;
}
.menuber-list {
	margin: 0px;
	padding: 0px;
}
.menuber-list li {
	display:inline;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}
.menuber-list li a {
	height:27px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	padding: 0px;
}
.menuber-list li.g_navi01 a {
	width:180px;
	background-image: url(image/gmenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.menuber-list li.g_navi02 a {
	width:180px;
	background-image: url(image/gmenu.gif);
	background-repeat: no-repeat;
	background-position: -180px 0px;
}
.menuber-list li.g_navi03 a {
	width:180px;
	background-image: url(image/gmenu.gif);
	background-repeat: no-repeat;
	background-position: -360px 0px;
}
.menuber-list li.g_navi04 a {
	width:180px;
	background-image: url(image/gmenu.gif);
	background-repeat: no-repeat;
	background-position: -540px 0px;
}
.menuber-list li.g_navi05 a {
	width:180px;
	background-image: url(image/gmenu.gif);
	background-repeat: no-repeat;
	background-position: -720px 0px;
}

/*------hover*/
.menuber-list li.g_navi01 a:hover {
	background-image: url(image/gmenu.gif);
	background-repeat: no-repeat;
	background-position: 0px -31px;
}
.menuber-list li.g_navi02 a:hover {
	background-image: url(image/gmenu.gif);
	background-repeat: no-repeat;
	background-position: -180px -31px;
}
.menuber-list li.g_navi03 a:hover {
	background-image: url(image/gmenu.gif);
	background-repeat: no-repeat;
	background-position: -360px -31px;
}
.menuber-list li.g_navi04 a:hover {
	background-image: url(image/gmenu.gif);
	background-repeat: no-repeat;
	background-position: -540px -31px;
}
.menuber-list li.g_navi05 a:hover {
	background-image: url(image/gmenu.gif);
	background-repeat: no-repeat;
	background-position: -720px -31px;
}
/*グローバルメニューend*/

/*コンテンツstart*/
#content {
	margin-bottom: 10px;
	margin-top: 0px;
	float: right;
	width: 500px;
	color: #666666;
	font-size: 12px;
	text-align: left;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	}

#content h2 {
	font-size:17px;
	background-color:#FFFFFF;
	padding:0px 0px 4px;
	margin:0px;
	color:#666666;
	background-image: url(image/maru.png);
	background-repeat: no-repeat;
	background-position: left center;
	border: #FF0000;
	text-indent: 10pt;
	white-space: normal;
}

#content p {
	margin-left:10px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 10px;
	color: #666666;
	line-height: 15px;
}

.content_about {
	font-size:10px;
	line-height:12px;
}

#wrapper {
	height: 100%;
	width: auto;
}
#contents {
	height: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 15px;
	width: 700px;
	padding: 0px;
}
#lastupdate{
	text-align: right;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#page{
	text-align: center;
}
/*コンテンツend*/

/*左サイドバーstart*/
#sidebar {
	float:left;
	width:190px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
	margin-right: 5px;
}
#sidebar h3 {
	font-size:14px;
	background-color:#000000;
	padding:3px 5px;
	margin:0px 10px 10px;
	color:#FFFFFF;
}

#sidebar ul{
margin:0 10px;
padding:0;
}
#sidebar form {
padding: 0 10px;
}

#sidebar li{
margin-left:18px;
font-size:12px;
line-height:15px;
padding:5px 0;
}

#logoback {
	width: 177px;
	padding: 1px;
	margin: 0px;
	border: 1.5px solid #666666;
}
#logoback p {
	background-color: #000000;
	text-indent: -999999pt;
	margin: 0px;
}
/*左サイドバーend*/

/*右サイドバーstart*/
#sidebar_right {
	float:right;
	width:180px;
	background-color:#FFFFFF;
	border: 1.5px solid #666666;
	height: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #666666;
	text-align: center;
}
#sidebar_right .side_box {
	width: 170px;
	margin: 0px 5px 40px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px;
}

h3.calendar {
	text-align: center;
}

.itsnew {
	text-align: center;
}

#new_sum {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#sum {
}
#new_sum p {
	font-size: 12px;
}

.side_info {
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#info {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
#info p {
}

#twitter_qp {
	text-align: center;
	margin-top: 5px;
}

h3.search {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.search_box {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p.side_contact {
	margin-bottom: 10px;
	text-align: center;
}

h3.menu {
	text-align: center;
}

#category {
	list-style-type:none;
	font-size: 12px;
	text-align: left;
}

#category li {
	list-style-type:none;
	margin-top: 5px;
}

.categories {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

/*右サイドバーend*/

/*フッターstart*/
#footer {
	width:870px;
	clear: both;
	height: 90px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(image/footer_line.png);
	background-repeat: no-repeat;
}
#footer p {
	text-indent: -99999pt;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-family: century, "Times New Roman", serif;
}
/*フッターend*/


/*フッターリストstart*/
#footrer_list {
	background-image: url(image/footer_list.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 870px;
}
.footrer-link {
	padding: 0px;
	margin: 0px;
}
.footrer-link li {
	display:inline;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}
.footrer-link li a {
	height:10px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	padding: 0px;
}
.footrer-link li.f_li01 a {
	width:80px;
	background-image: url(image/footer_list.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.footrer-link li.f_li02 a {
	width:110px;
	background-image: url(image/footer_list.png);
	background-repeat: no-repeat;
	background-position: -80px 0px;
}
.footrer-link li.f_li03 a {
	width:80px;
	background-image: url(image/footer_list.png);
	background-repeat: no-repeat;
	background-position: -190px 0px;
}
.footrer-link li.f_li04 a {
	width:100px;
	background-image: url(image/footer_list.png);
	background-repeat: no-repeat;
	background-position: -270px 0px;
}
/*------hover*/
/*.footrer-link li.f_li01 a:hover {
	background-image: url(image/footer_list.png);
	background-repeat: no-repeat;
	background-position: 0px -10px;
}
.footrer-link li.f_li02 a:hover {
	background-image: url(image/footer_list.png);
	background-repeat: no-repeat;
	background-position: -130px -10px;
}
.footrer-link li.f_li03 a:hover {
	background-image: url(image/footer_list.png);
	background-repeat: no-repeat;
	background-position: -290px -10px;
}
.footrer-link li.f_li04 a:hover {
	background-image: url(image/footer_list.png);
	background-repeat: no-repeat;
	background-position: -410px -10px;
}*/
/*フッターリストend*/

#copyright {
	text-align: right;
	width: 870px;
	margin-top: 40px;
}

address {
	text-align: right;
	width: 870px;
	margin-top: 50px;
}


.MTEntryBody{
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	line-height:10px;
	color: #FFFFFF;
}
.lightbox {
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
	margin-left: 10px;
}
works {
	margin-left: 5px;
	padding-left: 5px;
}

li{
	display: inline;
}
li:hover{
	background-position: -11px;
	height: 11px;
}

.clearfix: after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
#container #wrapper #sidebar_right .side_box p {
	font-size: 12px;
}
.about_price {
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
	width: 400px;
	margin-right: 50px;
	margin-left: 50px;
}
.about_msg {
	text-align: center;
	margin-top: 30px;
}
#new_sum {
	border: 1.5px solid #666666;
	width: 143px;
	margin-right: 13px;
	margin-left: 13px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
}
#container #wrapper #contents #content .about_inner .about_price .about_kome {
	font-size: 9px;
}
#container #wrapper #contents #content .about_inner {
	margin-bottom: 10px;
}

