@charset"Shift_JIS";

/* CSS Document */

/* コンテンツ全体 基本デザイン*/

body {
	margin: 0px; 
	padding: 0px; 
	text-align: left; 
	background: #ffffff; 
	color: #333333; 
	scrollbar-base-color: #BDC1C4; 
	scrollbar-arrow-color: #FFE9B1; 
	scrollbar-DarkShadow-Color: #ffffff;
	}

.large{
	font-size: 14px; 
	line-height: 20px;
	}

.middle{
	font-size: 13px; 
	line-height: 20px; 
	}

.small{
	font-size: 11px; 
	line-height: 15px; 
	}

.ensmall{
	font-size: 12px; 
	line-height: 15px; 
	}

.height{
	font-size: 13px; 
	line-height: 30px; 
	}

h7{
	font-size: 17px;
	line-height: 48px;
	color: #000066;
	font-weight: bold;
	}

a:link,a:visited {
	color: #000099; 
	text-decoration: none;
	}

a:hover,a:active {
	color: #000099; 
	text-decoration: underline;
	}
	
.left{
	float :left; 
	margin-right: 10px;
	}

.right{
	float :right; 
	margin-left: 10px;
	}

.img{
	margin :5px;
	}

.img30{
	margin :30px;
	}

.w2r{
	font-size: 10px;
	vertical-align: super;
	}
	
table.fine{
	/* IE 6(Mac)向けにhtmlソースのtableのcellpaddingを0にする */
	border-collapse : collapse ;
	border-width : 1px 0 0 1px ;
	border-style : solid ;
	border-color : #999999;
	margin-top: 10px;
	margin-bottom: 30px;
	}

table.fine th {
	border-width : 0 1px 1px 0 ;
	border-style : solid ;
	padding : 3px ;
	font-size: 12px; 
	line-height: 18px;
	font-weight:normal;
	color: #FFFFFF;
	border-color : #333333;
	background-color: #999999;
	}
	
table.fine td {
	border-width : 0 1px 1px 0 ;
	border-style : solid ;
	padding : 3px ;
	font-size: 12px; 
	line-height: 18px;
	}

.dotWaku {
	color:#333;
	width: 600px; 
	margin: 10px 0px 10px 0px;
	font-size:small;
	font-weight:normal;
	padding:5px;
	border:1px dotted #999;
	background: #EEF4F9;
	font-size: 13px; 
	line-height:18px;
	}

.tenji_title{
	margin:20px 0px 5px 0px;
	}

/* ============================================================
　　ページ全体囲み 
=============================================================*/
#wrapper{
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
	text-align: left;
	color: #333333; 
	background: #ffffff;
	}



/* ============================================================
　　ヘッダー 
=============================================================*/
#header{
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
	height: 97px; 
	text-align: left; 
	background: url("../images/bg_header.gif");
	}

#header table{
	margin-left: 540px; 
	color: #ffffff; 
	font-size: 12px; 
	line-height: 15px;
	}

#header a:link{
	color: #ffffff; 
	text-decoration: none;
	}

#header a:visited {
	color: #ffffff; 
	text-decoration: none;
	}

#header a:hover {
	color: #ffffff; 
	text-decoration: underline;
	}

#header a:active {
	color: #ffffff; 
	text-decoration: underline;
	}




/* ============================================================
　 ヘッダー画像（ポジション固定）
=============================================================*/
#logo{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	}

#head_title{
	position: absolute; 
	top: 20px; 
	left: 215px; 
	}

#head_img{
	position: absolute; 
	top: 47px; 
	left: 170px; 
	}

#head_img{
	position: absolute; 
	top: 47px; 
	left: 170px; 
	}



/* ============================================================
　 メインページ
=============================================================*/
#contents{
	margin: 0px;
	padding: 30px;
	height: auto;
	position: relative;
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	background: #FFFFFF url("/images/bg_menu.gif") repeat-y;
	left: -2px;
	}

#main{
	margin-top: 0px; 
	margin-right: 10px; 
	margin-left: 140px; 
	height: auto; 
	width: auto; 
	text-align: left; 
	font-size: 12px; 
	line-height: 18px;
	}

#main p{
	margin-top: 15px; 
	margin-left: 0px; 
	width: 600px; 
	height: auto; 
	text-align: left; 
	font-size: 12px; 
	line-height: 18px;
	}

#main p .wide{
	margin-top: 15px; 
	margin-left: 10px; 
	width: 550px; 
	height: auto; 
	text-align: left; 
	font-size: 12px; 
	line-height: 18px;
	}

#main ul{
	margin-top: 20px; 
	margin-left: 5px; 
	text-align: left;
	}

#main ul li{
	margin-top: 5px; 
	text-align: left;
	}

#main h2{
	margin-top: 30px; 
	margin-left: 45px; 
	text-align: left;
	}

#main h3{
	margin: 30px 0px 5px 0px; 
	text-align: left;
	}
#main h4{
	font-size:16px;
	bold;
	color:#000099;
}

#main table{
	margin: 10px 0px; 
	}

#main table .line{
	border: 1px solid; 
	font-size: 12px; 
	line-height: 18px;
	}
	
#main .box{
	margin: 5px 0px 20px 0px; 
	height: auto; 
	width: 650px; 
	text-align: left; 
	font-size: 12px; 
	line-height: 18px;
	}

#main .box1{
	margin: 0px 10px 5px 0px; 
	float:left;
	width: 270px;
	}

#main .Lbox{
	margin: 0px 10px 5px 0px; 
	height: auto; 
	width: 270px; 
	text-align: left; 
	font-size: 12px; 
	line-height: 18px; 
	float: left;
	}

#main .Rbox{
	margin: 0px 0px 5px 0px; 
	height: auto; 
	width: 320px; 
	text-align: left; 
	font-size: 12px; 
	line-height: 18px; 
	float: right;
	}

#main .rightSide{
	margin: 10px 0px 10px 400px; 
	text-align: left; 
	font-size: 12px; 
	line-height: 18px;
	}

#pulldown{
	margin: 0px 0px 10px 470px; 
	font-size: 12px; 
	}

#pulldown2{
	margin: 0px 0px 10px 360px; 
	font-size: 12px; 
	}

#main .midashi{
	margin-top :13px;
	margin-bottom: 20px;
	}
	
#main .catalogue{
	margin: 10px 20px 50px 50px;
	}

.techniqueTitle{
	margin-top: 20px; 
	font-size: 16px; 
	line-height: 20px;
	color:#000099;
	font-weight:bold;
	}

.techniqueMidashi{
	margin-top: 20px; 
	margin-bottom: 5px; 
	font-size: 14px; 
	line-height: 20px;
	color:#000000;
	font-weight:bold;
	}

.cautionWaku {
	color:#333;
	width: 600px; 
	margin: 10px 0px 10px 0px;
	font-weight:normal;
	padding:5px;
	border:1px dotted #999;
	background: #FFFFE5;
	font-size: 13px; 
	line-height:18px;
	}


.question {
	color:#7D4D7F;
	width: 600px; 
	margin: 20px 0px 10px 0px;
	font-weight:bold;
	padding:5px;
	border-left:3px #CFB2D0 solid;
	background: #F7F3F7;
	font-size: 14px; 
	line-height:18px;
	}

.question02{
	color:#2E569B;
	width: 600px; 
	margin: 20px 0px 10px 0px;
	font-weight:bold;
	padding:5px;
	border-left:3px #9DB2DD solid;
	background: #E9EEF4;
	font-size: 14px; 
	line-height:18px;
	}

.answer {
	color:#333;
	width: 600px; 
	margin: 10px 0px 5px 0px;
	font-size: 13px; 
	line-height:18px;
	}

#main table.noMargin{
	margin: 0px; 
	}


	
/* ============================================================
　 サイドメニュー
=============================================================*/

#menu{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 122px; 
	height: auto; 
	text-align: left; 
	font-size: 12px; 
	line-height: 18px;
	}

#menu ul{
	margin: 43px 0px 0px 0px; 
	padding: 0px; 
	list-style: none;
	}

#menu li{
	margin: 10px 0px; 
	text-align: left;
	}


/* ============================================================
　 メインページ・サブメニュー（上下部分）
=============================================================*/

#main .sub{
	margin: 10px 0px 10px 0px; 
	color: #5670CD; 
	width: 600px; 
	text-align: left; 
	font-size: 12px; 
	line-height: 18px;
	}

#main .sub a:link{
	color: #5670CD; 
	text-decoration: none;
	}

#main .sub a:visited {
	color: #5670CD; 
	text-decoration: none;
	}

#main .sub a:hover {
	color: #5670CD; 
	text-decoration: underline;
	}

#main .sub a:active {
	color: #5670CD; 
	text-decoration: underline;
	}

/* ============================================================
　 TOP scroll
=============================================================*/
#topscroll{
	margin-top: 20px; 
	height: 12px; 
	width: 630px; 
	color: #ffffff; 
	text-align:right; 
	color: #5670CD; 
	text-decoration: underline;
	}

#topscroll2{
	float:left;
	height: 12px; 
	width: 630px; 
	margin: 0px 10px 15px 0px; 
	text-align:right; 
	color: #5670CD; 
	text-decoration: underline;
	}

/* ============================================================
　 フッター
=============================================================*/
#footer{
	margin: 0px; 
	height: 19px; 
	width: 100%; 
	color: #ffffff; 
	text-align:right; 
	background-image: url("../images/bg_footer.gif");
	}

#footer2{
	float:left;
	height: 19px; 
	width: 100%; 
	text-align:right; 
	background-image: url("../images/bg_footer.gif");
	}

/* ============================================================
　 TOPへ
=============================================================*/

div#aside div#STATICMENU {
position:relative;
width:55px;
z-index:1;
padding-top:30px;
}
div#aside div#totop{
position:relative;
width:55px;
height:93px;
background:url(/images/btn_totop.gif) 0 0 no-repeat;
}
div#aside div#totop a img{
position:relative;
top:50%;
margin-top:-7px;
}
