* {
	margin: 0;
	padding: 0;
}
body {
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","Osaka","ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	text-align: left;
	background: #fff;
}
a {
	/*\*/
	overflow: hidden;
	/**/
}
a img {
	border : 0;
	text-decoration: none;
}
p {
	font-size: 12px;
	line-height: 160%;
	color: #333;
}
.j10 {font-size: 10px;}
.j14 {font-size:14px;}
.j18{font-size:18px;}
.indent {text-indent:-9999px;}
.margin {margin:8px 0 0 0;}
.test {border: 1px solid #ccc;}
.left {float: left;}
.right {float: right;}
.clr {clear: both;}
/*-----------------------------
container
------------------------------ */
#container {
	text-align:left;
	width:100%;
	background:url(/public/image/hd_bg.jpg) repeat-x;
}
/*-----------------------------
top
------------------------------ */
#top {
	width:870px;
	height:300px;
	margin:0 auto;
	padding-top:10px;
	background:url(/public/image/hd.jpg) no-repeat;
}
#top h1 a {
	width:870px;
	height:300px;
	text-indent:-9999px;
	display:block;
}
/*-----------------------------
main
------------------------------ */
#main {
	width: 830px;
	padding:10px 20px 10px;
	margin:0 auto;
	background:url(/public/image/r_main.jpg) repeat-y;
}
/*-----------------------------
記事
------------------------------ */
#ar {
	width:600px;
	float:left;
}
/*----記事日付・タイトル部分---- */
#ar h2 a {
	font-size:16px;
	font-weight:normal;
	color:#006699;
	text-decoration:none;
}
#ar h2 a:hover {text-decoration:underline;}
#ar .ar-hd {
	width:600px;
	padding-bottom:5px;
	background:url(/public/image/ar_hd.jpg) no-repeat bottom;
}
#ar .ar-hd .day_box {
	width:57px;
	height:49px;
	padding-top:8px;
	background:url(/public/image/day_bg.jpg) no-repeat;
	float:left;
}
#ar .ar-hd .ar-ttl_box {
	width:475px;
	float:right;
	padding-right:60px;
}
#ar .ar-hd .month {
	width:57px;
	height:20px;
	font-size:10px;
	color:#fff;
	text-align:center;
}
#ar .ar-hd .day {
	widows:57px;
	font-size:18px;
	color:#333;
	text-align:center;
}
/*----記事メイン部分---- */
#ar .ar-body {
	width:580px;
	padding:10px;
	background:#f5f5f5;
}
#ar .ar-body  {
	font-size:12px;
	color:#333;
	line-height:160%;
}
#ar .ar-body img {
	margin:10px 0;
}
#ar .ar-body a {
	color:#006699;
	text-decoration:none;
}
#ar .ar-body a:hover{
	text-decoration:underline;
}

/*----記事下部・日時部分---- */
#ar .ar-ft {
	width:580px;
	height:38px;
	padding:12px 10px 0;
	background:url(/public/image/ar_ft.jpg) no-repeat;
	font-size:10px;
	color:#333;
	text-align:right;
	margin-bottom:10px;
}
#ar .ar-submenu {
	font-size:12px;
	color:#666;
	text-align:center;
	margin-top:10px;
}
#ar .ar-submenu a {
	color:#666;
	text-decoration:none;
}
#ar .ar-submenu a:hover {
	color:#333;
	text-decoration:underline;
}
/*-----------------------------
メニュー
------------------------------ */
#menu {
	width:200px;
	float:right;
}
#menu-box,#menu-box_2{
	width:200px;
	margin-bottom:25px;
}

/*----リンク---- */
#menu-box_2 a {
	font-size:10px;
	color:#006699; 
	text-decoration:none;
	}
#menu-box a { 
	font-size:12px;
	color:#006699;
	text-decoration:none;
}
#menu-box a:hover {text-decoration:underline;}
#menu-box_2 a:hover {text-decoration:underline;}
/*----/リンク---- */

#menu-box h3,#menu-box_2 h3 {
	width:200px;
	height:40px;
	text-indent:-9999px;
}

.category h3 {background:url(/public/image/ttl_category.jpg) no-repeat;}
.new h3 {background:url(/public/image/ttl_new.jpg) no-repeat;}
.link h3 {background:url(/public/image/ttl_link.jpg) no-repeat;}
.archive h3 {background:url(/public/image/ttl_archive.jpg) no-repeat;}

ul { list-style:none
}
#menu-box li {
	width:185px;
	font-size:12px;
	color:#006699;
	border:1px dotted #ccc;
	border-width:0 0 1px;
	background:url(/public/image/icon.gif) no-repeat left 14px;
	padding:10px 0 10px 15px;
}
#menu-box_2 li {
	width:185px;
	border:1px dotted #ccc;
	border-width:0 0 1px;
	padding:5px 0;
	line-height:110%;
}
/*-----------------------------
フッター
------------------------------ */
#ft {
	text-align:right;
	width:870px;
	padding:25px 0 10px;
	margin:0 auto;
	background:url(/public/image/ft.jpg) no-repeat;
	font-size:10px;
	line-height:140%;
	color:#333;
}


