@charset "shift_jis";

body{
	font-size:0.8em;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	margin: 0px;
	padding:0px;
	line-height:1.6;
	background-image: url(../img/bg.gif);
}
*html body { /*IE6*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1,h2,h3,h4 {
	line-height: 1em;
}
h1,h2,h3,h4,p,ul,li {
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align:middle;
}
a img {
  border: none;
}
a:focus{
	outline:none;
}
a:link {
	color: #369;
	text-decoration: underline;
}
a:visited {
	color: #369;
	text-decoration: underline;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
.autho {
	font-size: 12px;
	display: none;
}


/* layout
------------------------------------- */
#Container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #BADB99;
	background-image: url(../img/cont_bg.gif);
	background-repeat: repeat-y;
}
#Header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 760px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#Header #logo {
	float: left;
	width: 150px;
	padding-top: 10px;
	padding-left: 10px;
}
#Header #linkbox {
	float: right;
	width: 360px;
	padding-top: 65px;
}
#Header #linkbox p {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#TopImg {
	clear: both;
	width: 760px;
}
#Container #side-L {
	float: left;
	width: 200px;
	padding-bottom: 15px;
}
#Container #side-L .bnr {
	text-align: center;
	padding-bottom: 10px;
}
#Container #side-R {
	float: right;
	width: 560px;
}
#Copyright {
	clear: both;
	background-image: url(../img/copyright_bg.jpg);
	background-repeat: no-repeat;
	height: 31px;
	padding-top: 12px;
	text-align: center;
	font-size: 0.8em;
	color: #360;
}

#Copyright a:link {
	color: #336699;
	text-decoration: none;
}
#Copyright a:visited {
	text-decoration: none;
	color: #336699;
}
#Copyright a:hover {
	text-decoration: none;
	color: #336699;
}
#Copyright a:active {
	text-decoration: none;
	color: #336699;
}

/* navi
------------------------------------------------------- */

#navi-main {
	width: 180px;
	margin-bottom: 20px;
	background-image: url(../img/main-navi.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#navi-main ul {
	list-style-type: none;
	width: 180px;
	margin: 0px;
	overflow : hidden;
	padding-bottom: 10px;
}
#navi-main li {
	list-style-type: none;
	padding: 0px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#navi-main li a:link {
	display: block;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 4px;
	background-image: url(../img/navi_off.jpg);
	background-position: 0px center;
	background-repeat: no-repeat;
}
#navi-main li a:visited {
	display: block;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 4px;
	background-image: url(../img/navi_off.jpg);
	background-position: 0px center;
	background-repeat: no-repeat;
}
#navi-main li a:hover {
	background-image: url(../img/navi_on.jpg);
}
#navi-main a {
	text-decoration: none;
	font-weight: bold;
	color: #360;
}
#navi-main .navittl {
	padding-top: 15px;
	padding-bottom: 8px;
}

/* form
------------------------------------- */
form {
	margin: 0px;
	padding: 0px;
}
input	           {
	ime-mode: inactive;
	color: #333333;
}
input.nihongo      {
	ime-mode: active;
	color: #333333;
}
textarea      {
	ime-mode: active;
	color: #333333;
}

/* text
------------------------------------- */
.txt-LL {
	font-size: 1.4em;
}
.txt-L {
	font-size: 1.1em;
}
.txt-M {
	font-size: 0.9em;
}
.txt-S {
	font-size: 0.8em;
}
.txtRed {
	color: #C00;
}
.txtBlue {
	color: #36C;
}
.txtGray {
	color: #999;
}
.txtlast {
	font-size: 1.2em;
	border: 3px double #00ABFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #006191;
	background-color: #FFFDEF;
	margin-bottom: 10px;

}

/* 印刷用スタイル定義
------------------------------------- */
@media print {
body {
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: #FFF;
}
