/* 全体 */
body {
font-family: "ＭＳ Ｐゴシック", "Osaka"; 
font-size: 12px; 
color: #666;
background-color:#FFFFFF;
line-height: 18px;
padding: 0px;
margin: 0px;
}
.contents{
width:800px;
margin: 0 auto;
}
/* h1設定 */
h1{
color:#ccc;
font-size:10px;
font-weight:bold;
padding:0px;
margin:0px;
text-align:center;
}
h1 a:link { 
color: #ccc; 
text-decoration: underline; 
font-size:10px;
font-weight:bold;
}
h1 a:hover { 
color: #ccc; 
text-decoration: underline; 
font-size:10px;
font-weight:bold;
} 
h1 a:visited { 
color: #ccc; 
font-size:10px;
font-weight:bold;
text-decoration: underline; 
} 

img{
border:	0px;
}
/*全体の文字設定*/
a {
font-size:12px;
line-height:18px;
color:#666666;
font-weight: normal;
}

a:link {
text-decoration:none;
font-weight: normal;
color:#664b32;
}
a:hover { 
color: #d27979; 
text-decoration: underline; 
font-weight: normal;
} 
a:visited { 
font-weight: normal;
color:#664b32;
text-decoration:none;
}  

/* 上下のカテゴリリスト */
.category ul{
list-style-type:none;
margin-left:200px;}
.category li{
float:	left;
padding: 0px 10px 0px 10px;
margin: 0px;
font-weight:bold;
}
.category li a{
font-weight:bold;
}
.category li a:link{ 
font-weight:bold;
}
.category li a:hover{ 
font-weight:bold;
color: #d27979; 
text-decoration: underline; 
}
.category li a:visited{ 
font-weight:bold;
text-decoration:none;
}
form{
width:	370px;
margin:	0px;
padding:3px 20px 3px 0px;
}
/* ヘッダー部分 */
.top_koukoku ul{
list-style-type:none;
margin: 0px;
}
.top_koukoku li{
float:	left;
padding: 3px 0px 3px 3px;
margin:	0px;
}
/* 左サイド */
.menu_left {
padding: 5px 0px 5px 0px;
margin: 0px;
}
.menu_left ul{
list-style-type:none;
margin:	0px;
}
.menu_left li{
padding: 1px 0px 1px 3px;
margin:	0px;
}
/* メイン部分 */
p{
margin: 5px 10px 1px 10px;
}
.list_back{
width:560px;
margin: 0px 10px 5px 10px;
background-color:#f5e2c5;
}
.list{
width:280px;
float:left;
}
.list ul{
list-style-type:none;
margin: 10px 10px 10px 10px;
}
.list ul a{
font-weight:bold;
}
.list ul a:link{
font-weight:bold;
}
.list ul a:hover{
font-weight:bold;
color: #d27979; 
text-decoration: underline; 
}
.list ul a:visited{
font-weight:bold;
text-decoration:none;
}

/* フッター部分 */
.foot_about{
width:770px:
}
.foot_about ul{
list-style-type:none;
margin: 0px;
text-align:center;
}
.foot_about li{
float:	left;
padding: 0px 15px 0px 0px;
}

address{
text-align:	center;
font-style:	normal;
}