/*------------------------------ 
　　　　　共通
--------------------------------*/
#header {
	margin: 0px 0px;
	padding: 0px;
	float: none;
	position: relative;
	background-color: #FFFFFF;
	width: 770px;
}
#logo {
	float: none;
	width: auto;
	background-color: #6666CC;
	margin: 0px;
}
#menu {
	float: none;
	width: auto;
	clear: none;
	text-align: right;
	height: 40px;
	background-color: #FFFFFF;
}
#main{
	width: 768px;
	padding-top: 10px;
	background-color: #FFFFFF;
}
#contents {
	width: 75%;
	float: right;
	background-color: #FFFFFF;
}
#container {
	background-image:
	width: 768px;
	left:50%;
	position:absolute;
	margin-left:-384px;
}
#navi {
	width: 25%;
	height: auto;
	float: left;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	width: 768px;
	height: 40px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
}
#upnavi {
	height: 15px;
	width: 900px;
	text-align: center;
	padding: 0px 0px 5px 0px;
	border-bottom: thin solid #CCCCCC;
	margin-top: 15px;
}
#contents p {
	letter-spacing: 0.1em;
	line-height: 150%;
}
#footer p {
	font-size: 12px;
}
#pan {
	background-image: url(../img/bar1.gif);
	background-repeat: repeat;
	height: 20px;
	margin: 5px 0 0 0;
	font-size: 12px;
	clear: both;
	width: 768px;
}
/*------------------------------ 
　　　　　　navi
--------------------------------*/
#navi2 {
	background-image:  url("../img/hitori_back.gif");
	background-repeat: no-repeat;
	height: 500px;
	padding-left: 5px;
}
#navi h2 {
	background-color: #DEF3F6;
	font-size: 16px;
	color: #000066;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border: thin solid #B5D3E5;
	text-align: center;
}
#navi2 img {
	margin-right: 10px;
	text-align: center;
	background-position: px;
	margin-top: -13px;
}
#menu fieldset {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#f1 {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	height: 180px;
	width: 130px;
	border: thin solid #CCCCCC;
}
#f2{
    width: 90px;
	height: 130px;
}
#f3{
   float:right;
}
#f4{
   float:left;
}
.logo {
	width: 161px;
	position: absolute;
	left: 8px;
	top: 4px;
	padding-top: 5px;
	height: 77px;
}
/*------------------------------ 
　　　　　text model
--------------------------------*/
body {
	margin: 0 10px;
	padding: 0 0;
	background-image:url(../img/bk_f.gif);
	background-position:center;
}
ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding-top: 0px;
}
h3 {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding: 0px 0px 1px 10px;
	margin:0 0 5px 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
p{
   margin:0;
   font-size:12px;
   padding:5px 0 0 0;
}
/*------------------------------ 
　　　　　table
--------------------------------*/
table.osusume {
	border: none;
	width: 100%;
}
.osusume td {
	padding: 5px 0px;
}

td {
	text-align: center;
	vertical-align: middle;
	font-size:12px;
}

/*------------------------------ 
　　　　　list
--------------------------------*/	
#navi ul {
     padding: 0 0 0 10px;
	 margin: 0;
}
#navi3 li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#contents li {
	line-height: 150%;
	list-style-type: square;
	margin: 0px 0px 0px 10px;
	display: inline;
}

