@charset "utf-8";

/* top elements */
*{
	margin: 0;
	padding: 0;
	}

html { height: 100%; }

img { border: 0; }

.clear {
	clear:both;
}

.clear hr {
	display:none;
}

body {
	width: 100%;
	height: 100%;
	color: #343e5e;
	font: normal .8em Verdana, Sans-serif;
	background: #fff;
	line-height: 1.4;	
	}

#container {
	width:  100%;
	margin: 0 auto;
	}

#content {
	width: 960px;
	text-align: left;	
	margin: 0 auto;	
	}

/* links */
a:link { color: #4a947b; text-decoration: none; }
a:visited { color: #4a947b; text-decoration: none; }
a:hover { color: #ff9000; text-decoration: underline; }
a:active { color: #ff9000; text-decoration: none; }

/* headers */
h1 {
	display:inline;
	background-color: #ff6860;
	color: #ffffff;
	font-weight: normal;
	padding: 0 4px;
	}

h2, h3, h4 {
	color: #828e9a;
	margin: 10px 15px;
	}

h2 { font-size: 1.2em;}
h3 { font-size: 1.2em;}
h4 { font-size: 1em;}

.title_h3 {
	color: #cc9966;
}

/* read more */
.readmore {
	float: right;
	width: 56px;
	height: 14px;
	background-image: url(../images/bk_list_01.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
	text-align: left;
	padding-left: 18px;
	line-height: .9;
	}

.readmore a:link { color: #828e9a; text-decoration: none; }
.readmore a:visited { color: #828e9a; text-decoration: none; }
.readmore a:hover { color: #828e9a; text-decoration: underline; }
.readmore a:active { color: #828e9a; text-decoration: none; }

/* header */
#header {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	text-align: left;
	background-color: #343e5e;
	-moz-box-shadow: 0 2px 6px #999999;
	-webkit-box-shadow: 0 2px 6px #999999;
	box-shadow: 0 2px 6px #999999;
	}

.header_content {
	width: 960px;
	margin: 0 auto;
	position: relative; 
	top: 5px; left: 5px;
	}

.logo {
	float: left;
	position: absolute;
	top: 5px; left: 5px;
	}

/* navigation */
.navi {
	position: relative;
	top: 30px; left: 100px;
	width: 740px;
	height: 46px;
	margin: 0 auto;	
	list-style-type: none;
	z-index: 1;
	}

.navi li {
	float: left;
	position: relative;
	width: 82px;
	height: 46px;
	text-align: center;
	}

.navi li img {
	padding-top: 6px;
	padding-bottom: 2px;
	}
		
.navi li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	}

.navi li:hover > a { background-color: #262d45; }

.navi li ul {
	list-style: none;
	position: absolute;
	top: 59px;
	left: 0;
	}

.navi li:last-child ul {
	left: -100%;
	width: 100%;	
	}

.navi li ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	white-space: nowrap;
	}

.navi li ul li a {
	padding: 12px 8px;
	color: #bfbfbf;
	text-align: left;
	font-weight: normal;
	border: none;
	background-color: #262d45;
	}

.navi li ul li a:hover {
	color: #ffffff;
	background-color: #ff6060;
	}

.navi li:hover ul li {
	overflow: visible;
	height: 38px;
	border-top: 1px solid #3c4d62;
	}

/* sub menu */
.subMenu {
	width: 100%;
	height: 45px;
	background-color: #e3e6e9;
	-moz-box-shadow: inset 1px 4px 9px -6px  #000;
	-webkit-box-shadow: inset 1px 4px 9px -6px  #000;
	box-shadow: inset 1px 4px 9px -6px #000;	
	}

.subMenu_content {
	width: 960px;
	margin: 0 auto;
	position: relative; 
	top: 5px; left: 5px;
	}

/* pankuzu list */
.pankuzu {
	float: left;
	list-style: none;
	padding-top: 8px;
	}

.pankuzu li {
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	background: url(../images/listMark02.png) no-repeat 0 50%;
	}

.pankuzu li.home {
	padding-left: 0;
	background: none;
	}

.pankuzu li a:link,
.pankuzu li a:visited {
	color: #343e5e;
	text-decoration: underline;
	}

.pankuzu li a:hover,
.pankuzu li a:active {
	color: #343e5e;
	text-decoration: underline;
	}

.pankuzu li em { font-style: normal; }

/* sub menu search */
.formsearch02 {
	float: right;
	padding-top: 2px;
	margin-right: 20px;
	}

.editbox_search {
	height: 28px;
	width: 240px;
	color: #333333;
	background: #FAFAFA;
	outline: none;
	border: 1px solid #acacac;
	padding-left: 4px;
	margin: 0 auto;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
	
.searchBtn02 {
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
	padding: 5px 8px;
	color: #fff;
	border: none;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 auto;
}

/* side box */
.sideBox {
	float: right;
	width: 280px;
	padding: 10px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #e3e6e9 url(../images/bk_icon_news.png) no-repeat top right;
	line-height: 1.6;
	}

.sideBox span {
	color: #ff6060;
	margin-left: 25px;
	}

.newsBox {
	height: 480px;
	overflow: auto;
	margin-bottom: 8px;
	}

.newsBox span img {
	margin-left: 4px;
	}
	
.newsBox ul {
	padding: 0 25px;
	margin-bottom: 16px;
	list-style: none;
	}

.newsBox ul li { margin: 4px 0; }

.sideBox ul li a:link { color: #343e5e; text-decoration: underline; }
.sideBox ul li a:visited { color: #1abc9c; text-decoration: underline; }
.sideBox ul li a:hover { color: #1abc9c; text-decoration: underline; }
.sideBox ul li a:active { color: #343e5e; text-decoration: underline; }

/* left content */
#mainBox {
	width: 100%;
	margin-top: 20px;
	}

.post01 {
	width: 630px;
	margin-bottom: 20px;
	line-height: 1.6;
	}

.post01 div {
	float: left;
	padding-right: 10px;	
	font-size: 190%;
	font-weight: normal;
	color: #ff6060;
	}
	
.post01 p {
	font-weight: normal;
	margin: 0;
	}

.post02 { width: 630px; }

.post03 {
	margin: 5px 14px 5px 14px;
	line-height: 1.8em;
	padding: 14px;
	background-color: #e3e6e9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	}

/* form */
.formBox label {
	padding-left: 10px;
	}

.formBox ul {
	list-style: none;
	margin: 0 0 10px 0;
	}

.formBox ul li {
	padding-top: 10px;
	padding-top: 10px;
	}

.formBox ul li:first-child {
	border: none;
	}

.formBox ul li span {
	float: left;
	display: block;	
	width: 160px;
	text-align: left;
	margin-right: 10px;
	}

.formBox p {
	display: block;
	overflow: hidden; 
	padding-top: 3px;
	zoom: 1;
	}
	
.openBtn {
	display:inline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 6px 10px;
	border: none;
	border-bottom: solid 2px #747e89;
	background: #828e9a;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 auto;
	margin-left: 10px;
	}

.openBtn:hover {
	color: #fff;
	text-decoration: none;
	border: none;
	border-bottom: solid 2px #747e89;
	background: #747e89;
	}

.formBtn {
	margin-left: 10px;
	margin-top: -10px;	
	}

/* launcher */
.grid { height: 400px; }

.grid li {
	width: 150px;
	height: 130px;
	margin: 2px;
	float: left;
	list-style: none;
	}

.grid li h2 {
	color: #FFFFFF;
	width: 132px;
	font-size: 110%;
	font-weight: normal;
	margin-left: 8px;
	}
	
.grid li h2 a:link { color: #FFFFFF; text-decoration: none; }
.grid li h2 a:visited { color: #FFFFFF; text-decoration: none; }
.grid li h2 a:hover { color: #FFFFFF; text-decoration: underline; }
.grid li h2 a:active { color: #FFFFFF; text-decoration: none; }

.grid li p {
	color: #FFFFFF;
	width: 132px;
	font-size: 90%;
	margin-left: 8px;
	}
.grid li p img {
	margin-top: 4px;
	}
	
.grid li:nth-child(7) {
	width: 304px;
	height: 130px;
	}

.gridClore01 { background-color: #fd7004; }
.gridClore02 { background-color: #343e5e; }
.gridClore03 { background-color: #ed4a36; }
.gridClore04 { background-color: #fdcb34; }
.gridClore05 { background-color: #1abc9c; }
.gridClore06 { background-color: #1c2234; }

.gridBk01 {
	background-image: url(../images/bk_Icon_01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

.gridBk02 {
	background-image: url(../images/bk_Icon_02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

.gridBk03 {
	background-image: url(../images/bk_Icon_03.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

/* launcher search */
.formsearch01 {
	width: 100%;
	margin-top: 10px;
	height: 28px;
	text-align: center;
	}

.formsearch01 input.editbox_search {
	height: 28px;
	width: 280px;
	color: #333333;
	background: #FAFAFA;
	outline: none;
	border: 1px solid #acacac;
	padding-left: 4px;
	margin: 0 auto;
	}
	
.searchBtn {
	width: 90px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
	padding: 6px 0;
	color: #fff;
	border: none;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 auto;
	margin-top: 14px;
	margin-left: 4px;	
	margin-right: 4px;	
	}
	
.searchBtn03 {
	width: 90px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
	padding: 6px 0;
	color: #fff;
	border: none;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 auto;
}

.searchBtnColor01 {
	border-bottom: solid 2px #c4641b;
	background: #ff8223;
	}

.searchBtnColor02 {
	border-bottom: solid 2px #149078;
	background: #1abc9c;
	}

.searchBtnColor03 {
	border-bottom: solid 2px #646d76;
	background: #828e9a;
	}
	
.searchBtnColor01:hover {
	border-bottom: solid 2px #f37719;	
	background: #f37719;
	}

.searchBtnColor02:hover {
	border-bottom: solid 2px #0bad8d;	
	background: #0bad8d;
	}

.searchBtnColor03:hover {
	border-bottom: solid 2px #646d76;	
	background: #646d76;
	}
	
/* button */
.linkBanner {
	width: 145px;
	display: block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
	padding: 9px 0;
	color: #aeb4b9;
	border: none;
	border-bottom: solid 2px #1c2234;
	background: #262d45;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 auto;
	}

.linkBanner:hover {
	color: #fff;
	text-decoration: none;
	border: none;
	border-top: solid 2px #161d30;	
	background: #1a223a;
	}

/* footer */
#footer {
	width: 100%;
	height: 112px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	background-color: #343e5e;
	font-size: 85%;
	text-align: center;	
	color: #aeb4b9;
	-moz-box-shadow: inset 1px 4px 9px -6px  #000;
	-webkit-box-shadow: inset 1px 4px 9px -6px  #000;
	box-shadow: inset 1px 4px 9px -6px #000;
	}

.footer_size {
	height: 40px !important;
	padding-top: 8px;
	}

.footer_content {
	width: 960px;
	margin: 0 auto;
	position: relative; 
	}

.footer_content div { white-space: nowrap; }

.footer_content span {
	float: left;
	margin-top: 10px;
	}

.footer_btn {
	float: right;
	list-style-type: none;
	margin: 18px 0;
	}
	
.footer_btn li {
	float: left;
	text-align: center;
	margin: 0 5px;
	}

.footer_btn li:first-child {
	width: 60px;
	border: none;
	font-weight: bold;
	font-size: 140%;
	color: #aeb4b9;
	line-height: 2.2;
	background-image: url(../images/icon_links.png);
	background-repeat: no-repeat;
	background-position: left center;	
	padding-left: 18px;
	}

.footer_btn li p {
	margin-top: 8px;
	margin-left: 10px;	
	height: 16px;
	line-height: 1.6;
	font-size: 110%;
	}

.footer_menu {
	float: right;
	list-style-type: none;
	}
	
.footer_menu li {
	float: left;
	padding: 8px 5px;
	}

.footer_menu li:nth-child(4),
.footer_menu li:nth-child(5),
.footer_menu li:nth-child(6) {
	padding-bottom: 10px;
	padding: 2px;
	}

.footer_content a:link { color: #aeb4b9; text-decoration: none; }
.footer_content a:visited { color: #aeb4b9; text-decoration: none; }
.footer_content a:hover { color: #aeb4b9; text-decoration: underline; }
.footer_content a:active { color: #aeb4b9; text-decoration: none; }

.hidden {
  display: none;
}

#convert_id_input_area {
	
}

#input_os_id_label {
	float:left;
	margin-top: 4px;
}

#convert_id_input_box {
	float:left;
	margin-left: 10px;
}

#convert_submit_button {
	float:left;
	margin-left: 10px;
}

#convert_reset_button {
	float:left;
	margin-left: 5px;
}

#direction_select_area {
	margin-top: 10px;
}

#direction_select_from {
	float:left;
}

#direction_select_to_area {
	float:left;
}

#note_area {
	margin-top: 10px;
}

#tools_converter table.top_b {
    margin: 0 auto;
    width: 610px;
    background-color: beige;
    border: 1px solid lightgray;
    font-size: normal;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#tools_converter table.top_b td {
    font-size: 14px;
}

#tools_converter table.top_b td.c1 {
    width: 140px;
    height: 40px;
    text-align: right;
    vertical-align: middle;
}

#tools_converter table.top_b td.c2 {
    width: 470px;
    vertical-align: middle;
    height: 40px;
    padding-left: 20px;
}

#tools_converter table.top_b tr.d {
    height: 40px; 
    text-align: center;
}

#tools_converter label {
    margin-right: 20px;
}

#tools_converter input[type="text"] {
    width: 260px;
    height: 20px;
    font-size: 13px;
    margin-right: 20px;
}

#tools_converter input[type="reset"],
#tools_converter input[type="submit"] {
    width: 70px;
    height: 25px;
    font-size: 14px;
    color: white;
    background-color: #5858FA;
    border-radius: 5px;
}

#tools_converter table.result_table {
    margin: 0 auto;
    width: 610px;
    margin-top: 20px;
    margin-bottom: 40px;
}

#tools_converter table.result_table tr td {
    font-size: 14px;
}

#tools_converter table.result_table tr.title {
    background-color: #506396;
    height: 32px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

#tools_converter table.result_table tr.result {
    height: 27px;
    background-color: #f0f0f0;
}

#tools_converter table.result_table tr td.c01 { width: 50%; }
#tools_converter table.result_table tr td.c02 { width: 50%; }

#tools_converter table.result_table tr.result td.c01 { padding-left: 20px; }
#tools_converter table.result_table tr.result td.c02 { padding-left: 20px; }

#tools_converter table.result_table a:hover {
    background-color: #fdf5e6;
}

#tools_converter p.no-hits {
    margin-top: 20px;
    margin-left: 20px;
    width: 610px;
    font-size: 16px;
    font-weight: bold;
    color: brown;
    margin-bottom: 30px;
}

#tools_converter a {
	text-decoration: underline;
}

#converter {
	margin-top: 15px;
}

.inactive_link {
	color: #8b8b8b;
}

.footer_menu span {
	margin-top: 0px;
}
