html{
	height:100%;
}

body{
	height:100%;
	margin: 0;
	text-align:center;
	background: #f0f0f0 url(../images/bg.gif) repeat-y 50% 0%;
}
/* リンク
---------------------------------------------*/

a {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}


img{
	border:none;
}


/* メイン　ヘッダー　ロゴ
---------------------------------------------*/
#body{
	width:800px;
	height: 100%;
	margin:0 auto;
	background: url(../images/bg.gif) repeat-y 50% 0%;
}
#logo {
	width: 240px;
	height: 105px;
	float: left;
	text-align: center;
	margin:0px;
}
#logo img{
	margin:0;
}

#logo h1{
	margin:0;
}


#navi{
	width: 560px;
	float: right;
}
#navi ul{
	margin:0;
	padding:70px 25px 0 0;
	background-image: url(../images/navi_bg.jpg);
	background-repeat: repeat-x;
}
#navi li{
	width:120px;
	margin:0;
	padding:0;
	float:right;
	list-style-type:none;
}
#navi a{
	width: 105px;
	height: 15px;
	margin:0 auto;
	display:block;
	border-bottom: 2px dashed #EF0000;
	font-size: 12px;
	color: #FF0000;
	text-align:center;
	font-weight: bold;
}
#navi a:hover{
	text-decoration:none;
}
#navi a.s{
	border-bottom: 2px dashed #CCC;
	color:#999999;
}
#navi a.s:hover{
	border-bottom: 2px dashed #89c0e7;
	color: #89c0e7;
	text-decoration:none;
}

/* サイドメニュー
---------------------------------------------*/

#left{
	width: 235px;
	float:left;
	clear: both;
	text-align: left;
	font-size: 80%;
	color: #6A6B4B;
	line-height: 130%;
	display:inline;
}
#left .body{
	margin:37px 20px;
}

#left h2{
	margin: 0;
	padding:8px 3px 8px 5px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	background-image: url(../images/title_left.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#left ul{
	margin:0 0 20px 5px;
	padding:0;
}
#left li{
	margin:5px 0 0 0px;
	padding:5px 0px 5px 15px;
	background: url(../images/arrow_ye.gif) no-repeat 0px 8px;
	list-style-type:none;
}

/* ｘ"・・・
---------------------------------------------*/

.bre {
    margin: 0px 0px 0px 10px;
}

.bre p {
    margin: 20px 0px 10px 0px;
	font-size:12px;
}

/* メインコンテンツ
---------------------------------------------*/
#main{
	width: 565px;
	float:left;
	font-size:80%;
	text-align:left;
}
#main .body{
	margin:0px 10px 20px 25px;
}



#main h2{
	margin: 0px 20px 5px 0;
	padding:13px 3px 8px 15px;
		background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size:14px;
	color:#333333;
	clear:both;
}

#main p{
	margin: 8px 40px 5px 20px;
	line-height:150%;
	color:#666666;
}

#main  ul {
font-size:12px;
line-height:1.3em;
margin: 20px 0 16px 20px;
padding:0;
}

#main  li {
background: url(../images/arrow_ye.gif) no-repeat 0px 3px;
    margin: 0px;
    padding: 0px 0px 10px 15px;
    list-style: none;
}
/*-----------------plink------------------*/

#linklink {
	width: 520px;
	margin: 10px;
	padding: 5px;
	list-style: none;
	font-size:10px;
	border: solid 1px
}
#linklink p {
	font-size: 12px;
	font-weight: bold;
	
	line-height: 20px;
	border-bottom: 1px solid
	border-left: 5px solid
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
#linklink ul {
	font-size: 10px;
	padding: 10px;
	
}
#linklink li {
	padding-bottom: 3px;
}
#linklink li a{text-decoration:underline;}
#linklink li a:hover{text-decoration:none;}

/*-----------------plink------------------*/

/* RSS
---------------------------------------------*/
#main .rssbody{
	width:450px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-left:10px;
	margin-top:30px;
	margin-bottom:30px;
}

#main .rssbody p{
	margin:10px;
	color: #89c0e7;
	line-height: 150%;
	font-size: 14px;
	font-weight: bold;
}

#main .rssbody ul {
font-size:12px;
line-height:1.3em;
margin:0 0 16px 20px;
padding:0;
}

#main .rssbody li {
background: url(../images/arrow_ye.gif) no-repeat 0px 3px;
    margin: 0px;
    padding: 0px 0px 10px 15px;
    list-style: none;
}


/* フッター
---------------------------------------------*/

#footer{
	width: 100%;
	height: 20px;
	margin: auto;
	padding: 0;
	clear:both;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #999999;
	background-color:#ffffff;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer a{
	color: #999999;
	font-size: 10px;
}

#footer a:visited {
	color: #999999;
}

#footer a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/*-------------------------------------for any--*/

.clear{
	clear:both;
	line-height:1px;
}
