/**/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

a img {
   border: none
}

aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}

/** Global styles **/

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	background-color: white;
	color: #575757;
	margin: 0 0 1px;
	height: 100%; 
	line-height: 1.7;
	border-top: 10px solid #060;
}

.bg {
	background-image: url(../images/bg.png); 
	background-position: left top;
	background-repeat: repeat;
}

p.right {
	margin-left:300px;
	padding-bottom:20px;
}
	
a, p a {
	text-decoration:none;
}
	
a: hover {
	color: #FFF;
}

h1 {
	font-size: 28px;
	line-height: 0.9;
	color: #666;
	text-align: left;
	margin-bottom: 13px;
	padding-bottom: 15px;
	padding-left: 10px;
}

h2 {
	font-size: 12px;
	line-height: 1.8;
	color: #666;
	text-align: left;
	border-bottom: 1px solid #A3A3A3;
	margin-bottom: 7px;
	padding: 0 12px 12px 12px;
}
	
h3 {
	font-size: 18px;
	line-height: 0.9;
	color: #575757;
	text-align: left;
	margin-bottom: 6px;
	padding-bottom: 5px;
}

/* 料金表示用テーブル */
table {
	border: 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #A3A3A3;
}

th {
	font-size: 20px;
	color: #060;
	text-align:left;
}

td {
	font-size: 14px;
}

td.left {
	font-size:16px;
	width:300px;
	padding-left:10px;
	text-align:left;
}

td.right {
	font-size:16px;
	width:80px;
	text-align:right;
}

/* シルバーパス用テーブル */
table.fee {
	border: 0;
	margin-bottom: 30px;
}

/* 洗濯表示用テーブル */
table.expression {
	border: 0;
	background-color: #fff;
	border-collapse:collapse;
}

td.img {
	width: 120px;
	text-align: center;
	border: solid 1px;
}

td.exp {
	width: 300px;
	text-align: left;
	border: solid 1px;
}


/** Main containers **/

#container, #container_left, #container_right {
	position: relative;
	width: 100%;
}
	
#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background-color: transparent;
	min-height: 100%;
}

.group1 {
	position: relative;
	float: left;
	width: 274px;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
}
	
.group2 {
	position: relative;
	float: left;
	width: 274px;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
	margin-left: 30px;
}
	
.group3 {
	position: relative;
	float: right;
	width: 274px;
	background: transparent;
	padding: 15px;
	}

.group4 {
	float: left;
	width: 950px;
	position: relative;
	padding: 15px;
	margin-top: -14px;
	margin-bottom: 25px;
	background: transparent;
	border-top: 1px solid #A3A3A3;
	-moz-column-count: 3; /* Firefox */
	-webkit-column-count: 3; /* Safari and Chrome */
	column-count: 3;	
	-moz-column-gap: 40px; /* Firefox */
	-webkit-column-gap: 40px; /* Safari and Chrome */
	column-gap: 40px;	
	-moz-column-rule: 1px solid #A3A3A3; /* Firefox */
	-webkit-column-rule: 1px solid #A3A3A3; /* Safari and Chrome */
	column-rule: 1px solid #A3A3A3;
}

header {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
}
	
	
/** イントロ **/
#intro {
	width: 980px;
	position: relative;
	float: left;
	height: 150px;
	background: transparent;
	margin-top: 30px;
}
/** アウトロ **/
#outro {
	width: 980px;
	position: relative;
	float: left;
	height: auto;
	background: transparent;
	border-top: 1px solid #A3A3A3;
	margin-top: 10px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom:15px;
}

/** ホルダー **/	

.holder_content {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 4px;
	padding: 10px 20px 30px 30px;
}

.holder_right{
	float: right;
	width: 50%;
}
.holder_left{
	float: left;
	width: 50%;
}



.holder_content_separator{
	margin-bottom: 20px;
}
	
/** GALLERY **/
	 	 
a.photo_hover3 {
	position: relative;
	float: left;
	margin: 16px 13px 8px 0;
	padding: 8px;
	background-color: white;
	border: 1px solid #D6D6D6;
}

a.photo_hover3: hover {
	border: 1px solid #D6D6D6;
	background-color: transparent;
	opacity: 0.9;
	z-index: 1000;
}
	
a.photo_hover2 {
	position: relative;
	float: right;
	margin: 5px 13px 8px 0;
	padding: 8px;
	background-color: white;
	border: 1px solid #E1E1E1;
}

a.photo_hover2: hover {
	border: 1px dotted #66CCFF;
	background-color: #C7EDFF;
	opacity: 0.9;
	z-index: 1000;
}

/** MENU **/

nav {
	position: absolute;
	width: 534px;
	top: 38px;
	left: 450px;
	background: transparent;
	border-top: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
}

nav ul li {
	float: left;
	margin-left: 16px;
	line-height: normal;
}

nav ul li a {
	font-size: 18px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	color: #666666;
	font-weight: normal;
	display: block;	/* IE6, IE7 line height fix */
	padding-bottom: 10px;
	padding-top: 5px;
	background-color: transparent;
	margin-top: 5px;
	margin-right: 6px;
	text-decoration: none;
}

nav ul li a: hover {
	color: #CC3333;
}

nav ul li a.current {
	color: #CC3333;
}

.content_menu {
	float: left;
	width: 274px;
	margin-top: -10px;
	margin-bottom: 15px;
}
	
.content_menu ul {	
	margin: 0px;
	padding: 0px;
	float: none;
}

.content_menu ul li {
	float: none;
	padding-bottom: 16px;
}

.content_menu ul li a {
	font-size: 14px;
	line-height: normal;
   color: #33CC99;
	text-align: left;
	text-decoration: none;
	background-image: url(../images/circle.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
	
.content_menu ul li a: hover {
   color: #33CC99;
}

/** SPECIFIC **/

#logo {
	position: relative;
	float: left;
	left: 0px;
	width: 167px;
	height: 43px;
	top: 32px;
}

.clearing {
	clear: both;
	display: inline;
	width: 100%;
	height: 0;
	overflow: hidden;
}

/** フッター **/

a.footer:link {/*未訪問のリンク*/
    color: #FFF;
}
a.footer:visited {/*訪問後のリンク*/
    color: #FFF;
}

footer {
	position: relative;
	height: 90px;
	clear: both;
	width: 100%;
	background-image: url(../images/footer.png);
	background-position: left top;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	background-color: black;
}

#FooterRight, #FooterLeft {
	position: absolute;
}

#FooterRight {
	position: absolute;
	right: 225px;
	top: 26px;
	color: white;
}

#FooterLeft {
	position: absolute;
	left: 225px;
	top: 26px;
	color: white;
}

.container {
	width: 980px;
	margin: 0 auto;
	background-color: #33CC99;
}
