body {
	margin:0;
	padding:0;
	background:#efefef url('images/bg.gif');
	color:#666;
	text-align:center;
}

body,th,td,li,div{
	font:12px/20px Verdana, Arial, sans-serif;
	color:#666666;
}

img{
	border:none;
}

/***** リンク *****/

a:link{
	color:#66f;
}

a:active{
	color:#66f;
}

a:visited{
	color:#669;
}

a:hover{
	color:#f60;
}

/***** レイアウト *****/
#container{
	width:802px;
	margin:0 auto;
	text-align:left;
	background:#fff;
}

#Inner{
	border-top:solid 5px #9c3;
	border-bottom:solid 5px #9c3;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
}

#MainContainer{
	width:600px;
	float:right;
}

#SideContainer{
	width:160px;
	float:left;
/*	border:solid 1px #333;*/
}

.FloatClear{
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
}

/***** ヘッダー *****/
#Header{
	padding:20px 10px 10px;
	background:url('images/bg_head.gif') right no-repeat;
}

#Header h1,
#Header p.Title{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	line-height:94px;
}

#Header_en{
	padding:20px 10px 10px;
	background:url('images/bg_head_e.gif') right no-repeat;
}

#Header_en h1,
#Header_en p.Title{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	line-height:94px;
}

/***** ヘッドメニュー *****/
#HeadMenu{
	background:url('images/bg_headmenu.gif') left bottom no-repeat;
	height:30px;
	line-height:26px;
	text-align:right;
}

#HeadMenu p{
	margin:0;
	padding:0;
	display:inline;
}

#HeadMenu img.FloatClear{
	display:block;
}

/***** ボディー *****/
#Contents{
	width:780px;
	clear:both;
	margin:10px 10px 0;
}

/* トップページ */
#TopImage{
	margin:0 0 10px;
	padding:0;
}

#MainContainer h2{
	margin:10px 0;
	padding:0;
	font-size:14px;
	color:#060;
	line-height:30px;
	clear:left;
}

.TopTitleList{
	margin:10px 5px;
	padding:0;
	width:420px;
}

.TopTitleList dd,
.TopTitleList dt{
	margin:0;
	padding:0;
	line-height:30px;
	border-bottom:dotted 2px #ddd;
}

.TopTitleList dd{
	width:30px;
	float:left;
	clear:left;
}

.TopTitleList dt{
	width:384px;
	float:left;
	background:url('images/note.gif') left no-repeat;
}

#entry_title{
	width:400px;
	border-bottom:dotted 2px #ddd;
	margin-bottom:5px;
}


.TopTitleList dt a:link,
.TopTitleList dt a:active,
.TopTitleList dt a:visited,
.TopTitleList dt a:hover{
	padding-left:18px;
}

/***** サイドバー *****/
.SideTitle{
	margin:0;
	padding:0 0 5px;
	font-size:14px;
}

.SideContent{
	margin:0 0 20px;
	padding:0;
}

.SideContent li{
	margin-left:20px;
}

.SideC_cat{
	margin:0;
	padding:0;
}

.SideC_cat li{
	margin-left:20px;
}

/* サイト内検索 */
.SearchText{
	width:120px;
}

.SearchSubmit{
	width:50px;
}

/***** フッター *****/
#Footer{
	padding:20px 0;
	text-align:center;
	clear:both;
}

#FootMenu{
	margin:0;
	padding:20px 0 0;
	border-top:solid 1px #ccc;
}

#FootMenu p{
	display:inline;
	padding:0 5px;
}

address{
	font-style:normal;
	line-height:30px;
}
.posted{
text-align:right;
}

.subcategories a.foldmark {
    font-size:7px; /* マークのフォントサイズ */
    text-decoration: none; /* マーク装飾 */
}
ul.tree {
    margin: 0 0 10px 0; /* 全体マージン */
    padding: 0;
    list-style: none;
}
ul.tree ul {
    margin: 0px 0; /* 間隔を空ける時はここを変更 */
    padding-top: 2px; /* インデント部分のパディング */
}
ul.tree li {
    margin: 0; /* 0 以上にすると画像が切れる */
    padding: 4px 0 1px 13px; /* top を大きくすると画像とずれる */
    background-image: url(tree_lst.gif);
    background-position: 2px 0; /* 垂直方向を0以上にすると画像が切れる */
    background-repeat: no-repeat;
    list-style: none;
    line-height: 100%;
}
ul.tree li.tree_end {
    background-image: url(tree_end.gif);
    background-position: 2px 0;
    list-style: none;
}

.side-outline{
	background:url('/images/side_bg_bottom.gif') left bottom no-repeat;
	padding:0 0 5px;
	margin:0 0 10px;
}

.side-inline{
	background:url('/images/side_bg_body.gif') left repeat-y;
	padding:0 5px;
	font-size:10px;
	color:#666;
}

.side-content form{
	margin:0;
	padding:5px 0 0;
}