/* ---------------------------------------------------------
Multi-use

CascadingStyleSheet Settingfile

2007.07.17
--------------------------------------------------------- */
/***** common css *****/
/**********************/

/*** base style ***/
body{
	margin:0px;
	padding:0px;
	font-family:'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Osaka', 'Helvetica', 'Arial', 'Gothic', 'sans-serif';
	font-size:12px;
	line-height:140%;
	background-position:center;
	text-align:center;
}
div#outline{
	margin: 0px auto;
	margin-bottom:5px;
	width:820px;
	text-align:left;
	background:url(/images/outline_bg.jpg) repeat-y 0 0;
	height:auto;
	display:block;
}
/*** Fix Text ***/
.j10 {
	font-size:10px;
	line-height:13px;
}
.j12 {
	font-size:12px;
	line-height:17px;
}
.j14 {
	font-size:14px;
	line-height:20px;
}
/*** Fix Img ***/
img{
	border:0px;
	display:block;
	margin:0px;
	padding:0px;
}
/*** Fix Form ***/
form{
	margin:0px;
}
/*** Link Color ***/
A:link {
	color:#0066CC;
	text-decoration:none;
}
A:visited {
	color:#0066CC;
	text-decoration:none;
}
A:hover {
	color:#0066CC;
	text-decoration:underline;
}
A:active {
	color:#0066CC;
	text-decoration:underline;
}
/***Clear***/
.c-both {
	clear:both;
}
/*** header ***/
div#outline #header{
	background-image: url(/images/header_bg.jpg);
	background-repeat: no-repeat;
	width:820px;
	height:100px;
}
div#outline #header #logo {
	margin:15px 0px 0px 25px;
	width:190px;
	float:left;
	display:inline;
}
div#outline #header ul#sublink {
	margin:10px 20px 0px 0px;
	display:inline;
	text-align:right;
	float:right;
}
div#outline #header ul#sublink li {
	display:inline;
	margin-left:10px;
}
div#outline #header ul#sublink li a{
	background:url(/images/arrow_blue.gif) no-repeat 0 0;
	padding-left:14px;
}
	div#outline #header ul#sublink li a:link{
		color:#666666;
		text-decoration:none;	
	}
	div#outline #header ul#sublink li a:visited{
		color:#666666;
		text-decoration:none;	
	}
	div#outline #header ul#sublink li a:hover{
		color:#0066CC;
		text-decoration:underline;	
	}
	div#outline #header ul#sublink li a:active{
		color:#0066CC;
		text-decoration:underline;	
	}
div#outline #header #txt {
	margin:7px 20px 0px 0px;
	width:560px;
	float:right;
	display:inline;
}
div#outline #header #txt h1{
	margin:0px 0px 0px 0px;
	font-size:12px;
	line-height:140%;
	color: #007FE5;
	font-weight: normal;
}
/*** Isms ***/
div#outline #isms{
	margin:10px 0px 10px 25px;
	width:770px;
	height:85px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
div#outline #isms #img{
	margin:10px 0px 0px 0px;
	width:140px;
	height:75px;
	float:left;
}
div#outline #isms #txt{
	margin:10px 0px 0px 0px;
	width:620px;
	height:75px;
	float:right;
}
/*** Footer ***/
div#outline #footer{
	width:820px;
	height:55px;
	background-image: url(/images/footer_bg.jpg);
	background-repeat: no-repeat;
}
div#outline #footer #copy{
	margin:10px 0px 0px 25px;
	width:400px;
	color: #FFFFFF;
	float:left;
}
div#outline #footer ul#sublink {
	margin:10px 20px 0px 0px;
	display:inline;
	text-align:right;
	float:right;
}
div#outline #footer ul#sublink li{
	display:inline;
	margin-left:10px;
}
div#outline #footer ul#sublink li a{
	background:url(/images/arrow_water.gif) no-repeat 0 0;
	padding-left:14px;
}
	div#outline #footer ul#sublink li a:link{
		color:#FFFFFF;
		text-decoration:none;	
	}
	div#outline #footer ul#sublink li a:visited{
		color:#FFFFFF;
		text-decoration:none;	
	}
	div#outline #footer ul#sublink li a:hover{
		color:#FFFFFF;
		text-decoration:underline;	
	}
	div#outline #footer ul#sublink li a:active{
		color:#FFFFFF;
		text-decoration:underline;	
	}
	
	
	
	
/*** header menu ***/

ul{
  margin:0;
  padding:0;
}

div#outline #menu{
	margin:0px 10px 0px 10px;
	padding:0;
	width:840px;
	height:60px;
/*	background-image: url(/images/menu_bg.jpg); */
}
div#outline #menu ul#link {
padding:0;
	margin:0px 10px 0px 10px;
	display:inline;
	text-align:left;
}
div#outline #menu ul#link li{
padding:0;
	margin:0px 0px 0px 0px;
	display:block;
	height:60px;
	float:left;
}
/*** contents ***/
div#contents{
	margin:0px 10px 15px 10px;
	width:800px;
	height: auto;
}
.shadow{
	width:100%;
	height:10px;
	background-image: url(/images/shadow.jpg);
	background-repeat: repeat-x;
	clear: both;
}
div#contents #title{
	margin:0px 15px 15px 15px;
	width:770px;
	height:70px;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0041A7;
}
div#contents #title img.title{
	margin-top:15px;
}
div#contents #leftmenu{
	margin-left:15px;
	width:200px;
	display: inline;
	float: left;
}
div#contents #leftmenu #btn{
	margin: 0px;
	padding: 10px 0px 10px 20px;
	font-size: 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(/images/arrow_menu_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	clear: both;
	font-weight: bold;
}
div#contents #right{
	margin-right:15px;
	width:550px;
	display: inline;
	float: right;
}
div#contents #center{
	margin:0px 15px 0px 15px;
	width:770px;
	clear: both;
}


/****** top css *******/
/**********************/

div#topimg{
	width:550px;
	height:200px;
	float:left;
}
div#key{
	width:250px;
	height:200px;
	float:right;
	background:url(/images/top_img02.jpg) repeat-y 0 0;
}
/****** multi banner *******/
div#bn{
	margin:0px 0px 0px 0px;
	width:800px;
	height:80px;
	float:left;
	clear: both;
}
div#bn ul#item_bn{
	margin:0px 0px 0px 0px;
	display:inline;
	text-align:left;
}
div#bn ul#item_bn li{
	margin:0px 0px 0px 0px;
	display:block;
	height:80px;
	float:left;
}
/****** main banner *******/
div#banner{
	margin:10px 15px 0px 15px;
	width:770px;
	height:140px;
}
div#banner ul#topic_bn{
	margin:0px 0px 0px 0px;
	display:inline;
	text-align:left;
}
div#banner ul#topic_bn li{
	margin:0px 0px 0px 0px;
	display:block;
	height:140px;
	float:left;
}
/****** recommend *******/
div#recommend{
	margin:15px 0px 0px 15px;
	display:inline;
	width:250px;
	float:left;
}
div#recommend ul#recom{
	display:inline;
	text-align:left;
}
div#recommend ul#recom li{
	display:block;
	height:70px;
	float:left;
	margin-top: 5px;
	margin-bottom: 5px;
}
/****** what's new & new release*******/
div.new{
	margin-top: 15px;
	margin-right: 15px;
	display:inline;
	width:500px;
	height:auto;
	float:right;
}
div.new dl{
	margin:15px 0px 0px 0px;
	text-align: left;
}
div.new dt{
	margin:0px;
	color: #0099FF;
}
div.new dd.first{
	margin-top:-1.4em;
	margin-left:7em;
	margin-bottom: 1em;
}

/****** function css *******/
/***************************/

div.blueline{
	width:100%;
	height:20px;
	background-image: url(/images/function/chukai/line_blue.gif);
}

.s_title h2{
	width:530px;
	height:35px;
	margin-top:0;
	padding-top:7px;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
	color:#000066;
	background-image: url(/images/functtl_bg.jpg);
	background-repeat: no-repeat;
}

.s_title_op h2{
	width:530px;
	height:35px;
	margin-top:0;
	padding-top:7px;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
	color:#000066;
	background-image: url(/images/functtl_bg_option.jpg);
	background-repeat: no-repeat;
}

.s_margin{
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

.s_margin20{
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}


/*** FAQ Area ***/
.ques {
	width: 550px;
	text-align: left;
	background-color: #E4E4E4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 10px;
	font-weight: bold;
	color: #000066;
	margin-bottom: 10px;
}
.ans {
	width: 550px;
	text-align: left;
	padding: 10px;
}

.answer {
	width: 550px;
	text-align: left;
	border: 1px solid #0033ff;
	padding: 10px;
}

/*** Case ***/
.kyoutyou_red{
    color: #CC0000;
	font-size:18px;
	font-weight: bold;
}
.kyoutyou_orange{
    color:#FF6600;
	font-size:14px;
	font-weight: bold;
}

/*** Estimate ***/
.est th{
	background-color:#E1F1FD;
	text-align:left;
	color:#003366;
	}
.est td{
	background-color:#FFFFFF;
	}
.est td .head{
	background-color:#FFFFCC;
	}

