/********************************************************************************

ボディ全体の指定

*********************************************************************************/

body {
        text-align:center;
	page-break-before: auto;
	page-break-after: auto;
	padding: 0px;
	margin: 0px;
}

#back {
	background: url() repeat-y center 50%;
}


/********************************************************************************

ラップの指定

*********************************************************************************/

#wrap {
	width: 750px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #18489D;
}

/********************************************************************************

ヘッダの指定

*********************************************************************************/


#wrap #header {
	height: 150px;
	width: 750px;
	background: #18489D url();
}

#wrap #header p {
	font-size: 80%;
	line-height: 1.5em;
	padding: 5px;
	margin: 0px;
	color: #FFFFFF;
}

/********************************************************************************

ナビゲーションの指定

*********************************************************************************/

#wrap #navi {
	height: 20px;
	width: 750px;
        margin-top: 30px;
	padding: 0px;
	background: #18489D url();
}


#wrap #navi p {
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 80%;
	line-height: 20px;
}

#wrap #navi a {
    color: #FFFFFF;
}

#wrap #navi a:hover {
    color: #006600;
}

/********************************************************************************

コンテンツの指定

*********************************************************************************/


#wrap #content {
	float: right;
	width: 500px;
　　　　margin-top: 10px;
	padding: 10px;
}

#wrap #content h1 {
	padding: 5px 3px 5px 15px;
	font-size: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-width: 1px;
	border-left-width: 12px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #18489D;
	border-left-color: #18489D;
	background-color: #ffffff;
}

#wrap #content h2 {
	background: #FFFFFF;
	padding: 3px 3px 3px 15px;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
#wrap #content li {
	font-size: 100%;
	line-height: 22px;
	margin: 2px;
}


#wrap #content p {
	font-size: 100%;
	line-height: 1.5em;
	padding-right: 10px;
	padding-left: 10px;
}

/********************************************************************************

サイドバーの指定

*********************************************************************************/


#wrap #sidebar {
	width: 200px;
	float: left;
　　　　margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-left: 5px;
}

#wrap #sidebar h3 {
	padding: 5px;
	color: #000000;
	font-size: 90%;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	margin-bottom: 0px;
	width: 190px;
	background-image: url(image/s_navi.gif);
	background-repeat: no-repeat;
	text-indent: 12px;
}

#wrap #sidebar ul {
	list-style: none;
	margin: 0 0 2px;
	padding: 5px;
	width: 192px;
	background-color: #FFF9F9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
       
}

#wrap #sidebar li {
	font-size: 80%;
	padding: 2px;
	margin: 0px 0px 0px 15px;
	list-style: square;
	line-height: 20px;
	border-bottom: 1px dotted #666666;


}

#wrap #sidebar a {
	color: #18489D;

}

#wrap #sidebar a:hover {
	color: #18489D;
	text-decoration: none;
}

/********************************************************************************

フッタの指定

*********************************************************************************/

#wrap #footer {
	clear: both;
	width: 710px;
	color: #FFFFFF;
	text-align: center;
	padding: 20px;
}

#wrap #footer a {
    color: #18489D;
}

#wrap #footer a:hover {
    color: #18489D;
}

#wrap #footer p {
	font-size: 80%;
	line-height: 14px;
	padding: 0px 15px;
	color: #000000;
}
#wrap #content strong {
	color: #0033CC;
	font-weight: bold;
}
#back #wrap #content li {
	font-size: 90%;
	line-height: 18px;
	color: #339900;
	font-weight: bold;
}
#back #wrap #content h3 {
	border-bottom: 1px dashed #CC0000;
}

/* ■ページトップへ■ */
div.pageTOP{
	margin:10px 0;
	text-align:right;
	clear:both;
	}

div.pageTOP p a{
	color:#18489D;
	text-decoration:none;
	font-size:small;
	}








/********************************************************************************

テーブルの指定

*********************************************************************************/

.example table {
width: 400;
border: 1px #000000 solid;
border-collapse: collapse;
}

.example td {
border: 1px #000000 solid;
padding: 10 10;
}


