/*ヘッダーナビゲーション*/

.navi { 
    width: 900px;
}

.navi li {	
	display: inline;
}


/*イントロ*/

#bread {
	margin-bottom: 12px;
	font-size: 110%;

}

#intro .comment-navi {
	text-align: right;
	color: #729A49;
	margin-bottom: 20px;
	display: block;
}


/*フッター*/

#footer {
	clear: both;
	width: 900px;
}
.scroll {
	height: 120px;
	overflow: auto;
	border: 1px solid #999999;
	margin-top: 8px;
	line-height: 1.3;
}

.upbox {
	margin: 0px 5px;
}

#under-menu a {
	padding-right: 5px;
	padding-left: 5px;
}

#under-menu {
	padding-top: 6px;
}

#powered {
	padding-bottom: 15px;
	border-bottom: 2px solid #A3A3A3;
	margin-bottom: 25px;
	margin-top: 4px;
}


/*フッターアド*/

.boxy {
	border: 1px solid #999999;
	margin-bottom: 10px;
	padding: 0px;
}

.adtable {
        margin: 0px;
	padding: 8px 35px 13px 40px;
}


/*サイトインフォ*/

#side .info img {
	margin-bottom: 13px;
}


/*フォーム*/

#comments-open .navi_title {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

#comments-open .comment-navi {
	margin-bottom: 10px;
}

.link-navibox {
	color: #FF0000;
	margin-bottom: 15px;
}


/*サイトマップ*/

#site-map {
	font-size: 110%;
	line-height: 2.0;
}

#site-map ul {
	margin-bottom: 15px;
}

.line li {
	display: inline;
	margin-left: 15px;
}

/*サブ*/

.left {
	float: left;
}
.right {
	float: right;
}
.clear{
	clear:both;
}

.bot10 {
	margin-bottom: 10px;
}

.bot15 {
	margin-bottom: 15px;
}

.bot20 {
	margin-bottom: 20px;
}

.bot35 {
	margin-bottom: 35px;
}

.bold {
	padding-bottom: 6px;
	font-size: 110%;
	color: #CD0001;
	font-weight: bold;
}

.textright {
	text-align: right;
}

.text-right {
	color: #CC0000;
	text-align: right;
	display: block;
	margin-bottom: 15px;
}

/*アンダーナビ*/
.content-nav {
	font-size: 120%;
	word-spacing: 4px;
}


