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

body {
	color: #2e4009;
	line-height: 1.3;
	background: url(../../images/bg_yellow.png) repeat;
	text-align: center;
}
#page {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
}
#wrapper {
	background-image: url(../../images/background_image_small.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#header {
	height: 160px;
	width: 760px;
	position: relative;
	background: url(../../images/header_title.gif) no-repeat;
}
#header h1 {
	display: block;
	padding-top: 90px;
	padding-left: 20px;
}
#header #gNav {
	position: absolute;
	bottom: 0px;
}
#gNav li {
	float: left;
}
#gNav li a {
	display: block;
	height: 40px;
	width: 150px;
}
#gNav li a:hover {
	background: transparent;
}
#gNav li a:hover img {
	visibility: hidden;
}
#gNav .nav1 {
	background: url(../../images/nav_home_hover.png) no-repeat;
	padding-right: 1px;
	padding-left: 1px;
}
#gNav .nav2 {
	background: url(../../images/nav_profile_hover.png) no-repeat;
	padding-right: 1px;
	padding-left: 1px;
}
#gNav .nav3 {
	background: url(../../images/nav_works_hover.png) no-repeat;
	padding-right: 1px;
	padding-left: 1px;
}
#gNav .nav4 {
	background: url(../../images/nav_gallery_hover.png) no-repeat;
	padding-right: 1px;
	padding-left: 1px;
}
#gNav .nav5 {
	background: url(../../images/nav_shop_hover.png) no-repeat;
	padding-right: 1px;
	padding-left: 1px;
}
#container {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#container #subMenu {
	width: 190px;
}
#sNav2 li {
	margin-bottom: 10px;
	font-weight: bold;
}
#sNav2 li a {
	color: #2e4009;
	display: block;
	background: url(../../images/subnav_up.gif) no-repeat center;
	line-height: 30px;
	height: 30px;
	width: 180px;
	padding-left: 10px;
	text-decoration: none;
}
#sNav2 li a:hover {
	background-image: url(../../images/subnav_hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#sNav3   {
	display: block;
	height: 85px;
	width: 190px;
	position: relative;
}
#sNav3 li a{
	display: block;
	height: 85px;
	line-height: 30px;
	padding-left: 10px;
	color: #2e4009;
	text-decoration: none;
	font-weight: bold;
	width: 180px;
	background: url(../../images/subnav_big_up.gif) no-repeat;
}
#sNav3 li a:hover {
	background-image: url(../../images/subnav_big_hover.gif);
}
#sNav3 p {
	line-height: 140%;
	position: absolute;
	top: 35px;
	left: 5px;
}
ul#banner {
	margin-top: 10px;
}
#banner li {
	margin-top: 10px;
}
#banner img {
	border: 1px solid #c0c5b5;
	padding: 2px;
}
#w3c_wrap {
	height: 31px;
	width: 190px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#w3c_wrap li a{
	display: block;
	height: 31px;
	width: 88px;
}
#w3c_wrap ul li#w3cL {
	float: left;
	width: 88px;
}
#w3c_wrap ul li#w3cR {
	float: right;
	width: 88px;
}
#twitter {
	width: 190px;
}
#container #contents {
	width: 500px;
}
#contents #flashMovie {
	margin-bottom: 15px;
}

/*更新履歴やリンクなどの砂地部分の指定（共通）*/
#kousinBox_bg {
	background-color: #e6e6ce;
}
#kousinBox_bottom {
	padding-bottom: 8px;
	background: url(../../images/kousin_bottom_s1.gif) no-repeat center bottom;
}
.updateLog {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	overflow: auto;
	padding-bottom: 5px;
}
.updateLog dt {
	padding-top: 7px;
}
.updateLog dd {
	line-height: 150%;
	margin-top: -1.25em;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2e4009;
	padding-left: 90px;
}
.updateLog dd a {
	color: #2e4009;
}
.updateLog dd a:hover {
	color: #969f84;
}
#pankuzu {
	clear: both;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
/*テキストに実体を持たせてキチンとスペースを取るためにはdisplay:block;が必要である*/
#pankuzu ul {
	line-height: 20px;
	font-size: 83.3%;
	text-align: right;
	height: 20px;
	padding-top: 15px;
}
#pankuzu ul li {
	display: inline;
}
#pankuzu ul li a {
	color: #2e4009;
	text-decoration: none;
}
#pankuzu ul li a:hover {
	color: #969f84;
}

#footer {
	text-align: center;
	height: 30px;
	line-height: 30px;
	background-image: url(../../images/footer_img_green.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFF;
}
