@charset "utf-8";
/* CSS Document */

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

body

=======================================*/
body,td,th {
	font-family: Helvetica, メイリオ, Meiryo, ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	color: #333333;
	font-size: 12px;
	height: 100%;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

link

=======================================*/
a:link {
	color: #1B73F9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1B73F9;
}
a:hover {
	text-decoration: underline;
	color: #00FEFB;
}
a:active {
	text-decoration: none;
	color: #1B73F9;
}
/*======================================

base

=======================================*/
#top #base {
	width: 850px;
	margin: auto;
	height: 100%;
	background-image: url(bg_menu.png);
	background-repeat: repeat-y;
}
/*======================================

menu

=======================================*/
#top #base #menu {
	float: left;
	width: 150px;
	height: 100%;
	overflow: hidden;
	margin-left: 5px;
	padding-top: 80px;
}
#top #base #menu .menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F0F0F0;
}
#top  #base  #menu  .menu  li a {
	display: block;
	text-align: center;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 2em;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F0F0F0;
}
#top #base #menu .menu li a:hover {
	background-color: #F0F0F0;
}
#top #base #menu .side {
	padding-top: 25px;
}
#top #base #menu .side h2 {
	font-size: 1.1em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 1.5em;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#top #base #menu .side p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	color: #999999;
}
/*======================================

maincontent

=======================================*/
#top #base #maincontent {
	float: right;
	width: 660px;
	overflow: hidden;
}
#top #base #maincontent h1 {
	font-size: 25px;
	font-weight: normal;
	font-family: "Century Gothic", Tahoma, Arial, Sans-serif;
	margin: 0px;
	line-height: 3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#top #base #maincontent .image img {
	display: block;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#top #base #maincontent .main .t {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	color: #000000;
	line-height: 2em;
	padding-left: 5px;
	font-size: 1.1em;
}
#top #base #maincontent .main .td {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 1.6em;
}
/*======================================

footer

=======================================*/
#top #base #footer {
	clear: both;
	line-height: 5em;
	background-color: #FFFFFF;
	text-align: center;
	font-size: .8em;
}
/*======================================

textarea/input

=======================================*/
textarea, input {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	color: #333333;
	margin: 2px;
	padding: 2px;
	background-color: #FFFFFF;
}