body {
        text-align: center;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
        color: #333;
	}

a {
	text-decoration: underline;
	}
a:link {
	color: #03c;
	}
a:visited {
	color: #609;
	}
a:hover{
	text-decoration: underline;
}

a:active{
	text-decoration: underline;
}


#container {
	width:745px;
	margin: 0 auto 0 auto;
	padding: 0px;
        text-align: left;
	}

#banner {
	background:url("/img/banner.jpg") ;
	height: 340px;
	width: 745px;
	margin: 0px;
	padding: 0px;
	}


#banner h1 a{
	display: block;
	width: 285px;
	height: 40px;
	text-indent: -99999px;
	margin-left:400px;
	text-decoration: none;

	position: absolute; /* 絶対位置で指定(親ボックス基準) */
 	top: 76px;  
 	_top: 56px;          /* 上から50px */ 
	}

#banner h2 {
	display: block;
	font-size: 76%;
	margin-left:280px;

	color: #fff;
	position: absolute; /* 絶対位置で指定(親ボックス基準) */
 	top: 116px;  
 	_top: 106px;          /* 上から30px */ 
	}





#banner_box{
float:right;
width:355px;
height:180px;
margin-top:145px;
font-size:95%;


}

#banner_box ul{
font-size:95%;
}

#banner_box strong{
margin-top:5px;
margin-left:5px;
padding-left:5px;
border-left:3px solid #0000FF;
border-bottom:1px solid #0033FF;
}



#navi {
	width:745px;
	height: 40px;
	background-color: black;
	font-weight: bold;
	color:#fff;
	text-align: center;
}
#navi  a{
	color:#fff;
	font-weight: bold;
	padding-top:10px;
	font-size: 90%;	
	}

#navi  a:hover{
	color:yellow;
}


#left {
	float: left;
	width: 200px;
	border-left:4px solid skyblue;
	border-right:1px solid #999;
	background: #ece8dd;
	}

#center {
	float: right;
	width: 535px;
	_width: 533px;
	border-right:1px solid skyblue;
	}



.content {
	float: right;
	width: 535px;
	_width: 533px;
	padding-left:5px;
	height: 1000px;
	font-weight: normal;
	font-size: 87.5%;
	line-height: 150%;
	}

.content strong{
	background: #EFEFEF;
	color: #974A4A;
	margin: 0 2px 0 2px;
	padding: 2px;
	font-weight: bold;
	}

.content em{
	background: #EFEFEF;
	color: #974A4A;
	margin: 5px 2px 5px 2px;
	padding: 5px 2px 5px 2px;
	font-weight: bold;
	text-decoration:underline;
	font-style:normal;
	line-height: 250%;
	}

.content-left {
	float: left;
	width: 255px;
	margin: 10px 3px 5px 0px;
	padding: 3px;
	}

.content-right {
	float: left;
	width: 255px;
	margin: 10px 0px 5px 3px;
	padding: 3px;
	}

#main{
	float: left;
	width: 530px;
	border:3px solid orange;

	}

#main strong{
	background:orange;
	color:#fff;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	width: 100%;

}

#main2{
	float: left;
	width: 530px;
	border:3px solid green;.
	margin-top:10px;
	}

#main2 strong{
	background:green;
	color:#fff;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	width: 100%;

}

#main3{
	float: left;
	width: 530px;
	border:3px solid red;.
	margin-top:10px;
	}

#main3 strong{
	background:red;
	color:#fff;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	width: 100%

}

.content　img {
	border:1px solid #999;
	}


.content p {
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	font-weight: normal;
	text-align: left;
	margin-bottom: 2px;
	padding: 0px 8px 0px 8px;

	}

.content blockquote {
	}


.content h2 {
	color: #fff;
	background: blue;
	font-size: 105%;
	text-align: center;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding-left: 5px;	
	}

.content h2 a{
	color: #fff;
	text-decoration: underline;
	}

.content h2 a:link {
	color: #fff;
	}
.content h2 a:visited {
	color: #fff;
	}
.content h2 a:hover{
	color: #fff;
	text-decoration: underline;
}


.content h3 {
	font-size: medium;	
	text-align: left;
	font-weight: bold;		
	padding-left: 11px;
	border-left: 10px solid #5275c6;
	}

.content h3 a{
	text-decoration: none;
	}

.content ul {
	text-align: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	}


.content li {
	text-align: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	background:url("/img/1_arrow_1.gif") left center no-repeat;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 10px;
	}

.content dt {
	background:url("/img/1_arrow_1.gif") left center no-repeat;
	color: #0066ff;
	text-align: left;
	font-weight: bold;
	padding: auto;
	line-height: 95%;
	_line-height: 110%;
	margin: 3px 0 0 10px;
	padding: 3px 0 0 10px;
	}
.content dd {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	_padding: 0 0 0 2px;
	line-height: 95%;
	_line-height: 110%;
	}

.content p.posted {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: right;		
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}




.kakomi {
	line-height: 120%;
	border: 1px solid #7ab1cc;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 5px 5px;
	}


.sidebar {
	width: 200px;
}



.sidebar h2{
	color: #cb1009;
	background: #f7c22b;
	border-left:5px solid blue;
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
	font-size: 90%;
	text-align: center;
	font-weight: bold;
	margin: 5px;
	_margin-left: 7px;
	padding: 5px;
	}

.sidebar dl {
	}

.sidebar dt {
	background:url("/img/1_ban2_list.gif") center left no-repeat;
	font-size: 80%;
	text-align: left;
	line-height: 150%;
	margin: 2px 0px 2px 15px;
	padding: 2px 0px 2px 18px;
	}

.sidebar dd {
	font-size: 75%;
	text-align: left;
	line-height: 130%;
	margin: 2px 0px 2px 5px;
	_margin: 2px 0px 2px -25px;
	padding: 2px 0px 2px 10px;
	}

.sidebar li {
	list-style-type: none;
	font-size: 78%;
	text-align: left;
	line-height: 90%;
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 5px;
	}

.sidebar img {
        img-align: center;
	}


.sidebar p {
	font-size: 75%;
	padding: 0px 10px 0px 10px;
	}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBBbbb;
	}



#footer {
	text-align: center;
	width: 745px;
	padding: 15px;
	height: 40px;
	font-size: 88%;
	border-top :solid 1px #999;
	}

.ct{
	text-align: right;
	border-top: 1px dashed #BBBbbb;
	margin: 30px 0 10px 0;
	padding: 20px 5px 0 0;
	}

.sam{
	text-align: ｌｅｆｔ;
	font-size: 95%;
	border: 1px dashed #666;
	margin: 15px;
	padding: 15px;
	}

#koshin {
	margin: 15px;
	padding: 15px;
	}

#mail{
border:#FF0000 dashed 8px;
padding:10px 10px 0px 10px;
}

blockquote{
	border: 1px dashed #666;
	font-size: 95%;
	padding:5px;
}

big{
font-weight:bold;
color:red;
}