@charset "utf-8";

/* －－－－－ 初期化 －－－－－ */

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,blockquote,table,th,td {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

ul,ol,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

img {
	border-style: none;
	}



/* －－－－－ 基本設定 －－－－－ */

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	text-align: center;
	font-size: 100%;
	color: #000000;
	font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;
	margin: 0px auto;
	padding: 0px;
	}

a:link {
	color: #0066cc;
	text-decoration: none;
	}

a:visited {
	color: #336699;
	text-decoration: none;
	}

a:hover {
	color: #990033;
	text-decoration: none;
	}

a:active {
	color: #990033;
	text-decoration: none;
	}

.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;
	}

.pointB {
	color: #6699CC;
	}
.pointB2{
	color:#3399ff;
	}	

.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;
	}


/* －－－－－ レイアウト －－－－－ */

#container {
	font-size: small;
	width: 850px;
	margin: 50px auto;
	text-align: left;
	}

#head {
	margin: 0px 0px 20px 0px;
	}

#navi {
	margin: 0px 0px 20px 0px;
	border-bottom: 1px dotted #333333;
	padding: 0px 0px 5px 0px;
	}

#content {
	margin: 0px 0px 30px 0px;
	}

#foot {
	border-top: 1px dotted #333333;
	padding: 20px 0px;
	margin: 0px 0px 30px 0px;
	}



/* －－－－－ ヘッダ －－－－－ */

#navi ul {
	list-style-type: none;
	}

#navi ul li {
	list-style-type: none;
	display: inline;
	padding-right: 15px;
	}




/* －－－－－ フッタ －－－－－ */

#foot p#Fcaption {
	width: 420px;
	float: left;
	}

#foot p#copy {
	width: 380px;
	float: right;
	text-align: right;
	font-size: 85%;
	color: #999999;
	background-image: url(../images/f_logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	margin-top: 5px;
	}







/* －－－－－ 本文 －－－－－ */

#content ul,
#content ol,
#content dl,
#content blockquote,
#content p,
#content div,
#content th,
#content td {
	line-height: 180%;
	}



#content p {
	margin: 0px 0px 30px 0px;
	}

#content ul {
	margin: 10px 0px 30px 30px;
	list-style-type: square;
	}

#content ul li {
	list-style-type: square;
	}

#content ol {
	margin: 10px 0px 30px 30px;
	list-style-type: decimal;
	}

#content ol li {
	list-style-type: decimal;
	}



#content h2 {
	margin: 0px 0px 5px 0px;
	}

#content h3 {
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 0px 0px 3px 0px;
	font-size: 110%;
	letter-spacing: 0.1em;
	}

#content h2.title, #content h3.title {
	display: block;
	width: 100%;
	clear: both;
	padding: 15px 0 20px;
}
#content h2.title span, #content h3.title span {
	display: block;
	padding-left: 8px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #3D3D3D;
	border-left: 5px solid #3399FF;
}
#content h3.title {
	padding-bottom: 5px;
}





#content table.border {
	border: 2px solid #EEEEEE;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 10px auto 30px auto;
	}

#content table.border th,
#content table.border td {
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
	background-color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	}

#content table.border th.center,
#content table.border td.center {
	text-align: center;
	}

#content table.border th.right,
#content table.border td.center {
	text-align: right;
	}

#content table.border th.middle,
#content table.border td.middle {
	vertical-align: middle;
	}





#content table.innerTbl {
	border-style: none;
	border-collapse: collapse;
	border-spacing: 0px;
	}

#content table.innerTbl th,
#content table.innerTbl td {
	border-style: none;
	padding: 2px 5px;
	}




