@charset "utf-8";

/*
======== table of content. =================================

summary:「base」スタイル定義

- fomatting
- link
- text
- basic layout
- header
- main
- table
- fotter
- link

============================================================
*/

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

body {
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic",
	             "メイリオ", "Meiryo",
	             "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
	             Osaka,
	             sans-serif;
	font-size: 75%;
	line-height: 1.4;
	background-color: #E4E4E4;
	color: #4D4D4D;
}

hr {
	display: none;
}


/* link
------------------------------*/
a img {
	border-style: none;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #999999;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none
}

a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}



/* text
------------------------------*/
.topix {
	color: #CC0000;
}

.coment {
	color: #663333;
}

.pr {
	font-size: 95%;
}

.min {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}


/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 758px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#main {
	padding-left: 25px;
	height: 348px;
}

#footer {
	background-color: #105273;
	color: #FFFFFF;
	clear: both;
}


/* header
------------------------------*/
#header {
	margin: 0px;
	position: relative;
	height: 36px;
}

#header #title {
	float: left;
}

#header ul {
	width: 608px;
	left: 150px;
	position: absolute;
	top: 0px;
}

#header ul li {
	list-style-type: none;
	float: left;
}

#header ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

#header ul li a span {
	display: none;
}

#header ul li#nHome,
#header ul li#nWork,
#header ul li#nContact {
	height: 36px;
	width: 97px;
}

#header ul li#nHome a {
	background: url(../images/home.gif) no-repeat 0px 0px;
}

#header ul li#nHome a:hover {
	background: url(../images/home.gif) no-repeat -97px 0px;
}

#home #header #nHome a {
	background: url(../images/home.gif) no-repeat -194px 0px;
}

#header ul li#nWork a {
	background: url(../images/work.gif) no-repeat 0px 0px;
}

#header ul li#nWork a:hover {
	background: url(../images/work.gif) no-repeat -97px 0px;
}

#work #header #nWork a {
	background: url(../images/work.gif) no-repeat -194px 0px;
}

#header ul li#nContact a {
	background: url(../images/contact.gif) no-repeat 0px 0px;
}

#header ul li#nContact a:hover {
	background: url(../images/contact.gif) no-repeat -97px 0px;
}

#contact #header #nContact a {
	background: url(../images/contact.gif) no-repeat -194px 0px;
}

#header ul li#nGallery {
	height: 36px;
	width: 171px;
}

#header ul li#nGallery a {
	background: url(../images/gallery.gif) no-repeat 0px 0px;
}

#header ul li#nGallery a:hover {
	background: url(../images/gallery.gif) no-repeat -171px 0px;
}

#header ul li#nLink {
	height: 36px;
	width: 146px;
}

#header ul li#nLink a {
	background: url(../images/link.gif) no-repeat 0px 0px;
}

#header ul li#nLink a:hover {
	background: url(../images/link.gif) no-repeat -146px 0px;
}

#link #header #nLink a {
	background: url(../images/link.gif) no-repeat -292px 0px;
}



/* main
------------------------------*/
#main #logo {
	display: block;
	height: 60px;
	width: 220px;
	margin-left: -15px;
}

#main #logo span {
	display: none;
}

#main #logo img {
	margin-top: 7px;
}

#main #hometx {
	position: relative;
	z-index: 2;
}

#main #homebg {
	position: absolute;
	top: 46px;
	z-index: 1;
	margin-left: -25px;
}

#main #homebg ul#album li {
	list-style: none;
}


#main2 {
	padding-left: 80px;
}

#main h2 {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0.5em;
}

#main h2#whatnew {
	color: #CC0000;
	display: block;
	width: 378px;
	border-top: 1px solid #999999;
	margin-bottom: -0.2em;
	padding-top: 1em;
}

#main p {
	margin-bottom: 0.5em;
	line-height: 1.3;
}

#main p.w_contents {
	padding-top: 10px;
	margin-bottom: 10px;
}

#main #telfax {
	padding-right: 5px;
	padding-left: 10px;
}

#main dl#news dt {
	color: #CC0000;
	float: left;
	clear: left;
	margin: 0px 0px 10px;
}

#main dl#news dd {
	margin: 0px 0px 10px 6em;
	color: #CC0000;
}

#main2 h2 {
	font-size: 100%;
	color: #663333;
	padding-top: 20px;
	font-weight: normal;
}

#main2 h3 {
	margin-bottom: 5px;
	width: 600px;
	border-bottom: 1px solid #999999;
	font-size: 100%;
	margin-top: 5px;
}

#main2 .end {
	margin-bottom: 25px;
}

#main2 ul {
	margin-bottom: 10px;
	margin-top: 10px;
}

#main2 ul li {
	list-style: none;
}


/* table
------------------------------*/
#main2 table {
	margin-bottom: 10px;
	border-collapse:collapse;
}

#main2 table th {
	border-bottom: 1px solid #999999;
}

#main2 table td {
	border-bottom: 1px solid #999999;
	text-align: center;
	padding: 5px 15px;
	border-left: 1px solid #999999;
}

#main2 table td.name {
	border-left-style: none;
	text-align: left;
}

#main2 table tr.odd {
	background-color: #EFEFEF;
}

#main2 form {
	margin-bottom: 35px;
}

#main2 form table {
	border-top: 1px solid #999999;
}

#main2 form table th {
	text-align: right;
}

#main2 form table td {
	text-align: left;
	border-left-style: none;
}

#main2 input[type="text"], #main2 textarea {
	padding: 2px;
	border: 1px solid #999999;
}

#main2 form em {
	color: #CC0000;
	padding-left: 5px;
}

#main2 form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}

#main2 #tel {
	margin-right: 5px;
}

#main3 {
	padding-left: 80px;
	border-top: 5px solid #105273;
	border-bottom: 5px solid #105273;
	padding-top: 50px;
	padding-bottom: 50px;
}

#main3 h3 {
	margin-bottom: 10px;
}

#main3 input {
	margin-right: 15px;
	margin-top: 15px;
}


/* fotter
------------------------------*/
#footer address {
	display: block;
	text-align: right;
	font-size: x-small;
	margin-right: 15px;
}


/* link
------------------------------*/
#link dl {
	margin-left: 120px;
	margin-bottom: 20px;
}

#link dd {
	margin-bottom: 20px;
}
