@charset "UTF-8";

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address, ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset{
	margin:0;
	padding:0;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo, Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
html, body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address, ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset{
	color:#666;
}




section, nav, article, aside, hgroup,
header, footer, figure, figcaption,
summary{
	display:block;
	margin:0;
	padding:0;
	color:#333;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo, Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

a:link{
	color:#39c;
	text-decoration:none;
}
a:visited{
	color:#39c;
}
a:hover,
a:focus,
a:active{
	color:#39c;
	text-decoration:underline;
}

html{
	overflow:scroll;
	overflow:-moz-scrollbars-vertical;
	overflow-x:scroll;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}




img{
	border:0;
}

img, input, select, textarea{
	vertical-align:middle;
}

ul{
	list-style:inside;
}

.hit{
	background:#FF3;
}


.cb{
	clear:both;
	font-size:0;
}

.waku1{
	margin:0 auto;
	width:1024px;
}
.waku2{
	margin:0 auto;
	width:980px;
}

h1{
	height:40px;
	line-height:30px;
	font-size:16px;
}
h2{
	padding:10px 0;
	font-size:16px;
}

#hd{
	margin:0 0 20px 0;
	padding:10px 0 0 0;
	background:#fbfabf;
	border-bottom:5px solid #0099ff;
}
#hd .box1{
	float:left;
	width:200px;
}
#hd .box2{
	float:right;
	padding:5px 0 0 0;
	width:600px;
	text-align:right;
}



.menu{
	overflow:hidden;
	border-bottom:3px solid #090;
}
.menu ul{
	list-style:none;
	background:#F1F1F1;
}
.menu li:first-child {
	border-left:1px solid #CCC;
}
.menu li{
	float:left;
	background:#F1F1F1;
	padding:0 5px;
	height:35px;
	line-height:35px;
	text-align:center;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
}
.menu .hit{
	background:#090;
}
.menu .hit a{
	color:#FFF;
	font-weight:bold;
}
.menu a{
	color:#666;
}




.main{
	padding:0 0 50px 0;
	margin:10px 20px;
}


.nav{
	padding:5px 10px;
	background:#F1F1F1;
}



.tbl,
.tbl2{
	border-collapse:collapse;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
}
.tbl th,
.tbl td{
	padding:5px 12px;
	text-align:left;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	vertical-align:top;
	line-height:170%;
}
.tbl th{
	white-space:nowrap;
	color:#666;
	font-weight:normal;
	background:#f5f5f5;
}
.tbl td{
	background:#FFF;
}









.memo{
	background:#FF9;
}


.ttl1,
.ttl2{
	margin:0 0 10px 0;
	padding: .5em .75em;
	background:#FF9;
	border-bottom: 1px solid #CCC;
	font-weight:bold;
}
.ttl2{
	background:#FCF;
}


.hisu{
	color:#F00;
	font-size:10px;
	font-weight:bold;
}
.inputrei{
	font-size:12px;
	color:#F00;
}


.saveok,
.saveng{
	margin:5px 0;
	padding:10px 20px;
}
.saveok{
	color:#00F;
	border:1px solid #00F;

}
.saveng{
	color:#F00;
	border:1px solid #F00;
}




.inp{
	padding:5px;
	border:1px solid #999;
}
.inp:focus,
.inp_suu:focus,
.inp_ja:focus,
.inp_en:focus{
	border:1px solid #F00;
}

.inp_suu{
	width:50px;
	text-align:right;
	ime-mode:disabled;
	padding:5px;
	border:1px solid #999;
}


.w60{ width:60px; }
.w80{ width:80px; }
.w100{ width:100px; }
.w120{ width:120px; }
.w200{ width:250px; }
.w250{ width:250px; }
.w300{ width:300px; }
.w350{ width:350px; }
.w400{ width:400px; }
.w600{ width:600px; }

.inp_ja{
	font-size:12px;
	ime-mode:active;
	padding:5px;
	border:1px solid #999;

}
.inp_en{
	font-size:12px;
	ime-mode:disabled;
	padding:5px;
	border:1px solid #999;

}




/*
auto
    特に指定しません。
active
    初期値が日本語入力モードになります。
inactive
    初期値が英数字入力モードになります。
disabled
    英数字入力モードになります。ユーザーの操作によるモードの変更はできません。


*/



/* ページ送り */
#pagenation {
	height:60px;
	position: relative;
	overflow: hidden;
}
#pagenation ul {
    position:relative;
    left:50%;
    float:left;
    list-style: none;
}
#pagenation li {
    position:relative;
    left:-50%;
    float:left;
}
#pagenation li a {
    border:1px solid #CECECE;
    margin: 0 3px;
    padding:3px 7px;
    display: block;
    text-decoration:none;
    color: #666666;
    background: #fff;
}
#pagenation li.active a,
#pagenation li a:hover{
    border:solid 1px #666666;
    color: #FFFFFF;
    background: #3399FF;
}
#page_next{
	margin:20px 0 0 0;
	text-align:center;
}


