@charset "utf-8";

@import "frame.css";
/*
body {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	background-color: white;
}
*/


#contents {
	clear: both;
	overflow: auto !important;
	overflow /**/: hidden;
	padding: 15px 0;
	background: #fff url(../img/common/leftside_bg.gif) left top repeat-y;
	border-bottom: 3px solid #ccc;
	margin-bottom: 15px;
	width: 100%;
}


#primary {
	float: right;
	width: 580px;
}

#primary ul{
	margin-left: 20px;
}

#primary img {
	float: left;
}

#primary .list {
	border-top: 1px dotted #ccc;
	margin-top: 0px;
	clear:both;
}

#primary .list li{
	margin: 0px 0 0px 0px;
	padding: 5px 0 5px 15px;
	background: url(../img/common/arrow_r.gif) left center no-repeat;;
}

#secondary {
		float: left;
		width: 200px;
	padding-bottom: 20px;
} 

#secondary .list li {
	margin: 0px 0 0px 15px;
	padding: 5px 0 5px 15px;
	background: url(../img/common/arrow_r.gif) left center no-repeat;
	border-bottom: 1px solid #CCCCCC;
}

#secondary .list li a:hover{
	color: #333300;
}

.aprt_list {
	margin-left: 20px;
}

h1 {
	font-size: 100%;
	padding: 2px 0 3px 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	border-left: 4px solid #cc0033;
}

#primary h2 {
	clear:both;
	font-size: 100%;
	padding: 5px 0 5px 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-image: url(../img/common/h2_bg2.gif);
	background-repeat: repeat-x;
	/*border: 1px solid #D5E1ED; */
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #ccc;}

h3 {
	font-size: 100%;
	padding: 4px 0 5px 15px;
	background-color: #3C5FB0; 
	color: #fff;
	
}

a {
	color: #3C5FB0;
}

a:hover {
	color: #333300;

}

p {
	margin: 0 10px 10px 10px;
}

img {
	border: none;
}

.gototop {
	float: right;
	margin: 10px;
}
table#google_search {
	border: 0;
}

#google_ad {
	clear: both;
	font-size: 120%;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.google_ad_in {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
.desc_ad {
	float: left;
}


p.clear {
	both: clear;
}
dt {
	margin: 3px 10px 3px 10px;
	border-left: 2px solid #666;
	border-bottom: 1px dotted #ccc;
	padding: 3px 0 3px 10px;
}
dd {
	margin: 3px 10px 10px 20px;
}

ol.ol_list {
	list-style-type: decimal;
	margin-left: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
}

ol.ol_list li {
	margin: 3px;
}
