@charset "shift-jis";

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

	Font-size Adjustment

	*default size 12px

				| 	122% = 15px	|	167% = 21px	|
	85% = 10px	|	129% = 16px	|	174% = 22px	|
	92% = 11px	|	136% = 17px	|	182% = 23px	|
	100% = 12px	|	144% = 18px	|	189% = 24px	|
	107% = 13px	|	152% = 19px	|	197% = 25px	|
	114% = 14px	|	159% = 20px	|

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


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
h1,h2{
	clear: both;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font:x-small;
	line-height: 1.0;
	font-size: 12px;
	color: #6f6f6f;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin:0 auto;
	padding-bottom:30px;
	text-align: center;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}

fieldset {
	border:none;
}

img {
	border: none;
	vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul, li {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a,a:link {
	text-decoration: underline;
	color: #006133;
	outline: none;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#wrapper{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#wrapper h1{
	margin-bottom:20px;
}


#photo-thumb {
	width:710px;
	margin:0 auto 20px auto;
	overflow:hidden;
}

#photo-thumb p {
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}

#photo-thumb p.left-item {
	margin-left:0;
}

.gallery-text {
	text-align:center;
}

.gallery-button {
	text-align:center;
	padding-top:30px;
}