@charset "UTF-8";

/******** Last update 2010-07-07 ********/

* {
	padding: 0;
	border: 0;
	text-decoration: none;
	font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "���C���I", Meiryo, "�l�r �o�S�V�b�N", MS-PGothic, sans-serif;
	color: #807f7e;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
  }
  
/* dot */
a:focus { outline:none;}
/* Firefox dot */
focus { moz-outline-style: none;}
/* Mac Firefox dot */
a { outline: none; }

a:link { color: #dc4f4f;text-decoration: none; }
a:visited { color: #dc4f4f;text-decoration: none; }
a:hover { color: #dc4f4f;text-decoration: underline; }
a:active { color: #dc4f4f;text-decoration: underline; }

li { list-style: none;}

br.clr { clear:both;}


/* body
------------------------------------------------- */
body {
	font-size: 12px;	/* 100% */
}
/* for IE6 */
* html body {
    font-size: 75%;
}
/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}

/* container
------------------------------------------------- */
div#container {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}
div#wrapper {
	padding:93px 0px 30px;
}

/* header
------------------------------------------------- */
div#header {
	width: 720px;
	height: 147px;
	/*background: url(../images/header_bg.gif) repeat-x;*/
}

div#left-header {
	width: 113px;
	float: left;
}
div#right-header {
	width: 607px;
	float: right;
}
div#right-header h1{

}
div#right-header ul{

}

/* navigation(�㉺����)
------------------------------------------------- */
ul.navigation {
}
ul.navigation li {
	float: left;
}

/* menu
------------------------------------------------- */
div#menu {
	clear: both;
	height: 117px;
}
div#menu h2{
	float:right;
	margin-top:64px;
}
div#menu-top {
	clear: both;
	height: 139px;
}
div#menu-top h2{
	float:right;
	margin-top:64px;
}

/* main-content
------------------------------------------------- */
div#main-content {
	clear: both;
}

/* footer
------------------------------------------------- */
div#footer {

}
div#footer ul {
	float:right;
}
div#footer address {
	clear: both;
	text-align: right;
	padding-top: 30px;
	font-style: normal;
	font-size: 92%;	/* 11px */
	color: #CCC;
}

/* top-content
------------------------------------------------- */
div#top-content {
	margin-bottom: 0px;
}

div#top-textbox {
	float: right;
}

div#top-content h3 {
	padding:0px 3px 0px;
	font-size: 110%;
	line-height: 110%;
	font-weight: bold;
}

div#top-content h4 {
	padding:0px 3px 0px;
	font-weight: normal;
	font-size: 92%;	/* 11px */
}

div#top-content p {
	padding:3px 3px 10px;
	line-height: 130%;
	font-size: 109%;	/* 13px */
}
div#top-content p.sub {
	padding:0px;
	font-weight: normal;
	font-size: 65%;
}
/* news-content
------------------------------------------------- */
div#news-content {
	
}

div#news-textbox {
	padding:50px 0px 0px 0px;
}

div#news-content h3 {
	padding:2px 3px 0px;
	font-size: 117%;	/* 14px */
	line-height: 110%;
	font-weight: bold;
}

div#news-content h4 {
	padding:20px 3px 2px;
	font-weight: normal;
	font-size: 92%;	/* 11px */
}
div#news-content img {
	float:left;
	margin: 0px 25px 20px 0px;
}
div#news-content p {
	padding:20px 3px 15px;
	line-height: 130%;
	font-size: 109%;	/* 13px */
}
div#news-content p.sub {
	padding:0px 3px;
	font-size: 92%;	/* 11px */
}

/* works-content
------------------------------------------------- */
div#works-content {
	height: 400px;
}


/* contact-content
------------------------------------------------- */
div#contact-content {
	
}
div#contact-content h3 {
	padding:2px 5px 0px;
	font-size: 117%;	/* 14px */
	line-height: 110%;
	font-weight: bold;
}
div#contact-content h4 {
	padding:20px 5px 2px;
	font-weight: normal;
	font-size: 109%;	/* 13px */
}
div#contact-content p {
	padding:0px 5px 20px;
	line-height: 110%;
	font-size: 109%;	/* 13px */
}
div#contact-content p.sub {
	padding:0px 5px 5px;
}

/* shop-content
------------------------------------------------- */
div#shop-content {
	padding-left: 50px;
	padding-bottom: 10px;
}
div#shop-content th,
div#shop-content td {
	padding: 10px;
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
}
div#shop-content th span {
	color: #dc4f4f;
	font-size: 124%;	/* 16px */
}

div#shop-content input,
div#shop-content textarea {
	padding:3px;
	border:1px #CCC solid;
}
div#shop-content input.btn {
	background-color: #DDD;
	font-size: 92%;	/* 11px */
}

/* thanks-content
------------------------------------------------- */
div#thanks-content {
	height: 400px;
}
div#thanks-content p {
	padding: 50px;
}
