@charset "UTF-8";

/* －－－－－ 初期化 －－－－－ */

* {
	font-size: small;
	margin: 0px;
	padding: 0px;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

ul,ol,li {
	list-style-type: none;
	}

img {
	border-style: none;
	}



/* －－－－－ 基本設定 －－－－－ */

body {
	background-color: #336699;
	text-align: center;
	font-size: small;
	color: #000000;
	font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;
	margin: 0px auto;
	padding: 0px;
	}

a:link {
	color: #336699;
	}

a:visited {
	color: #336699;
	}

a:hover {
	color: #FF6600;
	}

a:active {
	color: #FF6600;
	}

.centerize {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

.right {
	text-align: right;
	}

.left {
	text-align: left;
	}

.small {
	font-size: 85%;
	}

.bigger {
	font-size: 115%;
	}

.pointR {
	color: #CC0000;
	}

.pointG {
	color: #339966;
	}

img.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

img.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}

.clr {
	clear: both;
	}

.ptop {
	text-align: right;
	margin: 20px 0px;
	}

.flgYes{
	color:#0000ff;
	font-weight:bold;
}
.flgNo{
	color:#c40026;
	font-weight:bold;
}

/* －－－－－ レイアウト －－－－－ */

#container {
	width: 860px;
	margin: 0px auto;
	text-align: left;
	}

#head {
	width: 860px;
	height: 85px;
	background-image: url(../baseimg/bg_head.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#navi {
	width: 860px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	background-image: url(../baseimg/bg_navi.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	top: 0px;
	left: 0px;
	}

#content {
	width: 820px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right: 5px solid #E5E5E5;
	border-bottom-style: none;
	border-left: 5px solid #E5E5E5;
	padding: 0px 15px 5px 15px;
	}

#foot {
	position: relative:
	width: 860px;
	height: 54px;
	margin: 0px;
	background-image: url(../baseimg/bg_foot.gif);
	background-repeat: no-repeat;
	background-posotion: left bottom;
	text-align: center;
	padding: 60px 0px 0px 0px;
	}



/* －－－－－ ヘッダ －－－－－ */

#head h1 {
	width: 400px;
	float: left;
	position: relative;
	top: 5px;
	left: 90px;
	}

#head #logo {
	width: 170px;
	float: right;
	position: relative;
	top: 25px;
	right: 90px;
	}



/* －－－－－ ナビ －－－－－ */

#navi ul {
	display: inline;
	position: relative;
	left: 20px;
	width: 300px;
	float: left;
	}

#navi ul li {
	display: inline;
	margin-right: 10px;
	}

#navi p#contact {
	width: 130px;
	float: right;
	position: relative;
	right: 20px;
	}


/* －－－－－ フッタ －－－－－ */







/* －－－－－ 本文 －－－－－ */

#content p,
#content ul,
#content dl,
#content ol,
#content table,
#content blockquote,
#content div {
	margin: 0px 0px 20px 0px;
	line-height: 140%;
	}

#content h2 {
	margin: 0px 0px 10px 0px;
	}

#content h3 {
	background-color: #F0F8FF;
	color: #336699;
	font-weight: bold;
	font-size: 130%;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	border-bottom: 3px solid #CCCCCC;
	}



