/********************************************************************************

ボディ全体の指定

*********************************************************************************/

body {
	text-align:center;
	font-family:"Meiryo";
	page-break-before: auto;
	page-break-after: auto;
	padding: 0px;
	margin: 0px;
}
#back {

}


/********************************************************************************

ラップの指定

*********************************************************************************/

#wrap {
	width: 820px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}

/********************************************************************************

ヘッダの指定

*********************************************************************************/


#wrap #header {
	height: 155px;
}

#wrap #header p {
	font-size: 12px;
	line-height: 14px;
	padding: 5px;
	margin: 0px;
	color: #FFFFFF;
}

/********************************************************************************

ナビゲーションの指定

*********************************************************************************/

#wrap #navi {
	height: 26px;
	margin: 0px;
	padding: 0px;
	background: url(image/navi.jpg);
}
#back #wrap #content a {
	text-decoration: none;
	color: #000099;
}
#back #wrap #content a:hover {
	text-decoration: none;
	color: #FF0000;
}
#back #wrap #content .ko {
	background: #FFFFDD;
	padding: 0px;
	margin: 0px;
}





#wrap #navi p {
	margin: 0px;
	padding: 5px 5px 5px 15px;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
}

#wrap #navi a {
	color: #000099;
	text-decoration: none;
}

#wrap #navi a:hover {
	color: #FF0000;
	text-decoration: none;
}

/********************************************************************************

コンテンツの指定

*********************************************************************************/


#wrap #content {
	float: right;
	width: 500px;
	padding: 10px 3px 10px 5px;
}

#wrap #content h1 {
	padding: 9px 3px 5px 0px;
	font-size: 28px;
	line-height: 20px;
	margin: 3px 0px 20px;
	color: #996600;
	border-bottom: 1px solid #996600;
}

#wrap #content h2 {
	padding: 9px 5px 5px 3px;
	margin: 15px 3px 5px 0px;
	background: #FFFFFF no-repeat left;
	border-bottom: 1px dotted #996600;
	color: #996600;
	font-size: 16px;
	font-weight: bold;
}
#wrap #content li {
	font-size: 14px;
	line-height: 22px;
	margin: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000000;
}


#wrap #content p {
	padding-right: 13px;
	padding-left: 13px;
	font-size: 12px;
	line-height: 18px;
}
#back #wrap #content .large {
	font-size: 14px;
	font-weight: bold;
}


/********************************************************************************

サイドバーの指定

*********************************************************************************/


#wrap #sidebar {
	width: 300px;
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	margin: 0px;
}

#wrap #sidebar h3 {
	padding: 3px 3px 3px 0px;
	color: #996600;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	background: #FFFFFF;
	border-bottom: 1px solid #996600;
}

#wrap #sidebar ul {
	list-style: none;
	margin: 0 0 5px;
	padding: 5px 5px 3px;
       
}
#back #wrap #sidebar .ad {
}


#wrap #sidebar li {
	font-size: 12px;
	padding: 3px 1px;
	margin: 0px 0px 0px 5px;
	list-style: none;
	line-height: 14px;
	border-bottom: 1px dotted #CCCCCC;


}

#wrap #sidebar a {
	color: #000099;
	text-decoration: none;

}

#wrap #sidebar a:hover {
	color: #FF0000;
	text-decoration: none;
}

/********************************************************************************

フッタの指定

*********************************************************************************/

#wrap #footer {
	clear: both;
	width: 760px;
	text-align: center;
	padding: 20px;
	background: url(image/navi.jpg) repeat-x top;
	height: 80px;
}

#wrap #footer a {
    color: #000099;
}

#wrap #footer a:hover {
    color: #FF0000;
}

#wrap #footer p {
	font-size: 12px;
	line-height: 14px;
	padding: 0px 15px;
	color: #000000;
}
#wrap #content strong {
	color: #CC0000;
	font-weight: normal;
}
#back #wrap #content li {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
}
#back #wrap #content ul {
	list-style: inside;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #996600;
}

#back #wrap #content h3 {
	border-bottom: 1px dashed #CC0000;
}
#back #wrap #content .pr {
	padding: 2px 0px;
	margin: 0px;
}
#back #wrap #content .pr a {
	font-weight: bold;
}
#back #wrap #content table {
	border-collapse: collapse;
	border-top: 1px dotted #999999;
	border-left: 1px dotted #999999;
	border-right-style: none;
	border-bottom-style: none;
}
#back #wrap #content td {
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	margin: 0px;
	padding: 2px;
}
