/* ----------------------------------------------------------------------------------------------------------
	全体
-----------------------------------------------------------------------------------------------------------*/
body {
	background-color: #ffffff;
	color: #333333;
	margin: 10px 10px 10px 15px;
}
/* ----------------------------------------------------------------------------------------------------------
	ヘッダー
-----------------------------------------------------------------------------------------------------------*/
div#header {
	float: left;
	width:99.5%;
}
div#header_left {
	float: left;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 5px;
	text-align: left;
	width: 450px;
}
div#header_right {
	float: right;
	padding-top: 24px;	
	padding-bottom: 1px;
	padding-right: 5px;
	text-align: right;
}
div#page_title {
	font-size: 140%;
	font-weight: bold;
}		
/* ----------------------------------------------------------------------------------------------------------
	フッター
-----------------------------------------------------------------------------------------------------------*/
div#footer {
	float: left;
	width: 99.5%;
}
div#footer_left {
	float: left;
	padding-top: 5px;
	padding-bottom:21px;
	padding-left: 5px;
	text-align: left;
}
div#footer_right {
	float: right;
	font-size: 9px;
	font-family: Verdana;
	padding-top: 4px;
	padding-bottom:23px;
	padding-right: 5px;
	text-align: right;
}
/* ----------------------------------------------------------------------------------------------------------
	ボディ
-----------------------------------------------------------------------------------------------------------*/
div#body {
	float: left;
	border-bottom: 1px solid #aaaaaa;
	text-align: left;
	width: 99.5%;
}
.category_title {
	float: left;
	text-indent: 5px;
	line-height: 23px;
	border-top: 1px solid #aaaaaa;
	background-image: url(../images/stripe_back_2.gif);
	padding-top: 1px;
	padding-bottom: 0px;
	width: 100%;
}
.category_data {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	line-height: 30px;
	font-size: 80%;
}
.category_data_left {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	line-height: 30px;
	font-size: 80%;
}
.category_data_right {
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 25px;
	line-height: 30px;
	font-size: 80%;
}
.line_height_25 {
	line-height: 25px;
}
.indent {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 25px;
}
/* ----------------------------------------------------------------------------------------------------------
	リンク
-----------------------------------------------------------------------------------------------------------*/
a:link { 
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #cccccc;
}
a:visited { 
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #cccccc;
}
a:hover {
	background-color: #f0f0f0;
}
a:active {
	color: #dddddd;
}
a:link.underline_none {
	text-decoration: none;
	border-bottom: 0px;
}
a:visited.underline_none { 
	text-decoration: none;
	border-bottom: 0px;
}
a.doc{
	background-image: url(../images/doc.gif);
	padding-left:20px;
	background-repeat: no-repeat;
}
a.directory{
	background-image: url(../images/menu_directory.gif);
	padding-left:20px;
	background-repeat: no-repeat;
}
/* ----------------------------------------------------------------------------------------------------------
	フォーム
-----------------------------------------------------------------------------------------------------------*/
.submit {
	border-top: 0px;
	border-bottom: 1px solid #aaaaaa;
	border-left: 0px;
	border-right: 1px solid #aaaaaa;
	background-color: #dddddd;
	width: 60px;
}
.text {
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #eeeeee;
    background-color: #ffffff;
   	width: 300px;
}
/* ----------------------------------------------------------------------------------------------------------
	ライン
-----------------------------------------------------------------------------------------------------------*/
.line {
	margin-top: 7px;
	margin-bottom: 5px;
	border-bottom: 1px solid #aaaaaa;
}
.top_line {
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #aaaaaa;
}
.underline {
	text-decoration: underline;
}
/* ----------------------------------------------------------------------------------------------------------
	画像
-----------------------------------------------------------------------------------------------------------*/
img {
	border : 0px;
	vertical-align: middle;
}
/* ----------------------------------------------------------------------------------------------------------
	フォント
-----------------------------------------------------------------------------------------------------------*/
.font_size_80 {
	font-size: 80%;
}
.gts {
	font-weight: bold;
	font-family: Verdana;
	font-size: 90%;
}
.strong {
	font-weight: bold;
}