body {
	text-align:center;
	line-height: 1.4em;
	margin: 0px;
	background-color: #ffffff;
}
body, td, th { font-size: 12pt; }
a:link { text-decoration: none; color: #4169E1; }
a:visited { text-decoration: none; color: #4169E1; }
a:active { text-decoration: none; color: #4169E1; }
a:hover { text-decoration: none; color: #FF0000; }

h1{
	text-align: right;
	color: #4682b4;
	font-size: x-large;
	padding-right: 0.2em;
}
h1.title { margin: 10px; }

h2 {
	font-size: 13pt;
	font-weight:;
}

.enter{font-size: 20pt; font-weight: bold; margin: 50px;}
.red { color: #ff0000; }
.yellow { color: #ffff00; }
a img { border-style: none; }

#outline {
	text-align:center;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #ffffff;
	border-color: #00BFFF;
	border-style: solid;
	border-width: 0px;
}

.b_700 {
	text-align:left;
	width: 700px;
	border: 2px solid #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.text {
	text-align:left;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.box {
	text-align:left;
	border-color: #808080; 
	border-style: solid; 
	border-width: 1px;
	margin : 0 0px;
	padding-top: 5px;
}

.font { line-height: 1.4em; }

.copy {
	background-color: #87CEEB;
	padding: 5px 0;
}

.real {
	text-align: left;
	padding: 5px 10px;
}

/* INDEX */
.i_text {
	text-align:left;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.link_box {
	text-align:center;
	width: 800px;
	border-color: #A9A9A9; 
	border-style: solid; 
	border-width: 1px;
	margin: 10px auto;
	padding-top: 3px;
}

.osirase {
	text-align:left;
	font-size: 14px;
	line-height: 1.6em;
	width: 720px;
	border: 1px solid #6495ED;
	background: #F0F8FF;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.600 {
	text-align:left;
	line-height: 1.6em;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.osirase_t { 
	font-weight: bold;
	margin-left: 15px;

}

/* LINK */
.link {
	text-align:left;
	width: 600px;
	border-color: #C0C0C0; 
	border-style: solid; 
	border-width: 1px;
	margin-top: 10px;
	padding: 5px;
}

/* ナビゲーション */
#header {
	font-size: 100%;
	background: url(bin/bg.gif) #ffffff repeat-x 50% bottom;
	float: left;
	width: 100%;
	line-height: normal;
}
#header ul {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	list-style-type: none;
}
#header li {
	background: url(bin/left.gif) no-repeat left top;
	float: left;
	padding-right: 0px;
	padding-left: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#header a {
	display: block;
	background: url(bin/right.gif) no-repeat right top;
	float: left;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header a { float: none; }
#header a:hover { color: #ffff00; }
#header #current { background-image: url(bin/left_on.gif); }
#header #current a { background-image: url(bin/right_on.gif); color: #333; padding-bottom: 5px; }

/* メイン外枠 */
.waku { border-color: #1e90ff; border-style: solid; border-width: 1px; }

/* メールボタン */
#mail {
	text-align: center;
	font-weight: bold;
	padding: 10px;
	background: #0000CD;
	color: #ffffff;
}

#mail a {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	display: block;
	line-height: 30px;
}

#mail a:hover {
	background: #ff33cc;
} 

/* -- 左右二分割 -- */
.2_css {
	width: 700px;
	margin: 0px auto;
}
.content {
	background-color: #ffffff;
	padding: 10px;
}
.left_box {
	text-align: left;
	width: 600px;
	float: left;
}
.right_box {
	text-align: left;
	width: 80px;
	float: right;
}