/*-flashのswfObject部分*/

div#header{
	width:660px;
	height:100px;
	background:transparent;
	padding:43px 0 0 11px;
}

div#headerBg_contact{
	width:660px;
	height:100px;
	background:url(../img/headerBg_contact.gif) no-repeat;
}

div#headerBg_about{
	width:660px;
	height:100px;
	background:url(../img/headerBg_about.gif) no-repeat;
}

div#headerBg_access{
	width:660px;
	height:100px;
	background:url(../img/headerBg_access.gif) no-repeat;
}

div#headerBg_affairs{
	width:660px;
	height:100px;
	background:url(../img/headerBg_affairs.gif) no-repeat;
}

div#headerBg_works{
	width:660px;
	height:100px;
	background:url(../img/headerBg_works.gif) no-repeat;
}

div#headerBg_diary{
	width:660px;
	height:100px;
	background:url(../img/headerBg_diary.gif) no-repeat;
}

ul.nav li {
display:inline;
float:left;
padding-left:40px;
}


div#header p{
	float:left;
}

/*-//flashのswfObject部分*/


/*-topのflashのswfObject部分*/

div.wrap_top h1{
	text-align:center;
	margin-bottom:50px;
}

div#footer_top{
	clear:both;
}
div#footer_top address{
	text-align:center;
	margin-top:100px;
}

ul.nav_top{
	margin:0 140px 0 165px;
}

ul.nav_top li {
display:inline;
float:left;
padding:0 7px;
}


/*-//topのflashのswfObject部分*/

/*default layout
-------------------------------------------*/
html {
	overflow:scroll;
}

body{
	background-color:#fff;
	color:#333;
	font-size:12px;
	font-family:"Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.6;
}
* + html body,* html body{
	font-family:"メイリオ","Meiryo";
}

#wrap{
	width:660px;
	margin:0 auto;
}

#footer{
	font-size:10px;
	background-color:#f9f9f9;
	width:640px;
	margin:0 10px;
}

/*link color
-------------------------------------------*/

a:link {
	color:#666;
	text-decoration:none;   
}   
a:visited {
	color:#666;
	text-decoration:underline;   
}   
a:hover {
	color:#B04062;
	text-decoration:underline;
}   
a:active {
	color:#B04062;
	text-decoration:underline;   
} 

/*about.html
-------------------------------------------*/

div#contents_about{
	background:#fff url(../img/contentsBg_about.gif) no-repeat right top;
	padding:30px 0 0 80px;
	width:580px;
	min-height: 370px;
	overflow: auto;
}

*html body div#contents_about {
	min-height: none;
	overflow: auto;
	height: 370px;
}

div#contents_about h2{
	margin:42px 0 7px 2px;
}

div#gaiyotxt{
	background:url(../img/textBg.gif);
	border-top:1px dotted #9A5683;
	border-bottom:1px dotted #9A5683;
	padding:3px 0 3px 8px;
	color:#666;
	width:500px;
}

div#gaiyotxt table th{
	width:55px;
}

div#gaiyotxt table{
	line-height:2em;
}

/*affairs.html
-------------------------------------------*/

div#contents_affairs{
	background:#fff url(../img/contentsBg_affairs.gif) no-repeat right top;
	padding:30px 0 0 80px;
	width:580px;
	min-height: 370px;
	overflow: auto;
}

*html body div#contents_affairs {
	min-height: none;
	overflow: auto;
	height: 370px;
}

div#affairstxt{
	background:url(../img/textBg.gif);
	border-top:1px dotted #729198;
	border-bottom:1px dotted #729198;
	padding:28px 2px;;
	color:#666;
	width:500px;
	margin-top:41px;
}

/*access.html
-------------------------------------------*/

div#contents_access{
	background:#fff url(../img/contentsBg_access.gif) no-repeat right top;
	padding:30px 0 80px 80px;
	width:580px;
	min-height: 370px;
	overflow: auto;
}

div#contents_access h1{
	margin-bottom:33px;
}

div#contents_access p{
	color:#666;
}

div#contents_access div#maparea{
	width:440px;
	text-align:right;
	margin:14px 0 0 30px;
}

div#maparea p{
	margin-bottom:8px;
}

/*contact.html
-------------------------------------------*/

div#contents_contact {
	background: #fff url(../img/contentsBg_contact.gif) no-repeat right top;
	padding: 30px 0 0 80px;
	width: 580px;
	min-height: 370px;
	overflow: auto;
}

*html body div#contents_contact {
	min-height: none;
	overflow: auto;
	height: 370px;
}

div#contents_contact h1 {
	padding-bottom: 32px;
}

div#contents_contact h2 {
	font-size:14px;
	font-weight:bold;
	margin:10px auto;
	text-align:center;
}

div#contents_contact form.contact_form {
	font-family:"Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	width: 460px;
}

div#contents_contact form.contact_form fieldset {
	border: none;
}

div#contents_contact table {
	width: 460px;
}

div#contents_contact table tr th {
	width: 48px;
	white-space: nowrap;
	vertical-align: top;
	text-align: right;
	padding: 6px 3px;
	_font-size:12px;
	_color:#666;
}

div#contents_contact table tr td {
	width: 400px;
	padding: 6px 3px;
}

div#contents_contact form.contact_form label.error {
	color: red;
	display: block;
}

input {
	font-family:"Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	border: 1px solid #AEA48E;
	width: 300px;
}

input:focus {
	border: 1px dotted #AEA48E;
}

input.error {
	border: 1px dotted red;
}

input.btn {
	width: 50px;
	background-color: #796246;
	color: #fff;
	border:1px solid #796246;
	margin-right: 11px;
	padding-top: 2px;
	cursor: pointer;
}

textarea {
	font-family:"Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow: hidden;
	border: 1px solid #AEA48E;
	width: 400px;
}

/*works/index.html
-------------------------------------------*/

div#contents_works{
	background:#fff url(../img/contentsBg_works.gif) no-repeat right top;
	padding:30px 0 0 80px;
	width:580px;
	float:left;
	min-height: 370px;
	overflow:auto;
}

*html body div#contents_works {
	min-height: none;
	overflow: auto;
	height: 370px;
}

div#contents_works table {
	width: 460px;
}

div#contents_works table td.message {
	font-size:14px;
	font-weight:bold;
	margin:10px auto;
	text-align:center;
}

div#contents_works table form input {
	width:160px;
}

div#contents_works table form input.btn {
	width: 50px;
	background-color: #796246;
	color: #fff;
	border:1px solid #796246;
	margin-right: 11px;
	padding-top: 2px;
	cursor: pointer;
}

div#contents_works table tr td {
	padding: 6px 3px;
}

div#worklist{
	width:530px;
}

div#left{
	background:url(../img/brownLeft_works.gif) no-repeat;
	height:16px;
	padding-left:7px;
	margin-right:7px;
	width:130px;
}

div#left p{
	background:#524032;
	height:16px;
	color:#fff;
	vertical-align:middle;
	_font-size:10px;
}

span.gray{
	color:#999;
}

div#right{
	background:url(../img/brownRight_works.gif) no-repeat right top;
	height:16px;
	padding-right:7px;
}

div#year{
	margin:10px 0 15px 363px;
}

ul.imagelist li{
	display:inline;
	float:left;
	padding-bottom:11px;
	padding-right:30px;
}

ul.imagelist li img{
	border:1px solid #333;
}
ul.imagelist li a{
	display:block;
	background:url(../img/imagelistBg.gif) no-repeat;
	width:102px;
	height:158px;
}

/*diary/index.html(forMTOS)
-------------------------------------------*/

div#contents_diary{
	background:#fff url(../img/contentsBg_about.gif) no-repeat right top;
	padding:30px 0 90px 80px;
	width:580px;
}

div#contents_diary div#leftcontents {
	float:left;
	width: 350px;
}

div#contents_diary div#leftcontents div.entry {
	background: url(../img/textBg.gif);
	border-top: 1px dotted #9A5683;
	border-bottom: 1px dotted #9A5683;
	padding: 3px 0 3px 0;
	color: #666;
	margin-top: 40px;
}

div#contents_diary div#leftcontents div.entry h2 {
	border-bottom: 1px dotted #9A5683;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 2px;
}

div#contents_diary div#leftcontents div.entry p.date {
	color: #A24F6B;
	font-size: 10px;
	text-align: right;
}

div#contents_diary div#leftcontents div.entry p.entry_body {
	width: 320px;
	margin:0 15px;
}

div#contents_diary div#leftcontents div.entry p.entry_body img {
	margin-bottom:10px;
}

div#contents_diary div#rightcontents {
	float:left;
	width:115px;
	padding-left:34px;
}

div#contents_diary div#rightcontents div.menu {
	background: url(../img/textBg.gif);
	margin-top: 40px;
}

div#contents_diary div#rightcontents div.menu h3 {
	height:22px;
	color:#B04062;
	font-size:10px;
	font-weight:bold;
	background: url(../img/flowerlist.gif) no-repeat center left;
	border-bottom: 1px dotted #9A5683;
	border-top: 1px dotted #9A5683;
	padding:5px 0 0 16px;
}

div#contents_diary div#rightcontents div.menu ul.menu_body {
	font-size:10px;
	padding:10px 6px;
}

div#contents_diary div#rightcontents div.menu ul.menu_body li {
	line-height:1.2em;
	padding:3px 0;
}

/*clearfix(clear hack)
-------------------------------------------*/

.clearfix:after {
  content: ".";
	display: block;
	clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*lightbox
-------------------------------------------*/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/overlay.png", sizingMethod="scale");
	}