﻿/* CSS Document */

/* TOPページ　左側カラム */
#top-sub-left {
	width: 304px;
	height:auto;
	float:left;
	}

#top-sub-left ul {
	display:block;
	margin:0px 0 10px 0px;
	}

#top-sub-left ul li {
	display:inline;
	margin-right:3px;
	padding-left:7px;
	border-left: 1px solid #999;
	list-style-type:none;
	}

#top-sub-left ul li.home {
	padding-left:0;
	border-left:0;
	}

#top-sub-right {
	width: 435px;
	height: auto;
	margin-left:5px;
	text-align: left;
	float:right;
	}

/* TOPページ　タイトル文字設定 */
.toptitle {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom:5px;
	text-align:left;
	border-bottom:solid #CCCCCC 1px;
}

/* TOPページ　タイトル文字設定 2*/
.toptitle2 {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom:5px;
	text-align:left;
	border-bottom:solid #CCCCCC 1px;
}


.top-comment {
	width:278px;
	margin-left:0.5em;
	margin-bottom:1em;
	color:#999999;
	text-align:left;
	line-height:1.6em;
	}

.top-comment2 {
	margin:0 0 20px 1em;
	color:#999999;
	}

.top-comment2 ul {
	font-size:12px;
	line-height:1.9em;
	}


#top-1news {
	width:278px;
	margin-left:0.5em;
	margin-bottom:1em;
	color:#999999;
	text-align:left;
	line-height:1.6em;
	}


/* TOP　FLASH部分 */

#flash {
	width: 750px;
	margin-bottom:8px;
	margin-right:auto;
	margin-left:auto;
	}

#top-link {
	width: 730px;
	margin-bottom:8px;
	text-align:left;
	padding:10px;
}

/* ブログ最新10件の枠 */

#blog-news-10 {
	line-height:1.7em;
	color:#666666;
	margin-left:20px;
	}





