@charset "UTF-8";

/*! bace ============================================== */

html, body {
	margin: 0 ;
	padding: 0 ;
	}

body { background: url("../share/b_bg01.gif") repeat-x ;}

html, body, table,
input, textarea, select, option {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif ;
	font-size: 14px ;
	line-height: 1.8 ;
	word-wrap: break-word ;
	text-align: justify ;
	text-justify: inter-ideograph ;
	-webkit-text-size-adjust: none ;
	color: #333333 ;
	}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0 ;
	padding: 0 ;
	font-size: 12px ;
	line-height: 1 ;
	}

ul li img  { vertical-align: top ;}
ul { list-style: none ;}

/*! html5 ie ============================================== */

header, footer, main, aside, nav, menu, section, article, hgroup, figure, figcaption, address, canvas, details, summary {
	display: block ;
	margin: 0 ;
	padding: 0 ;
	font-style: normal ;
	}


/*! bace link ============================================== */

a { text-decoration: none ;}
a img { border: 0 ;}
a:link { color: #0099CC ; text-decoration: underline;}
a:visited { color: #0099CC ; text-decoration: underline;}
a:hover { color: #FF0000 ; text-decoration:none ;}
a img { border: 0 ;}

main a {
	transition: all 0.4s ease-out ;
	-webkit-transition: all 0.4s ease-out ;
	-moz-transition: all 0.4s ease-out ;
	-ms-transition: all 0.4s ease-out ;
	}


/*! layout ============================================== */

#base {
	width: 100% ;
	margin: 0 auto ;
	padding: 0 ;
	}

/*! header ============================================== */

header {
	width: 100%;
	height: 70px;
	background-color: #EFEFEF;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}

header .logo {
	float: left ;
	}

header .logo a {
	display: block;
	width: 84px;
	height: 43px;
	text-indent: -9999px;
	background-image: url(../share/h_logo02.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 15px;
	}

header .logo02 {
	float: right ;
	}
	
header .logo02 a {
	display: block;
	width: 84px;
	height: 43px;
	text-indent: -9999px;
	background-image: url(../share/h_logo02.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: 15px;
	}

header .logo3 {
        float: left ;
        }

header .logo3 a {
        display: block;
        width: 414px;
        height: 43px;
        text-indent: -9999px;
        background-image: url(../share/h_logo_shinoken.gif);
        background-repeat: no-repeat;
        margin-top: 15px;
        margin-left: 15px;
        }

header .name {
	float: right;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 22px;
	margin-right: 15px;
	}

#state {
	width: 100%;
	height: 32px;
	background-color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
	clear: both;
	}

#state .txt {
	text-align: right;
	font-size: 11px;
	padding-top: 6px;
	padding-right: 20px;
	}

/*! contents ============================================== */

.top {
	float: right ;
	}
	
.top a {
	display: block;
	width: 177px;
	height: 40px;
	text-indent: -9999px;
	background-image: url(../share/btn_top.gif);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 15px;
	}

#contents {
	text-align: center;
	width: 100%;
	clear: both;
	}

