@charset "utf-8"; 
@import url("navi.css");

/* -------------------- text -------------------- */

* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: "ヒラギノ角ゴ pro w3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333; 
}
a {	
	color: #5452f7;
	text-decoration: underline;
}
a:hover {
	color: #443a8d;
}
h1 {
	font-size: 22px;
	line-height: 26px;
	margin: 15px 0px 5px 0px;
	padding: 0px 0px 0px 7px;
}
h2 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 15px;
}
h3 {
	font-size: 18px;
	line-height: 28px;
	border-top: 1px solid #b3b3b3;
	margin-bottom: 20px;
	padding: 3px 0px 0px 12px;
	background: url(../images/point_square_01.png) no-repeat 0px 8px;
}
h4 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
}
h5 {
	font-size: 14px;
	line-height: 22px;
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 7px;
	padding-left: 10px;
	background: url(../images/point_square_02.png) no-repeat 0px 3px;
}
h6 {
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #b3b3b3;
	border-left: 3px solid #b3b3b3;
	margin-bottom: 7px;
	padding: 0px 4px;
	background: #f3f3f3;
}
.headline {
	font-size: 14px;
	font-weight: bold;
}
.standard {
	font-size: 12px;
}
.caption {
	font-size: 11px;
	line-height: 14px;
}



/* -------------------- table -------------------- */

table {
	border-collapse: collapse;
}
.data table {
	border-top: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
}
.data td {
	border-bottom: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	padding: 1px 3px;
}
.data .table_header_top {
	text-align: center;
	padding: 0px;
	background: #d9d9d9;
}
.data .table_header_left {
	text-align: left;
	background: #eeeeee;
}
.data .cancel table,
.data .cancel td {
	border: none;
	padding: 0px;
}
form td {
	border-top:dashed 1px #b3b3b3;
}
form td {
	padding: 10px 0px 10px 0px;
}
form .float_left {
	width: 250px;
}



/* -------------------- form -------------------- */

input {
	margin-right: 5px;
	padding: 1px;
}
textarea {
	padding: 1px;
}
form li {
	margin-bottom: 0px;
}



/* -------------------- other -------------------- */

img {
	border: none;
}
ul li {
	list-style: none;
	padding-left: 10px;
	background: url(../images/bullet.png) no-repeat 0px 7px;
}
ol li {
	margin-left: 25px;
}
blockquote {
	border: solid 1px #b3b3b3;
	padding: 10px;
	background: #f3f3f3;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.float_clear {
	clear: both;
}
.image_left {
	float: left;
	margin-right: 20px;
}
.image_right {
	float: right;
	margin-left: 20px;
}
.space {
	display: block;
	height: 20px;
	font-size: 10px;
	line-height: 10px;
}
.border {
	border-top: solid 1px #b3b3b3;
	margin-top: 5px;
	padding-top: 5px;
}
.border_dashed {
	border-top: dashed 1px #b3b3b3;
	margin-top: 10px;
	padding-top: 10px;
}
.border_dashed_broad {
	border-top: dashed 1px #b3b3b3;
	margin-top: 20px;
	padding-top: 20px;
}
.point_arrow_01 {
	padding-left: 15px;
	background: url(../images/point_arrow_01.png) no-repeat 0px 5px;
}
.point_arrow_02 {
	display: block;
	width: 385px;
	height: 25px;
	background: url(../images/point_arrow_02.gif) no-repeat center center;
}
.banner {
	padding-bottom: 5px;
}
.navi_prev {
	padding-left: 15px;
	background: url(../images/point_arrow_02.png) no-repeat left 1px;
}
.navi_next {
	padding-right: 15px;
	background: url(../images/point_arrow_01.png) no-repeat right 1px;
}



/* -------------------- color -------------------- */

.color_blue {
	color: #287eff;
}
.color_products {
	color: #00579a;
}
.color_light_blue {
	color:#86b7ff;
}
.color_gray {
	color: #666666;
}
.color_white {
	color: #ffffff;
}



/* -------------------- general -------------------- */

#general {
	width: 820px;
	margin: auto;
	text-align: left;
}



/* -------------------- header -------------------- */

#header {
	height: 120px;
	background: url(../images/background_header.jpg) repeat-x center bottom;
}
#header .content {
	width: 820px;
	margin: auto;
}
#header .content #logo {
	float: left;
	margin-top: 7px;
	background: url(../images/logo_technos.gif) no-repeat left top;
}
#header .content #logo a {
	display: block;
	width: 235px;
	height: 40px;
}
#header .content h1 {
	float: right;
	font-size: 13px;
	letter-spacing: -1px;
	margin-top: 26px;
}
#header .content #language {
	float: right;
	width: 820px;
	height: 40px;
}
#header .content #language img {
	float:right;
	margin-top:20px;
}



/* -------------------- bread_crumbs -------------------- */

#bread_crumbs {
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 20px;
}
#bread_crumbs li {
	float: left;
	background: url(../images/point_bread_crumbs.png) no-repeat 0px 1px;
	padding: 0px 15px;
}



/* -------------------- main -------------------- */

#main {
	float: left;
	width: 600px;
}
#main .column_left {
	float: left;
	width: 290px;
}
#main .column_right {
	float: right;
	width: 290px;
}
#main .graph_left {
	float: left;
	width: 120px;
}
#main .graph_right {
	float: right;
	width: 460px;
}
#main .frame_news_top {
	width: 600px;
	height: 30px;
	background: url(../images/frame_news_top.png) no-repeat left top;
}
#main .frame_news_middle {
	width: 600px;
	background: url(../images/frame_news_middle.png) repeat-y left top;
}
#main .frame_news_bottom {
	width: 600px;
	height: 10px;
	background: url(../images/frame_news_bottom.png) no-repeat left top;
}
#main .frame_news_middle .content {
	padding: 0px 10px;
}
#main .column_sitemap_01 {
	float: left;
	width: 175px;
	padding: 0px 25px 5px 0px;
}
#main .column_sitemap_02 {
	float: left;
	width: 300px;
	padding: 0px 25px 5px 200px;
}
#main .border_sitemap {
	border-top: dashed 1px #b3b3b3;
	margin-top: 10px;
	padding-top: 15px;
}



/* -------------------- sidebar -------------------- */

#sidebar {
	float: right;
	width: 180px;
}	



/* -------------------- navi_text -------------------- */

#navi_text {
	width: 820px;
	border:solid 1px #b3b3b3;
	text-align: center;
	margin: 20px auto 0px auto;
	background: #f3f3f3;
}
#navi_text p {
	color: #b3b3b3;
	padding: 7px 0px 5px 0px;
}



/* -------------------- footer -------------------- */

#footer {
	height: 120px;
	background: url(../images/background_footer.jpg) repeat-x center top;
}
#footer address {
	text-align: center;
	line-height:13px;
	letter-spacing: 1px;
	color:#999999;
	font-style: normal;
	padding-top:40px;
}
