@charset "UTF-8";
/* formatting style
------------------------*/

{
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

html, body {height: 100%;}

body {
	margin: 0px;
	padding: 0px;
	position: relative;
	min-width: 1100px;
	min-height: 600px;
	color: #333;
	background-color: #CCC;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	font-size: 1em;
	font-family: "sans-serif;"
}
hr {
	display: none;
}
/* link styles
------------------------*/
a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
	color: #000;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #000;
}

/* basic layout
------------------------*/
#wrapper {
	background-color: #f0eee0;
	margin: -300px 0 0 -550px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1100px;
	height: 600px;
}

/* header layout
------------------------*/
#header {
	position: relative;
	width: 1100px;
	height: 115px;
	left: 0px;
}
#header div.logo {
	position: absolute;
	width: 159px;
	top: 22px;
	left: 22px;
}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 26px;
	left: 240px;
}
#header ul li {
	display: inline;
	padding-right: 23px;
}
#header div.blog {
	position: absolute;
	width: 45px;
	top: 35px;
	left: 1020px;
}
#header div.mark {
	position: absolute;
	width: 36px;
	left: 1030px;
	top: 60px;
}
#header div.sub {
	position: absolute;
	width: 650px;
	float: left;
	top: 85px;
	left: 240px;
}
#header div.subtitle {
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
}

/* main layout
------------------------*/
#main {
	float: right;
	width: 860px;
	margin-top: 5px;
	position: absolute;
	left: 240px;
	top: 110px;
}
#main .photo {
	float: left;
	width: 620px;
	height: 415px;
	margin-bottom: 10px;
}
#main .about {
	float: left;
	width: 620px;
	height: 415px;
	background-color: #FFF;
}
#main .contact {
	float: left;
	width: 223px;
	height: 415px;
	background-color: #FFF;
}
#main .map {
	float: right;
	width: 397px;
	height: 415px;
	background-color: #FFF;
	margin-right: 240px;
}
#main .text {
	background-image: url(../img/text_back.gif);
	float: right;
	text-align: left;
	width: 200px;
	height: 415px;
	margin-left: 10px;
	margin-right: 27px;
}
#main .text2 {
	font-family: "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.65em;
	color: #656565;
	line-height: 1.7em;
	margin: 23px 23px 0px;
}
#main .text_red {
	color: #F00;
}
#main .pages {
	width: 620px;
	height: 30px;
	clear: both;
	text-align: center;
}
#main .images {
	padding-top: 2px;
}
#main .zoom {
	position:absolute;
	top:425px;
	left:580px;
}
#main ul li{
	display: inline;
	list-style: none;
}
#main p {
	font-size: 0.6em;
	color: #919191;
	font-family: "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
#main .name {
	font-size: 0.7em;
	color: #656565;
	font-family: "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	padding-top: 15px;
	border-top: 1px solid #656565;
	line-height: 1.7em;
}
#main .title {
	font-size: 0.65em;
	color: #656565;
	font-family: "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	margin-bottom: -10px;
}
#main div.special1 {
	width: 620px;
	height: 415px;
	background-color: #FFF;
}
#main div.special2 {
	float: left;
	margin-top: 23px;
	margin-left: 23px;
}
#main h1 {
	font-family: "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.7em;
	margin-bottom: -10px;
	color: #919191;
}
#main div.wk {
	float: left;
	width: 360px;
	position: absolute;
	left: 132px;
	top: 150px;
}
#main div.works {
	width: 35px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
/* sidebar layout
------------------------*/
#sidebar {
	position: absolute;
	float: left;
	width: 200px;
	height: 450px;
	margin-top: 5px;
	margin-left: 27px;
	top: 110px;
	left: 0;
}
#sidebar div.works {
	width: 35px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
#sidebar div.nextpage {
	margin-top: 388px;
	height: 20px;
	width: 100px;
}
#sidebar_news {
	float: left;
	width: 200px;
	height: 450px;
	margin-top: 5px;
	margin-left: 27px;
	background-image: url(../img/text_back.gif);
}
#sidebar_news div.archive {
	font-family: "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.7em;
	line-height: 2em;
	margin-top: 40px;
	text-align: left;
	padding-top: 15px;
	border-top: 1px solid #656565;
}
#sidebar_news ul{
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
#sidebar_about {
	float: left;
	width: 200px;
	height: 450px;
	margin-top: 5px;
	margin-left: 27px;
	background-image: url(../img/text_back.gif);
}
#sidebar_about div.adress {
	margin-top: 80px;
	border-top: 1px solid #656565;
	padding-top: 15px;
}
#sidebar_about div.adress2 {
	text-align: left;
	font-family: "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;	
	font-size: 0.65em;
	line-height: 1.4em;
	color: #656565;
	margin-bottom: 8px;
}
#sidebar_about div.contact {
	margin-top: 130px;
	border-top: 1px solid #656565;
	padding-top: 15px;
}
#sidebar_about div.contact2 {
	text-align: left;
	font-family: "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.6em;
	line-height: 1.4em;
	color: #656565;
	margin-bottom: 12px;
}
#sidebar_about div.contact3 {
	font-family: "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
	font-size: 0.7em;
	line-height: 1.6em;
	color: #656565;
	margin-bottom: 12px;
}
#sidebar_about ul{
	margin: 0 0 5 0;
	padding: 0;
	list-style: none;
}
#sidebar_about li{
	margin-bottom: 3px;
}

/* footer layout
------------------------*/
#footer {
	position: absolute;
	clear: both;
	width:1100px;
	top: 535px;
	left: 0;
}
#footer p {
	position: absolute;
	left: 907px;
	top: 27px;
}

.container {
	width:620px;
	height:415px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.slides {
	position:absolute;
	top:0;
	left:0;
}
.slides div { 
	position:absolute; 
	top:0; 
	width:620px; 
	display:none; 
}
#loopedSlider {
	width:620px;
	position:relative;
	clear:both;
	float: left;
}
#loopedSlider .images {
	width:620px;
	padding-top: 8px;
	text-align: center;
}
a.previous {
	position:absolute;
	top:425px;
	left:280px;
}
a.next {
	position:absolute;
	top:425px;
	right:280px;
}
#top {
	position: absolute;
	float: left;
	width: 1100px;
	height: 414px;
	margin-top: 5px;
	margin-left: 0px;
	top: 110px;
	left: 0;
}

#pubwrap{
clear:both;
margin-bottom:20px;
max-width:1800px;
margin-bottom:20px;
}

#pub1{
width:32%;
min-width:170px;
min-height:180px;
margin:0px;
float:left;
margin-right:10px;
margin-bottom:20px;
}

#pub2{
width:32%;
min-width:170px;
min-height:180px;
margin:0px;
float:left;
margin-right:10px;
margin-bottom:20px;
}

#pub3{
width:32%;
min-width:170px;
min-height:180px;
margin:0px;
float:left;
margin-bottom:20px;
}

#main ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#main ul li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.65em;
	display: block;
	line-height: 2em;
}
