@charset "UTF-8";

/* Common Layout */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	line-height: 1.5em;
}

#wrapper {	
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	padding: 0px;
	width: 780px;
	height: 90px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#head_left {
	float: left;
	height: 90px;
	width: 520px;
	margin: 0px;
}

#counter {
	height: 22px;
	width: 247px;
	background-image: url(../images/since.gif);
	float: left;
	padding-left: 13px;
}

#search {
	height: 28px;
	width: 260px;
	float: left;
	overflow: hidden;
}

#right_up {
	height: 20px;
	width: 260px;
	float: left;
}

#right_low {
	height: 20px;
	width: 260px;
	float: left;
}

#right_up a:hover {
	background-image: url(../images/bg_stripe2.gif);
}


#right_low a:hover {
	background-image: url(../images/bg_stripe2.gif);
}

#navi {
	height: auto;
	width: 780px;
	background-color: #FFF;
	float: left;
}

#middle {
	width: 780px;
	float: left;
}

#footer {
	height: 37px;
	width: 780px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	color: #F1E943;
	text-align: center;
	padding-top: 15px;
	float: left;
	clear: both;
}

/* Toppage Layout */

#mid_up {
	height: 237px;
	width: 780px;
	float: left;
}

#photo {
	height: 225px;
	width: 300px;
	float: left;
	background-color: #e9e9e9;
	padding-top: 6px;
	padding-left: 8px;
	padding-bottom: 6px;
	padding-right: 8px;
}

#comment {
	height: 237px;
	width: 142px;
	float: left;
}

#photoicon {
	float: left;
	height: 50px;
	width: 142px;
	padding-top: 5px;
	background-color: #e9e9e9;
}

#memo {
	float: left;
	height: 155px;
	width: 142px;
	padding-left: 0px;
	padding-top: 5px;
	background-color: #e9e9e9;
}
#bbs {
	height: 22px;
	width: 140px;
	float: left;
	background-color: #e9e9e9;
	text-align: right;
	padding-right: 2px;
}

#bnnr_l {
	height: 237px;
	width: 170px;
	float: left;
}

#bnnr_r {
	height: 237px;
	width: 152px;
	float: left;
}

#banner1 {
	height: 86px;
	width: 137px;
	float: left;
	padding-top: 30px;
	padding-left: 33px;
}

#banner2 {
	height: 45px;
	width: 137px;
	float: left;
	padding-top: 13px;
	padding-left: 33px;
}

#banner3 {
	height: 53px;
	width: 137px;
	float: left;
	padding-top: 10px;
	padding-left: 33px;
}

#banner4 {
	height: 45px;
	width: 130px;
	float: left;
	padding-top: 13px;
	padding-left: 22px;
}

#banner5 {
	height: 48px;
	width: 125px;
	float: left;
	padding-top: 10px;
	padding-left: 27px;
}

#banner6 {
	height: 45px;
	width: 113px;
	float: left;
	padding-top: 13px;
	padding-left: 39px;
}

#banner7 {
	height: 58px;
	width: 143px;
	float: left;
	padding-left: 9px;
	padding-top: 5px;
}

#newinfo {
	width: 780px;
	height: auto;
	float: left;
}

/* Heading from bottom */

#gopagetop {
	width: 780px;
	height: auto;
	text-align: right;
}

/* Closewindow Heading */

#closewinarea {
	float:left;
	margin-top:5px;
	padding-right:20px;
	text-align:right;
	width: 600px;
}

#closewinarea p {
	margin:0;
	padding:0;

}

#closewinarea a.closewin:focus {
	background:#f3f3f3 url(../images/icnclosewin.gif) no-repeat right top;
	font-size:0.75em;
	color:#333333;
	text-decoration:underline;
}

/* Paragraph Heading */

p {
	margin-top: 0.375em;
	margin-right: 0em;
	margin-bottom: 0.375em;
	margin-left: 0em;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #600;
	background-image: url(../images/title_bg.gif);
	padding-left: 2px;
	border-bottom-width: 1px;
	border-left-width: medium;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #600;
	border-left-color: #F6C;
	font-weight: bold;
	font-style: italic;
	margin-top: 5px;
}

h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #600;
	border-bottom-width: 1px;
	border-left-width: medium;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #600;
	border-left-color: #F6C;
	background-image: url(../images/title_bg2.gif);
	padding-left: 2px;
	line-height: 1.05em;
	margin-top: 5px;
}

h3 {
	color: #600;
	font-size: large;
	background-image: url(../images/title_bg.gif);
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	border-bottom-color: #09F;
	line-height: 1.05em;
	margin-bottom: 0px;
}

h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #600;
	height: 1em;
	line-height: 1.05em;
	margin-bottom: 8px;
}

h5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	color: #600;
	line-height: 1.05em;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* Classes */

.text-j {
	font-size: 90%;
	font-weight: normal;
	line-height: 1.5em;
}

.text-js {
	font-size: x-small;
}

.text-e {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	font-weight: normal;
}

.closewin {
	padding-right:16px;
	font-size:0.75em;
	color:#333333;
	text-decoration:underline;
	background-image: url(../images/icnclosewin.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#guidewrapper {
	width: 620px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	line-height: 1.5em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

