@charset "utf-8";

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本 ------------------------------ */

body {
	color: #000;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '�q���M�m�p�S ProN W3', Meiryo, ���C���I, sans-serif;
	font-size: 75%;
	line-height: 1.5;
}

html:not(:target) body {
	font-size: 12px;
}

input,textarea,select {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '�q���M�m�p�S ProN W3', Meiryo, ���C���I, sans-serif;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*\*/
* html table {
	font-size: 100%;
	line-height: 1.5;
}
/**/

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	text-align: center;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: bottom;
}

address,em,cite {
	font-style: normal;
}


/* リンク ------------------------------ */

a {
	overflow: hidden;
}

a:link {
	color: #;
}
a:visited {
	color: #;
}
a:hover {
	color: #;
}
a:active {
	color: #;
}


/* --------------------------------------------------------------------------------------
 clearfix
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: .1em;}
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* --------------------------------------------------------------------------------------
 レイアウト
--------------------------------------------------------------------------------------- */

div#wrap {
	padding: 10px 19px 0 19px;
	text-align: left;
}

.lead_area {
	position: relative;
	margin: 0 0 0 0;
	min-width: 810px;
}

.lead_area .left_img{
	display: inline;
	float: left;
	margin: 0 0 0 0;
}

.lead_area .left_img img{
	width: auto;
}

.lead_area .right_box{
	display: inline;
	float: right;
	width: 700px;
	margin: 0 0 0 0;
}

.lead_area .right_box h1{
	margin: 0 0 5px 0;
	font-size: 123%;
	color: #3c4992;
	font-weight: bold;
}

.lead_area .right_box h1 img{
	margin: 0 5px -3px 0;
	vertical-align: baseline;
}

.lead_area .right_box dt{
	margin: 0 0 5px 0;
	font-size: 117%;
}

.lead_area .right_box dd {
	padding: 0 0 10px 0;
	font-size: 87%;
}

.lead_area .right_box dd ul{
	display: inline;
	float: left;
	width: 142px;
	line-height: 1.6;
}

.lead_area .right_box dd ul.ico_list{
	display: block;
	float: none;
	width: 100%;
	margin: 5px 0 0 0;
}

.lead_area .right_box dd ul.ico_list li{
	display: inline;
	float: left;
	margin: 0 5px 0 0;
}



.txt_area{
	margin: 10px 0 0 0;
}

.txt_area td dl{
	width: 242px;
}

.txt_area td{
	padding: 0 46px 5px 0;
	vertical-align: top;
}
.txt_area td.none{
	padding: 0 0 10px 0;
}

.txt_area td dl img{ border: 1px #e5e5e5 solid; 
}

.txt_area td dl dd{
	margin: 2px 0 0 0;
	font-size: 87%;
}



div#wrap #sb-nav a{
	display:block;
	width: 29px;
	height: 29px;
	cursor:pointer;background-repeat:no-repeat;
}
	
div#wrap .close{
	position: absolute;
	right: 0;
	top: 0;
}
	
div#wrap .btn{
	position: absolute;
	right: 0;
	bottom: 0;
}

/*----------------------------------



		    over共通



----------------------------------*/

.imgover{
	font-size: 0;
	zoom: 1;
}

.imgover img{
	vertical-align: top;
	background: #fff;
	zoom: 1;
}

.imgover a{
	display: inline-block;
	background: #fff;
	zoom: 1;
}

.imgover a:hover img,
.imgover a:hover input,
a:hover.imgover img,
a:hover.imgover input{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
