@charset "Shift_JIS";

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

adminページスタイル

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

body,div,p,ul,ol,li,h1,h2,h3,h4,h5,h6,td,form {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
li {
	list-style-type: none;
}
li img {
	vertical-align: top;
}
td {
	vertical-align: top;
}

body {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333333;
	background-color: #ffffff;
	margin: 15px 0 0 0;
	text-align: center;		/* WinIE用センタリング */
}

/* フォント関連 */
.f1 {
	font-size: 70%;
	line-height: 120%;
}
.f2 {
	font-size: 80%;
	line-height: 130%;
}
.f3 {
	font-size: 100%;
	line-height: 130%;
}
.f4 {
	font-size: 120%;
	line-height: 110%;
}
.b {
	font-weight: bold;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}

a:link {
	color: #0000ff;
}
a:visited {
	color: #0000ff;
}
a:hover {
	color: #0000ff;
}
a:active {
	color: #0000ff;
}

#main-bg {
	width: 680px;
	background-image: url(back2.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;			/* WinIE以外用センタリング */
}
#main {
	padding: 15px 30px;
	text-align: left;		/* WinIE用センタリング戻し */
}
#main2 {
	padding: 0 20px 30px 20px;
	position: relative;
    height: 300px;
    min-height: 300px;
}
#main > #main2 {
    height: auto;
}

#main2-top {
	padding: 0 20px 30px 20px;
	position: relative;
    height: 250px;
    min-height: 250px;
}
#main > #main2-top {
    height: auto;
}

#header {
	text-align: center;
	padding-bottom: 5px;
	border-bottom: solid 1px #b4b4b4;
	margin-bottom: 5px;
}
#footer-link {
	text-align: center;
	border-top: solid 1px #b4b4b4;
	border-bottom: solid 1px #b4b4b4;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
