/* CSS Document */

/* 初期化 */
body, h1, h2, h3, h4, h5, h6, ul, li, table, img, div {
	margin:0px;
	padding:0px;
	line-height:100%;
}

img {
	border:none;
}

/* レイアウト */

div#frame {
	background-image:url(common_images/frame_side.gif);
	background-repeat:repeat-y;
	width:770px;
}

div#header_area {
	width:759px;
	margin:0px 12px 0px 10px;
}

div#contents_area {
	width:680px;
	margin-left:47px;
}

div#contents_area_e {
	width:680px;
	margin:10px 0 0 47px;
}

div#right_column {
	width:178px;
	float:right
}

div#left_column {
	width:494px;
	float:left;
}

div.entry_back {
	width:479px;
	border-left:solid 2px #B0B0FF;
	border-right:solid 2px #B0B0FF;
	padding-top:12px;
	padding-bottom:8px;
}

div.related p {
	margin:3px 0px 7px 10px;
	line-height:110%;
}

ul#list10 {
	list-style:none;
	margin-left:30px;
	padding-top:8px;
}


div.entry_body {
	width:440px;
	margin-left:20px;	
}

div#list_area {
	background-color:#F2ECFF;
	width:178px;
}

div#list_bottom {
	margin-bottom:15px;
}

div#category_area {
	background-color:#ECF3FF;
	width:178px;
	padding-top:5px;
}

div#go_back {
	width:480px;
	font-size:13px;
}

div.related {
	border:dotted 1px #006666;
	margin-top:10px;
	padding:13px 10px 3px 10px;
	width:auto;
}

div.entry_top {
	margin-top:10px;
	width:483px;
}

div.entry_body img {
	border:1px #CCCCCC solid;
	margin:2px 2px 5px 6px;
	float:right;
}

li.list_item {
	list-style:none;
	font-size:14px;
	line-height:120%;
	text-indent:-17px;
	margin-bottom:12px;
}

ul#category_list li {
	list-style:none;
	font-size:14px;
	line-height:100%;
	margin-bottom:4px;
}

	
h3 {
	font-size:18px;
	margin-bottom:0px;
}

p {
	color:#333333;
	font-size:14px;
	line-height:160%;
	margin:0px 0px 9px 0px;
}

p.entry_date {
	color:#333333;
	font-size:11px;
	margin:0px 0px 0px 7px;
	line-height:100%;
	font-family:Tahoma;
	font-weight:bold;
}

a:link {
	color:#330099;
}

td#pan {
	font-size:14px;
}

a:hover {
	color:#3333FF;
}

a.non_roll:hover {
	background-color:#FFFFFF;
}


img.categories {
	margin:3px 0px 3px 10px;
}
