@charset "UTF-8";
/* CSS Document */

* {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FF0099;
	color: #663300;
}

a {
	text-decoration: none;
	color: #FF33CC;
}

a:link {
	color: #FF33CC;
}

a:visited {
	color: #FF33CC;
}

a:hover	{
	text-decoration: underline;
	color: #FF33CC;
}

.fontsmaller {
	font-size: 10px;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*ページ基本レイアウト*/
#top {
	background-repeat: no-repeat;
	background-image: url(../img/topimage.jpg);
	height: 540px;
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
}
#top #topinner {
	padding-left: 300px;
	padding-top: 300px;
}
#top h1 {
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#top #enter {
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 85px;
}
#top #enter a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#top #enter a:link {
	color: #ffffff;
}
#top #enter a:visited {
	color: #ffffff;
}
#top #enter a:hover {
	color: #0099ff;
}
#container {
	margin-bottom: 10px;
	background-color: #ffffee;
	margin-right: auto;
	margin-left: auto;
	width: 880px;
}
#header {
	width: 880px;
	height: 144px;
}
#header #banner {
	width: 880px;
	height: 120px;
	background-repeat: no-repeat;
	background-image: url(img/header.jpg);
	text-indent: -9999px;
}

/* ナビゲーション */
#menu {
	z-index: 0;
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	padding-left: 178px;
	height: 24px;
}
#menu ul {
	height: 24px;
}
#menu li {
	display: inline;
}
#menu li a {
	width: 117px;
	height: 0px;
	padding-top: 31px;
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	float: left;
	overflow: hidden
}
#menu li.consept a {
	background-position: -178px -31px;
}
#menu li.works a {
	background-position: -295px -31px;
}
#menu li.slideshow a {
	background-position: -412px -31px;
}
#menu li.order a {
	background-position: -529px -31px;
}
#menu li.blog a {
	background-position: -646px -31px;
}
#menu li.link a {
	background-position: -763px -31px;
}

/* マウスオーバー */
#menu li.consept a:hover {
	background-position: -178px 0px;
}
#menu li.works a:hover {
	background-position: -295px 0px;
}
#menu li.slideshow a:hover {
	background-position: -412px 0px;
}
#menu li.order a:hover {
	background-position: -529px 0px;
}
#menu li.blog a:hover {
	background-position: -646px 0px;
}
#menu li.link a:hover{
	background-position: -763px 0px;
}

/* ページアクティブ */
#menu li.consept2 a {
	background-position: -178px 0px;
}
#menu li.works2 a {
	background-position: -295px 0px;
}
#menu li.slideshow2 a {
	background-position: -412px 0px;
}
#menu li.order2 a {
	background-position: -529px 0px;
}
#menu li.blog2 a {
	background-position: -646px 0px;
}
#menu li.link2 a{
	background-position: -763px 0px;
}
#pagebody {
	clear: both;
	position: relative;
	background-color: #ffffee;
	padding-top: 15px;
	padding-right: 18px;
	padding-left: 15px;
}
#pagebody h1 {
	letter-spacing: 2px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 24px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-position: 0px 35px;
	background-repeat: no-repeat;
	background-image: url(img/titleline.gif);
	height: 45px;
	display: block;
}
#pagebody .pagetitle {
	letter-spacing: 0px;
	font-size: 12px;
}
#contents {
	width: 600px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	position: relative;
}
#contents .colum {
	padding-left: 10px;
	color: #663300;
	display: block;
	padding-bottom: 20px;
	padding-top: 10px;
	line-height: 26px;
	font-size: 14px;
}
#contents .linkcolum {
	padding: 10px;
	background-color: #ffffff;
	margin-bottom: 20px;
	border-color: #cc9999;
	border-style: dotted;
	border-width: 1px;
	color: #663300;
	display: block;
	line-height: 26px;
	font-size: 14px;
}
#contents .title {
	color: #400080;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 16px;
}
#contents .img-right {
	padding-left: 20px;
	float: right;
}
#contents .archivetitle {
	padding-right: 20px;
	font-size: 14px;
	text-align: right;
}

#contents .entry {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
}
#contents .entry-header {
	background-color: #eeeecc;
	border-right-color: #cccc99;
	border-left-color: #cccc99;
	border-top-color: #cccc99;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#contents .entry-header h2 {
	font-size: 16px;
	font-weight: bold;
	color: #663300;
}
#contents .entry-header h2 a {
	color: #663300;
}
#contents .entry-data {
	padding-top: 5px;
	text-align: right;
	font-size: 12px;
	color: #663300;
}
#contents .entry-inner {
	border-color: #cccc99;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
}
#contents .entry-body {
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 14px;
	color: #663300;
	padding-left: 15px;
	padding-right: 10px;
}
#contents .entry-body p {
	padding: 0px;
	margin: 0px;
}
#contents .comments {
	padding-top: 20px;
	margin-right: 10px;
	margin-left: 15px;
	border-top-color: #cccc99;
	border-top-width: 1px;
	border-top-style: dotted;
}	
#contents .comment-header h2 {
	font-size: 16px;
	font-weight: bold;
	color: #663300;
}
#contents .comment-content {
	padding-bottom: 20px;
	padding-left: 5px;
}
#contents .comment-body {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
	font-size: 12px;
	line-height: 24px;
	color: #663300;
}
#contents .comment-footer {
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 12px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-color: #cccc99;
	color: #663300;
}
#contents .comment-input {
	padding-top: 20px;
	padding-left: 10px;
}
#contents .comment-input h2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
	color: #663300;
}
#contents .comment-input p {
	padding-bottom: 5px;
	display: block;
}
#contents .comment-inputbox {
	font-size: 12px;
	color: #663300;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#contents .comment-inputbox p {
	padding-bottom: 5px;
}
#contents .comment-inputbox input {
	border: 1px solid #cccc99;
}
#contents .comment-reply {
	font-size: 12px;
	color: #663300;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contents .comment-send {
	font-size: 12px;
	color: #663300;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#contents #mailform {
	padding-top: 20px;
	padding-left: 20px;
	font-size: 14px;
	color: #663300;
}
#contents #mailform p {
	padding-bottom: 5px;
	display: block;
}
#contents #mailform p input {
	padding: 4px;
	margin-bottom: 5px;
	border-color: #cccc99;
	border-width: 1px;
	border-style: solid;
	font-size: 14px;
}
#contents #mailform p textarea {
	line-height: 22px;
	padding: 4px;
	font-size: 14px;
}
#contents #mailconf {
	padding-top: 20px;
	padding-left: 20px;
	font-size: 14px;
	color: #663300;
}
#contents #mailconf ul {
	width: 400px;
	background-color: #ffffff;
	border-color: #cccc99;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 10px;
}
#contents #mailconf li {
	list-style-type: disc;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
#contents #mailconf p {
	padding-bottom: 5px;
	display: block;
}
#contents #mailconf .conf {
	max-width: 400px;
	padding: 4px;
	min-height: 16px;
	background-color: #ffffff;
	margin-bottom: 15px;
	border-color: #cccc99;
	border-width: 1px;
	border-style: solid;
	font-size: 14px;
	display: block;
}
#contents #mailform address, #mailconf address {
	padding-left: 5px;
	font-style: normal;
	font-weight: normal;
	padding-top: 30px;
	font-size: 12px;
}

#works {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#works .entry {
	clear: both;
	width: 820px;
}
#works .entry .inner {
	padding-top: 20px;
	position: relative;
}
#works .entry-no {
	font-size: 12px;
}
#works h2 {
	padding-bottom: 3px;
	display: block;
	font-size: 16px;
	font-weight: bold;
}
#works .entry-body {
	margin-top: 7px;
	line-height: 20px;
	margin-left: 5px;
	margin-bottom: 20px;
	float: left;
	width: 265px;
	font-size: 12px;
}
#works .entry-img {
	margin-bottom: 20px;
	width: 540px;
	float: right;
}
#works .entry-img ul {
	display: block;
}
#works .entry-img li {
	margin-left: 12px;
	display: block;
	width: 168px;
	float: left;
}
#works .entry-img img {
	background-color: #ffffff;
	padding: 2px;
	border-color: #996633;
	border-width: 1px;
	border-style: solid;
}
#works .entry-footer {
	margin-top: 40px;
	text-align: right;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
	color: #333333;
	margin-bottom: 40px;
}

/* メニュー */
#sidebar {
	margin-top: 20px;
	position: relative;
	width: 200px;
	float: right;
}
#sidebar h2 {
	padding-left: 5px;
	background-position: 0 17px;
	background-repeat: no-repeat;
	background-image: url(img/menuline.gif);
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
#sidebar .pickup {
	padding-left: 5px;
	padding-bottom: 30px;
}
#sidebar .pickup img {
	background-color: #ffffff;
	padding: 2px;
	border-color: #996633;
	border-style: solid;
	border-width: 1px;

}
#sidebar .pickup h3 {
	padding-bottom: 3px;
	display: block;
	font-weight: bold;
	font-size: 12px;
}
#sidebar .pickup p {
	font-size: 11px;
	line-height: 16px;
}
#sidebar .archivelist {
	padding-left: 8px;
	line-height: 16px;
	font-size: 11px;
	padding-bottom: 15px;
}
#sidebar .archivelist h3 {
	padding-bottom: 3px;
	display: block;
	font-weight: bold;
	font-size: 12px;
}
#sidebar .archivelist h3 a {
	color: #663300;
}
#sidebar .archivelist p {
	padding-left: 0px;
	padding-bottom: 15px;
	line-height: 16px;
	font-size: 11px;
}
#footer {
	padding-bottom: 10px;
	padding-top: 30px;
	clear: both;
	width: 880px;
	text-align: center
}
#footer address {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

.copymargin {
	margin-left: 40px;
	margin-top: 60px;
}
