@charset "EUC-JP";


/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	background: #655A46 url(index_img/bg.gif);
	color: #543;
	font-family: "¥Ò¥é¥®¥ÎÌÀÄ« Pro W3", "Hiragino Mincho Pro","£Í£Ó £ÐÌÀÄ«", "MS PMincho", serif;
	font-size:12px;
}

br {
    letter-spacing: 0;
}

input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 12px;
	padding-bottom: 12px;
}

#pank {
	font-size: 10px;
	padding-bottom:3px;
	font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}

#pageback {
	font-size: 10px;
	padding-bottom:3px;
	font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
	text-align:right;
}

h1 {
	font-size: 16px;
	margin-bottom:6px;
	font-weight:bold;
}
code {
	font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
	background: #EEE;
	border: 1px solid #CCC;
	color: #554;
	display: block;
	margin-bottom: 22px;
	padding: 8px 10px;
	font-size:11px;
}
.stcode{
	font-weight:bold;
	color:#666624;
	margin-bottom: 5px;
	font-size:12px;
}
blockquote {
	background: url(index_img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #666624;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(index_img/bgcontainer2.gif) repeat-y;
	margin: 0 auto;
	width: 780px;
}

/* header */
.header {
	background: url(index_img/header.jpg) no-repeat;
	height: 250px;
	margin: 0 auto;
	width: 760px;
}

/* title */

.title h1 {
	padding: 0px 0 0px 0;
	color: #E4DBCF;
	font-size:124px;
	text-indent:-9999px;
}

.title h1 a{
	display:block;
}

/* navigation */
.navigation {
	background: #FFF url(index_img/bgnavigation.jpg) repeat-x;
	font-size:12px;
	font-weight:bold;
	height: 44px;
	margin: 0 auto;
	padding: 0 18px;
	width: 725px;
}
.navigation a {
	color: #FFF;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	background: #FFF;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 218px;
}
.sidenav h1 {
	background: #959534 url(index_img/sidenavh1.gif) repeat-x;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	color: #FFFFFF;
	font-size: 12px;
	height: 28px;
	margin: 0;
	padding: 14px 0 0 12px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
	font-size:11px;
	font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}
.sidenav li {
	border-top: 1px solid #80802D;
	border-bottom: 1px solid #959534;
	list-style: none;
}
.sidenav li a {
	background: #959534;
	color: #FFF;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #80802D;
	color: #EEE;
}

/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 68%;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}
.content .descr {
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(index_img/li.gif);
	margin-left: 18px;
}

#photos1 a{
	margin-right:13px;
}

#photos1{
	height:94px;
}


img{
	border-width:0px;
}

#photos2 a{
	margin-right:15px;
}

/* footer */
.footer {
	background: #958463 url(index_img/bgfooter.jpg) repeat-x;
	color: #FFF;
	font-size: 12px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}