@charaset "UTF-8";

/* -------------------------------
外枠 */

#main {
	width:752px;
	overflow:hidden;
	margin-bottom:30px;
}

#main a {
	text-decoration:none;
}
#main a:hover {
	text-decoration:underline;
}

/* -------------------------------
記事（左コンテンツ） */

#article {
	width:552px;
	float:left;
}

#sub {
	margin-bottom:16px;
	padding:2px 6px 2px 0;
	background:url(../img/contents/bg_sub.gif) left top repeat-y #666666;
}
#sub h2 {
	margin-bottom:0;
	padding-left:24px;
	font-size:1.4em;
	font-weight:bold;
	color:#ffffff;
	border-bottom:solid 1px #000000;
}

#navi {
	width:552px;
	overflow:hidden;
	font-weight:bold;
}

#navi p.left {
	float:left;
}
#navi p.right {
	float:right;
}


/* -------------------------------
一覧ページ */

#article ul li {
	width:544px;
	overflow:hidden;
	margin-bottom:8px;
	padding-left:8px;
	background:url(../img/contents/bg_list.gif) repeat-y #eeeeee;
}
#article ul li img {
	float:left;
}
#article ul li h3 {
	margin:4px 0 0;
	padding:2px 4px 1px 130px;
	font-weight:bold;
	color:#ffffff;
	background:url(../img/contents/bg_list.gif) repeat-y #777777;
}
#article ul li h3 a,#article ul li h3 a:link{
	color: white;
}
#article ul li p {
	margin-right:6px;
	padding:2px 0 0 130px;
}
#article ul li p.border {
	padding:2px 0 2px 130px;
	background:url(../img/contents/bg_date.gif) right bottom repeat-x;
}
#article ul li p.right {
	padding:0 0 4px 130px;
	text-align:right;
}

/* -------------------------------
詳細ページ */

#head_navi {
	margin-bottom:6px;
	text-align:right;
	font-weight:bold;
}

#detail {
	margin-bottom:12px;
	padding:10px 6px 30px 8px;
	background:url(../img/contents/bg_list.gif) repeat-y #eeeeee;
}
#detail h3 {
	padding:0 0 2px 10px;
	background:url(../img/contents/bg_date.gif) right bottom repeat-x;
}
#photo {
	text-align:center;
	padding:14px 0 15px;
	background:url(../img/contents/bg_date.gif) right bottom repeat-x;
}
#text {
	padding:14px 47px 15px;
	background:url(../img/contents/bg_date.gif) right bottom repeat-x;
}



/* -------------------------------
サイドバー */

#side_bar {
	width:184px;
	float:right;
}
#side_bar h3 {
	margin-bottom:8px;
	padding:2px 4px;
	font-weight:bold;
	color:#ffffff;
	background:#777777;
}
#side_bar ul li {
	margin-bottom:20px;
}
#side_bar ul li form {
	margin-left:4px;
}
#side_bar ul li ul li {
	margin-bottom:0;
	padding:1px 4px;
}


