/*　メニューバー　*/

#sddm {
	margin: 0;
	padding: 0;
	z-index: 30
}

#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 8px 0px;
	width: 126px;
	background: #FFE6E6;
	color: #666;
	text-align: center;
	text-decoration: none
}

#sddm li a:hover {
	background: #FDD0D0;
	color:#FFFFFF
}

#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #FDD0D0
}

#sddm div a {
		position: relative;
		display: block;
		margin: 0;
		padding: 4px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #666;
		font: 11px arial
}

#sddm div a:hover {
		background: #FDD0D0;
		color: #fff
}
		
/*　ボディ　*/	
body {
	font-size: 12px;
	line-height: 150%;
	color: #666;
	margin: 0px;
}
#wrap {
	width: 780px;
	margin: 9px;
}

/*　ヘッダ　*/	
#head {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	width: 761px;
	margin: 0px;
	height: 60px;
}
#head .mail {
	float: right;
	text-decoration: none;
	font-size: 12px;
	color: #FF0000;
	padding-right: 2px;
	clear: none;
	margin-top: 42px;
}
#head img {
	float: left;
}

#navi {
	width: 780px;
	margin: 0px;
}
/*フッタ*/
#foot {
	clear: both;
	width: 761px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0099CC;
	margin-top: 20px;
}

#foot .copy {
	float: left;
	margin: 0px;
}
#foot a {
	float: right;
	padding-right: 2px;
	text-decoration: none;
	color: #666;
	margin-left: 20px;
}
.clear {
	clear: both;
}


/*　コンテンツ　*/	
#conts {
	margin: 0px;
	width: 761px;
}
#main {
	width: 580px;
	float: left;
}
#main h1{
	background-image: url(../img/midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 250px;
	font-weight: bold;
	font-size: 12px;
	color: #FD7C7C;
	margin-top: 10px;
	text-decoration: none;
	margin-bottom: 5px;
	text-indent: 12pt;
	line-height: 24pt;
}
h1 a{ 
	text-decoration:none; 
	color:#6394E7;
	
} 
h1 a:hover { color:#0000FF; 
}
p a { 
	text-decoration:none; 
	color:#666;
}
P a:hover { color:#0000FF; 
} 

/*　新着情報　*/	
#main .info {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
}
#main .info p {
	padding-left: 10px;
	padding-top: 5px;
	font-size: 12px;
	border: 1px solid #e0e0e0;
	width: 90%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-bottom: 5px;
}
/*　左コンテンツ　*/
#main .conts_left {
	float: left;
	width: 310px;
	margin: 0px;
}
#main .conts_left p {
	padding-left: 20px;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
}

/*　右コンテンツ　*/
#main .conts_right {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 260px;
}
#main .conts_right img {
	margin-left: 10px;
}

#main .conts_right p {
	border: medium dotted #FD7C7C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	width: 170px;
	padding: 5px;
	line-height: 200%;
}



/*　右ボックス（バナー）　*/
#rightbox {
	width: 156px;
	margin-left: 20px;
	float: right;
	background-color: #EAEBD8;
	height: 100%;
	text-align: center;
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#rightbox p {
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 10px;
	margin: 0px;
	line-height: 120%;
}
#rightbox img {
	margin-top: 10px;
}
#rightbox .red {
color:#FF0000;
}





#rightbox .right {
	text-align: right;
}


#Info {
	color: #FF0000;
	width: 100%;
	padding-left: 20px;
	line-height: 120%;
	margin-top: 10px;
}
