@charset "utf-8";

/* 全体構造
---------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
td,
th,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 1.7;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
}

a img,
img {
	border: none;
	vertical-align: bottom;
}

a {
	outline: none;
}

hr {
	margin: 0 0 0 0;
	border: none;
	padding: 0;
	height: 0;
	width: auto;
	visibility: hidden;
	clear: both;
	display: block;
}

fieldset {
	border: none;
}

#content a:hover img,
#header a:hover img,
.contact-soushin:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.txt-right {
	text-align: right;
}

.none {
	display: none;
}

.big {
	font-size: 14px;
}

table {
	border-collapse: collapse;
}

.t-back {
	background: url(../images/common/ttl.jpg) no-repeat;
	height: 35px;
	padding-left: 60px;
	padding-top: 4px;
}

.red {
	color: #FF3300;
	font-size: 10px;
}

.green {
	color: #009900;
	font-size: 10px;
}

/* リンク
---------------------------------------------------- */
a:link {
	color: #4ccff5;
}

a:visited {
	color: #4ccff5;
}

a:hover,
a:active {
	color: #1e87a5;
}

/* レイアウト
---------------------------------------------------- */
#header {
	background: url(../images/common/bg.png) repeat-x;
	height: 164px;
}

#wrapper {
	background: #dbdbdb url(../images/common/navi-bg.png) repeat-x;
}

#content {
	width: 990px;
	padding: 0 3px;
	margin: auto;
	background: url(../images/common/content-bg.png) repeat-y;
}

#content:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

#main {
	width: 700px;
	padding: 25px 15px;
	float: left;
}

#footer {
	background: url(../images/common/footer-bg.png) repeat-x;
	text-align: center;
	margin-top: -6px;
}

#right {
	width: 230px;
	padding: 25px 15px;
	float: right;
	text-align: left;
}

#right p {
	margin-bottom: 20px;
}

/* ナビ
--------------------------------------------------- */

#navi {
	padding-top: 24px;
	clear: both;
}

#navi li {
	list-style: none;
	float: left;
}

#navi li a {
	text-indent: -9999px;
	display: block;
	width: 200px;
	height: 64px;
}

.navi1 a {
	background: url(../images/common/navi1.jpg) no-repeat;
}

.navi2 a {
	background: url(../images/common/navi2.jpg) no-repeat;
}

.navi3 a {
	background: url(../images/common/navi3.jpg) no-repeat;
}

.navi4 a {
	background: url(../images/common/navi4.jpg) no-repeat;
}

.navi5 a {
	background: url(../images/common/navi5.jpg) no-repeat;
}

.navi1 a:hover {
	background: url(../images/common/navi1.jpg) no-repeat 0 -64px;
}

.navi2 a:hover {
	background: url(../images/common/navi2.jpg) no-repeat 0 -64px;
}

.navi3 a:hover {
	background: url(../images/common/navi3.jpg) no-repeat 0 -64px;
}

.navi4 a:hover {
	background: url(../images/common/navi4.jpg) no-repeat 0 -64px;
}

.navi5 a:hover {
	background: url(../images/common/navi5.jpg) no-repeat 0 -64px;
}

.navi1-on a {
	background: url(../images/common/navi1.jpg) no-repeat 0 -64px;
}

.navi2-on a {
	background: url(../images/common/navi2.jpg) no-repeat 0 -64px;
}

.navi3-on a {
	background: url(../images/common/navi3.jpg) no-repeat 0 -64px;
}

.navi4-on a {
	background: url(../images/common/navi4.jpg) no-repeat 0 -64px;
}

.navi5-on a {
	background: url(../images/common/navi5.jpg) no-repeat 0 -64px;
}

/* ヘッダー
--------------------------------------------------- */

.top {
	margin-bottom: -5px;
}

#header h1 {
	float: left;
	width: 424px;
	padding-top: 30px;
	text-align: left;
}

#header p {
	float: right;
	width: 500px;
	padding-top: 20px;
}

#header p img {
	margin-left: 20px;
	vertical-align: middle;
}

#h-inner {
	width: 1000px;
	margin: auto;
}

/* フッター
--------------------------------------------------- */

#f-inner {
	width: 1000px;
	padding-top: 60px;
	margin: auto;
	text-align: center;
}

#f-inner:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

#f-inner ul {
	margin-bottom: 20px;
	width: 550px;
	text-align: center;
	margin: auto;
	clear: both;
}

#f-inner ul li {
	display: inline-block;
	float: left;
	padding: 0 15px;
	border-right: 1px solid #fff;
}

#f-inner ul li a {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}

#f-inner ul li a:hover {
	text-decoration: underline;
}

#f-inner .copy {
	clear: both;
	margin-bottom: 17px;
}

#pagetop a {
	margin-top: 5px;
	width: 121px;
	float: right;
	height: 45px;
	display: block;
	text-indent: -9999px;
	background: url(../images/common/pagetop.png) no-repeat;
}

#pagetop a:hover {
	background: url(../images/common/pagetop-on.png) no-repeat;
}

/* pagination
---------------------------------------------------- */
.pagination {
	text-align: center;
	padding: 10px 0;
	margin-top: 30px;
	list-style: none;
}

.pagination ul {
	text-align: center;
	margin: auto;
	width: 500px;
}

.pagination li {
	display: inline;
}

.pagination a {
	border: 1px solid #999999;
	background: #fff;
	padding: 5px;
	margin: 0 5px;
	text-decoration: none;
	color: #666666;
}

.pagination a:visited {
	border: 1px solid #999999;
	background: #eee;
	padding: 5px;
	margin: 0 5px;
	text-decoration: none;
	color: #666666;
}

.pagination a:hover {
	border: 1px solid #999999;
	background: #aaa;
	padding: 5px;
	margin: 0 5px;
	text-decoration: none;
	color: #fff;
}

.pagination .current {
	border: 1px solid #999999;
	background: #aaa;
	padding: 5px;
	margin: 0 5px;
	text-decoration: none;
	color: #fff;
}

/*アラート
------------------*/
.success {
	margin: 1px;
	border: 1px solid #ccc;
	overflow: hidden;
	font-size: 14px;
	border-radius: 10px;
	/* CSS3草案 */
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	/* Firefox用 */
	background: #e5f1c2;
}

.success-inner {
	background: url(../images/common/success.png) no-repeat 20px center;
	padding: 40px 0px 40px 80px;
}

.error {
	margin: 1px;
	border: 1px solid #ccc;
	overflow: hidden;
	font-size: 14px;
	border-radius: 10px;
	/* CSS3草案 */
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	/* Firefox用 */
	background: #fff5bc;
}

.error-inner {
	background: url(../images/common/error.png) no-repeat 20px center;
	padding: 40px 0px 40px 80px;
}


/* CSS Document */