body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:center;
	background-color: #FFFFFF;
	margin : 0px 0px 0px 0px;
	color:#666;
	font-size: 14px;
	line-height: 150%;
}


/* 画像の属性等 */
img {
	border-style: none;
	}

strong {
	color:#333333;
}

/*  ページナビ  */
.navi {
	height: 12px;
	font-size: 10px;
	color:#D9ECFF;
	margin: 0px 0px 5px 10px;
}

.navi a:link, .navi2 a:visited, .navi2 a:active {
	color: blue;
}

.navi a:hover {
	color: #FFCC00;
}

/* ボックスの指定(背景有) */

.top-box {
	width: 540px;
	border: 2px dotted #3399CC;
	background-color: #F7FBFF;
	margin-top:5px;
	margin-left:0px;
	padding : 8px;
	font-size: 12px;
	line-height:150%;
}



.box {
	width: 550px;
	border: 1px solid #D9ECFF;
	background-color: #FFF;
	margin: 5px;
	padding : 8px;
	color: #666;
	line-height:150%;
}

.box .index {
	padding: 0px 0px 5px 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: blue;
}

/* ボックスの指定(背景無) */
.boxn {
	width: 470px;
	border: 1px solid #FFC3DE;
	background-color: #FFF;
	margin: 5px;
	padding : 8px;
	font-size: 12px;
	color: #666;
	line-height:150%;
}

.boxn .index {
	padding: 0px 0px 5px 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

/* ボックスの指定(右側) */
.boxl {
	width: 125px;
	border: 1px solid #111111;
	background-color: #D9ECFF;
	margin: 5px;
	padding : 2px;
	font-size: 12px;
	color: #666;
	line-height:150%;
}

.boxl .index {
	padding: 0px 0px 0px 13px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #666;
	background-image: url("img/green_icon.gif");
	background-repeat:no-repeat;
	background-position: 0px 2px 0px 0px;

}

.detail {
	text-align:left;
	font-size: 12px;
	margin-right:1px;
	margin-top:10px;
	margin-bottom:5px;
}

.box-top {
	width: 575px;
	background-color: #FFF;
	font-size: 12px;
	color: #666;
	line-height:150%;
}

.box-top p {
	border-left:1px solid;
	border-bottom:1px solid;
	border-right:1px solid;
	padding:13px;
	margin:0px;
	margin-left:0px;
	border-color:#D9ECFF;
}

.box-left{
	float:left;
	width:275px;
}

.box-right{
	float:right;
	width:275px;
	margin-right:3px;
}




/* リンクの属性（未指定の時） */
a {
	text-decoration: underline;
	color:#0066CC;
}


a:link {
	color: #0066CC;
}


a:visited {
	color: #8080C0;
}

a:active {
	color: #8080C0;
}

a:hover {
	color: #FFCC00;
}

/* --------- 基本設定 ----------------------------------　*/
#base {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#wrapper {
	width: 800px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-repeat: no-repeat;
}


---------------------------------------------------------



/* 枠等の属性 */
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFF;
}
		
/*ヘッダー部分*/
#header	{
	margin : 0px;
	padding: 0Px;
	height : 280px;
}

#header a{
	width:786px;
	height:280px;
	background-image: url("img/top.jpg");
	display: block;
	margin-top : 0px;
	margin-bottom: 0px;
	margin-left:7px;
	text-indent: -999px;
}

#header a:hover {
	background-image: url("img/top.jpg");
}

		
#header h1{
	font-size:13px;
}

#header .g-search{
	float:right;
	padding-top:30px;
}

#pan{
	padding-left:8px;
	padding-top:5px;
	font-size:14px;
}

#pan a{
	color:#3399CC;
	text-decoration:none;
}

#pan a:hover{
	color:#666;
	text-decoration:none;
}


/*左サイドバー部分*/
#left {
	width: 204px;
	float: left;
	margin-left: 7px;
	padding-top: 5px;
	padding-bottom: 10px;
}


#left p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 140%;
}

#left a {
	color: #8080C0;
}
		
#left a:hover{
	color : #FF6600;
}

/*------メニュー部分------*/

#left .index{
	color:#FFF;
	text-decoration:underline #FFFFFF;
	width: 186px;
	height:auto;
	margin-top: 5px;
	text-align: center;
	display: block;
	font-size: 12px;
	line-height:20px;
	border-width: 1px 1px 1px 1px;
	border-style:solid;	
	border-color: #3399CC;
	border-left:15px solid;
	border-color:#3399CC;	
}

#left .index a	{
	color:#3399CC;
	text-decoration:underline #FFFFFF;
	width:auto;
	height:25px;
	margin-top: 0px;
	padding-top:4px;
	padding-left:10px;	
	text-align: left;
	display: block;
	font-size: 14px;
	font-weight:bold;
	line-height:20px;

}


#left .menu a	{
	color:#444;
	text-decoration:none;
	width: 200px;
	height:25px;
	text-indent: 5px;
	display: block;
	font-size: 12px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #D9ECFF;
	background-color: #FFF;
	line-height:28px;
}
		
#left .menu a:hover{
	background-repeat: no-repeat;
	background-color: #D9ECFF;
}

#left .new a	{
	color:#444;
	text-decoration:none;
	width: 200px;
	height:22px;
	padding: 3px 5px 3px 5px;
	display: block;
	font-size: 10px;
	line-height: 110%;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #4D7942;
	background-color: #EBF3E9;
}
		
#left .new a:hover{
	background-repeat: no-repeat;
	background-color: #DBE3C6;
}


#left #searchform	{
	margin-top: 5px;
}
		
#left #searchform p	{
	margin-top: 2px;
	margin-bottom: 2px;
}


/*エントリー部分*/
#content {
	float:right;
	width:570px;
	margin-right:5px;
}

#content h2, #content h3, #content p {

}

	
#content h1	{
	margin-left:0px;
	padding-left:5px;
	color: #3399CC;
	font-size:22px;
	font-weight:bold;
}

				
#content h2	{
	font-size: 17px;
	font-weight:bold;
	color: #3399CC;
	text-align: left;
	padding-top:15px;
	margin-left: 5px;
	font-weight:bold;	
	border-bottom:dotted;
}

#content h3	{
	margin-left:0px;
	padding-left:5px;
	color: #3399CC;
	font-size:18px;
}

#content h4	{
	font-size: 14Px;
	font-weight:bold;
	color:#3399CC;
	text-align: left;
	background-color:#D9ECFF;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:0px;
	margin-left:5px;
}

#content h5	{
	font-size: 13Px;
	color:#3399CC;
}

.content-midashi{
	font-size: 13Px;
	color:#3399CC;
}


#content p{
	color: #666666;
	line-height: 160%;
	margin-left:5px;
}

#content a{
	color: #0066CC;
}

#content A:hover{
	color : #CC0000;
}		

strong 
	color:#000099;
	line-height: 160%;
	margin-left:5px;
	font-weight:bold;
}


/*アフィリエイトスペース*/
#adspace{
	width:800px;
	padding-top: 3px;
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 5px;
}

/*フッター部分*/
#footer {
	padding-top: 3px;
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 5px;
}
		
#footer p {
	font-size: 13px;
}
		
#footer a {
	color: #3399CC;
}

#footer A:hover{
	color : #666;
}

/* Copyrights */
.copyrights {
	clear: both;
    text-align: center;
	margin: 0;
	background-color: #D9ECFF;
}

.copyrights p {
	margin-top: 0;
	margin-bottom: 0;
	color: #3399CC;
}
