/* CSS Document */

body{
margin:0 auto;
padding:0;
font-style:normal;
font-size:90%;
line-height:1.4em;
background:#eeeeee url(../images/body_back.jpg) top repeat-y;
color:#5B4A41;
text-align:center;
position: relative;
}

.aiLink img{
	display: block;
	position: fixed;
	width: 500px;
	right: 10px;
	bottom: 10px;
	z-index: 999;
	}


/* link */

a{color:#0E82BE;overflow:hidden;}
a:link{color:#;text-decoration:none;}
a:visited{color:#486B00;text-decoration:none;}
a:hover{color:#;text-decoration:underline;	}
a:active{color:#;text-decoration:underline;}


/* contents */

#container{width:1000px;margin:0 auto 0;text-align:left;background:#ffffff;}

/* header */

#header{background:url(../images/header_logo.gif);height:130px;line-height:0.9em;}

#headlogo{text-indent:-9999px;color:#FFFFFF;}
#headtel{text-indent:-9999px;color:#ffffff;}

/* main */

.browB{color:#004986;font-size:120%;font-weight:bold;margin-bottom:10px;}
.browK{color:#666666;font-size:120%;font-weight:bold;margin-bottom:10px;}
.markB{color:#E69838;font-weight:bold;}
.mainP{color:#EF62A1;font-weight:bold;}
.fontS{color:#666666;font-size:12px;}
.cB1{color:#ffffff;line-height:1.6em;font-size:6px;text-align:center;margin:0px 5px 0px 0px;}
.cB5{color:#888888;line-height:1.4em;text-align:center;font-size:10px;margin:5px 5px 5px 0px;padding:5px 0;}
.cB10{text-align:center;margin:5px 5px 15px 0px;}



/* mainvisual */

#mainvisual{width:986px;margin:10px 0px 0 10px;text-align:left;float:right;}

/* maincontents */

#main{width:972px;padding:10px 15px 10px 0px;text-align:left;float:right;}
#main p{width:972px;padding:5px 5px 15px 5px;text-align:left;}

/* footer */

#footer{width:1000px;heifht:100px;padding:61px 0px 15px 0;float:right;background: url(../images/footer_hr.gif) right bottom no-repeat;}
address{font-weight:normal;font-size:70%;color:#efefef;line-height:1.1em;text-align:center;}


.flRight{float:right;margin-left:10px;}



/* UA center ---------------------------------------------------------*/
html{
/* firefox nn opera browser center */
	height:100%;
	margin-bottom:1px;
}

/* IE6 */
*html body{font-family:'ＭＳ Ｐゴシック';}

/* 
---------------------------------------------------------*/
/* hx */
h1,h2,h3,h4,h5,h6{
	clear:both;
	margin:0px 0 10px 0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	line-height:1.3;
}
h1{
	margin:0 0 5px 0;
}
h2{
	margin:0 0 5px 0;
}
h3{
	margin:10px 12px 10px 5px;
	padding-left:8px;
	border-left:8px #face6b solid;
	border-bottom:1px #999999 dotted;
	font-size:110%;
	font-weight:bold;
	color:#707070;
}
/* ul ol */
ul,
ol{list-style:none;}

/* a img img */
a img,
img{
	border:0;
	vertical-align:top;
}

/*  */
blockquote,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
pre,
span{
	margin:0;
	padding:0;
}
p{}

#primary p,
#primary dl,
#primary ul,
#primary ol{
 margin-bottom:1em;
 line-height:1.5;
 /*letter-spacing:1px;*/
}

address{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
}

q:before,q:after{content:'';}

/* form */
form,
button,
fieldset,
input,
label,
legend,
select,
textarea{
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
}

input{
	margin-right:3px;
	vertical-align:text-top;
}

*html input{/* IE' */
	margin-right:0;
	margin-top:-2px;
	vertical-align:middle;
}
*:first-child+html input{/* IE7 */
	margin-right:0;
	margin-top:-2px;
	vertical-align:middle;
}

.inputBox{border:solid 1px #CCCCCC;}

/* table */
table{
	margin:0 0 1em 0;
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
	line-height:1.5;
}

/* --- 表全体 --- */
table.example {
width: 650px; /* 表の幅 */
border: 1px #c0c0c0 solid; /* 大枠の境界線 */
border-collapse: collapse;
font-size: 80%;
}

/* --- 表タイトル --- */
table.example caption {
padding-bottom: 5px; /* 表タイトルの下パディング */
}

/* --- セル --- */
table.example th,
table.example td {
/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
padding: 6px 8px; /* セルのパディング（上下、左右） */
border: 1px #c0c0c0 solid; /* セルの境界線 */
}

/* --- 1列目 --- */
table.example colgroup.item {
background-color: #fffce7; /* 1列目の背景色 */
}






caption,
th{text-align:left;}

th,
td{
	margin:0;
	padding:0;
}
.dai {
	font-size: 16px;
}
