* {
	margin:0;
	padding:0;
	}

body {
	background: url(../img/all/bg.gif);
	font-size: small;
	line-height: 1.5;
	margin: 15px auto;
	}

img {
	border: none;
	}

hr {
	display: none;
	}

/* リンクの色設定 ---------------------------------------------------- */
a {
	text-decoration: none;
	}
a:hover {
	color: red;
	text-decoration: underline;
	}

/* メイン ---------------------------------------------------- */
#main {
	width: 650px;
	margin: 0 auto;
	background: #fff;
	border-top: #000 25px solid;
	border-left: #000 2px solid;
	border-right: #000 2px solid;
	}

/* h1,h2,h3 ---------------------------------------------------- */
h1 {
	width: 250px;
	height: 250px;
	margin: 20px auto;
	background: url(../img/index/title.gif) no-repeat;
	text-indent: -9999px;
	}

h2 {
	width: 540px;
	padding: 5px;
	margin: 0 auto;
	background: #000;
	color: #fff;
	font-size: small;
	}

h3 {
	width: 650px;
	padding-top: 5px;
	height: 20px;
	background: #000;
	text-align: center;
	font: small nomal;
	color: #fff;
	}

/* フォーム設定 ---------------------------------------------------- */
#no_f {
	margin: 30px auto;
	padding-top: 15px;
	width: 500px;
	text-align: center;
	border-top: #ccc 1px dotted;
	}

#no_f input {
	margin: 10px;
	border: #000 1px solid;
	}

/* ナビ ---------------------------------------------------- */
#navi {
	width: 400px;
	margin: 0 auto 10px;
	border-right: #000 1px solid;
	/* -------clearfix------ */
	_height: 1px;
	min-height: 1px;
	}
#navi:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

#navi li {
	width: 99px;
	text-align: center;
	float: left;
	border-left: #000 1px solid;
	list-style-type: none;
	}

/* 各項目 ---------------------------------------------------- */
.main_content {
	width: 450px;
	margin: 0 auto 10px;
	/* -------clearfix------ */
	_height: 1px;
	min-height: 1px;
	}
.main_content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

.main_content li {
	width: 150px;
	float: left;
	list-style-type: none;
	}


/* テキスト ---------------------------------------------------- */
.top_text {
	text-align: center;
	}

.sub_text {
	width: 550px;
	margin: 0 auto;
	color: #969696;
	}

.gototop {
	width: 550px;
	margin: 0 auto 10px;
	text-align: right;
	}

.gotomayutsuriba {
	margin: 10px auto;
	text-align: center;
	border-top: #ccc 1px dotted;
	border-bottom: #ccc 1px dotted;
	}

.pan_text {
	width: 600px;
	text-align: right;
	margin: 10px auto;
	}

.kikaku_text {
	width: 450px;
	margin: 0 auto;
	}