@charset 'UTF-8';

a:link {
	color:#000033;
}
a:visited {
	color:#000033;
}
a:active {
	color:#FF0000;
}
.text_bold_paddig_5px {
	font-weight: bold;
	padding: 5px;
}

a:hover {
	color:#FF9900;
}

.text_orange {
	color: #FF9900;
	float: right;
}

.text_orange a:link {
	color: #FF9900;
}
.text_orange a:visited {
	color:#FF9900;
}
.text_orange a:active {
	color:#FF6600;
}
.text_orange a:hover {
	color:#FF0000;
}

.headline_middle {
	font-size: medium;
	line-height: 150%;
	font-weight: bold;
}
.headline_small {
	font-size: small;
	line-height: 150%;
	font-weight: bold;
}

.sepalator {
	background-image: url(images/sepalator_h.gif);
	background-repeat: repeat-x;
	height: 1px;
	clear: both;
}
.main_text {
	margin: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: small;
}

.image_small {
	margin: 2px;
}

.navigation {
	margin: 5px;
	width: 168px;
	float: left;
	border: 1px solid #CCCCCC;
}

.navigation .header {
	background-image: url(images/caption_bg_gray.gif);
	background-repeat: repeat-x;
	height: 24px;
	width: 100%;
}

.navigation .menu {
	clear: both;
	list-style-image: url(images/three_dots.gif);
	list-style-type: none;
	font-weight: bold;
	list-style-position: outside;
	margin-top: -10px;
}



.navigation .menu li{
	margin-left: -10px;
	margin-bottom: 3px;
	width: 99%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.navigation .menu li a{ 
	display:block;
	padding: 5px;
}

.navigation .menu li:hover{
	background-image: url(images/menu_bg_orange.png);
	background-repeat: repeat-x;
}



.navigation .menu a:link {
	text-decoration: none;
}

.navigation .menu a:visited {
	text-decoration: none;	
}

.navigation .menu a:active {
	text-decoration: none;	
}

.navigation .menu a:hover {
	text-decoration: none;
}

.navigation .menu .selected{
	background-image: url(images/menu_bg_gray.png);
	padding: 5px;
	background-repeat: repeat-x;

}

.navigation .menu .selected:hover{
	background-image: url(images/menu_bg_gray.png);
}

#document_base {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #EEEEEE;
	padding: 0px;
	margin: 0px;
	line-height: 140%;
}
#document_base #global_header{
	background:#FFFFFF;
}
#document_base #global_header #header_top {
	width: 758px;
	margin-left: auto;
	margin-right: auto;
}

#document_base #container {
	background-image: url(images/bg_v_shadow.gif);
	background-repeat: repeat-y;
	width: 870px;
	margin: auto;
}

#document_base #container #layout_base {
	background-color: #FFFFFF;
	width: 858px;
	margin-left: auto;
	margin-right: auto;
}
#document_base #container #bottom_shadow {
	background: #EEEEEE;
	height: 5px;
	padding: 0px;
	background-image: url(images/bg_bottom_shadow.gif);
	background-repeat: no-repeat;
}
#document_base #container #layout_base #main_contents {
	clear: both;
	height:100%;
	margin-left: 5px;
	margin-right: 5px;
}


#document_base #container #layout_base #footer {
	text-align: center;
}


#header {
	background-image:url(images/header_bkg.jpg)
}

#header #top_logo {
	float: left;
	margin-left: 5px;
	margin-top: 8px;
}




#header #copy {
	font-style: italic;
	text-decoration: underline;
	float: right;
	margin-top: 3px;
}
#header #thema {
	clear: right;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	font-size: medium;
	margin-bottom: 7px;
	white-space:nowrap;
	color: #FFFFFF;
}
#menu {
	height: 29px;
	background-image: url(images/menu_background.gif);
	clear: both;
	background-repeat: repeat-x;
}
#menu #menu_list li{
	float: right;
	margin-top: 3px;
	list-style: none;
}
#footer #footer_menu {
	height: 12px;
	margin-left: 167px;;
	margin-right: auto;
	width: 580px;
	white-space: nowrap;
}
#footer #footer_menu #footer_menu_list li{
	list-style: none;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 5px;
	padding-left: 5px;
}

#footer #copyright {
	clear: both;
	text-align: center;
	margin: 10px;
	margin-top: 20px;
}
.very_strong {
	font-size: medium;
	margin: 10px;
	font-weight: bold;
}
.very_strong_non_margin {
	font-size: medium;
	font-weight: bold;
}
.little_strong {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.location {
	text-align: right;
	font-style: normal;
	float: right;
	background-color: #FFEFD0;
	padding: 2px;
	font-size: x-small;
}
.notice_area {
	background-color: #FFFFCC;
	border: 1px solid #FFCC33;
	padding: 3px;
}
.remarks_area {
	background-color: #E8FCFF;
	border: 1px solid #33CCFF;
	padding: 3px;
}

.right {
	text-align: right;
}
.contents_header_orange {
	background-color: #FFF7DD;
	margin-left: -5px;
	height: 22px;
	margin-bottom: 15px;
}
.division_top_line {
	border-top: #CCCCCC solid 1px;
	clear: both;
}

.contents_header_light_blue {

	background-color: #EAE6FF;
	margin-left: -5px;
	height: 22px;
	margin-bottom: 15px;
}
.sepalator_short {

	background-image: url(images/sepalator_h.gif);
	background-repeat: repeat-x;
	height: 1px;
	clear: both;
	width:90%;
	margin-left:20px;
}
.caption_orange {
	background-image: url(images/caption_bg_orange.gif);
	background-repeat: repeat-x;
	height: 21px;
	padding-top: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: medium;
	color: #333333;
}

#column_box_168_left {
	margin: 5px;
	height: auto;
	width: 168px;
	border: 1px solid #CCCCCC;
}

.midashi {
	font-size: large;
	font-weight: bold;
	background-color: #FFCC66;
	padding: 3px;
}

.top_line_orange{
	border-top-color:#FFCC66;
	border-top-style:solid;
	border-top-width:1px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#document_base #container #layout_base #main_contents #section #about_software .top_line_orange {
	font-weight: normal;
}
#document_base #container #layout_base #main_contents #section #about_software p b {
	font-size: small;
}

.but {
	height: 56px;
	width: 187px;
	background-image:url(images/nextscreen/btn01.png);
}
#section {
	height: 56px;
	width: 187px;
}
