@charset "utf-8";
/*-----cssリセット-----*/
* { margin: 0;padding: 0;font-size:100%;line-height: 1.5;font-style: normal;text-decoration: none; }
*html body div { height: 1px;}
img {border:0;}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #AAA70E;
}
table {	border:0; border-collapse: collapse; border-spacing: 0; empty-cells: show;}
ol {
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
ol li { padding-bottom: 2em; }
strong {
	font-weight: bold;
	color: #28741A;
}

/*-----common-----*/
.f_left{ float:left; }
.f_right{ float:right; }
.f_clear{ clear:both; }

.pad_S{ padding:10px; }
.pad_M{ padding:20px; }
.pad_L{ padding:40px; }

.pad_tS{ padding-top:10px; }
.pad_tM{ padding-top:20px; }
.pad_tL{ padding-top:40px; }

.pad_bS{ padding-bottom:10px; }
.pad_bM{ padding-bottom:20px; }
.pad_bL{ padding-bottom:40px; }

.pad_lS{ padding-left:10px; }
.pad_lM{ padding-left:20px; }
.pad_lL{ padding-left:40px; }

.pad_rS{ padding-right:10px; }
.pad_rM{ padding-right:20px; }
.pad_rL{ padding-right:40px; }

.align_l{text-align:left; }
.align_r{text-align:right; }
.align_c{text-align:center; }

/*-----clearFix-----*/
#right_menu:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
}
#right_menu:after {  
    zoom: 100%; 
}
/*-----レイアウト-----*/
#white_back {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(../images/background/head_back.jpg);
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 900px;
	position: relative;
	background-image: url(../images/background/head.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;	
}

#left_box {
	width: 660px;
	float: left;
}
#main { width: 660px; 
}
h2 {
	height: 22px;
	background-image: url(../images/background/h2_bg.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	padding: 8px 0 0 5px;
}
#left_menu {
	float: left;
	width: 200px;
}
#right_menu {
	float: right;
	width: 230px;
	text-align: left;
}
.column {}
.column .head {}
.column .body {}
.column .foot {}
#footer {
	display: block;
	clear: both;
	width: 100%;
	height: 130px;
	background-color: #FFFFFF;
	background-image: url(../images/background/foot_back.jpg);
	background-repeat: repeat-x;
	background-position: left 30px;
}
#header {
	display: block;
	width: 900px;
	height: 120px;
}
#menu {
	width: 890px;
	height: 30px;
	margin-bottom:10px;
	font-size:14px;
	text-align:right;
	padding-right: 10px;
}
#search {
	display: block;
	clear: both;
	width: 660px;
	margin-bottom: 30px;
	text-align: center;
	background-image:url(../images/background/search.jpg);
	padding:10px 0 10px 0;
}
#search div {
	padding-bottom:10px;
}
.search_window {
	width:200px;
}
#header .top_link {
	display: block;
	height: 121px;
	width: 240px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-indent: -7777px;
}
#menu ul li {
	float: left;
	display: block;
	list-style-type: none;
	height: 25px;
	background-image:url(../images/background/menu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 0 10px;
}
.width_80 {
	width:80px;
}
.width_100 {
	width:100px;
}
.width_130 {
	width:130px;
}

#menu ul {
	width: 660px;
	margin-left: 240px;
	display: block;
	height: 30px;
}
#navi {
	height: 20px;
	width: 900px;
	margin-bottom: 10px;
	clear: both;
}
#navi ul {
	display: block;
	height: 20px;
	width: 900px;
}
#navi ul li {
	float: left;
	height: 20px;
	width: 120px;
	margin-right: 10px;
	display: block;
	list-style-type: none;
}
h1 {
	height:22px;
	background-image:url(../images/background/h1_bg.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	color:#FFF;
	margin:10px 0 0 0;
	padding: 8px 0 0 5px;
}
.top_text {
	display: block;
	margin-bottom: 20px;
	border:solid #ff3e8c 1px;
}
.top_text p {
	padding:10px 5px;
}
#index #left_box #main .push_site { display: block; }
.push_thumnail {
	float: right;
}
#contents {
	clear: both;
	width: 900px;
	display: block;
	margin-bottom: 20px;
}
#push_entertainment {
	display: block;
	margin-bottom: 20px;
	border: #03b6fc solid 1px;
}
#push_entertainment h3 {
	text-align:center;
	padding-top:5px;
	font-size:14px;
}
#push_entertainment ul {
}
#push_entertainment .text {
	padding:5px;
	font-size:12px;
	line-height:16px;
}
#index #push_entertainment ul li {
	display: block;
	float: left;
	width: 164px;
	list-style-type: none;
}
#index #push_entertainment ul li img {
	margin-left:17px;
}
#footer ul {
	width: 900px;
	text-align: right;
	height: 30px;
	background-color: #FFF;
}
#footer ul li {
	display: block;
	float: right;
	margin-left: 10px;
	list-style-type: none;
}
#footer div {
	clear: both;
	text-align: center;
	display: block;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	background-image: url(../images/background/foot.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#footer p {
	font-size: 12px;
	color: #044500;
	position: absolute;
	bottom: 10px;
	left: 0px;
	height: 1em;
	width: 900px;
}
#right_menu #add_site {
	text-align: center;
}
#categories  {
	border: #03b6fc solid 1px;
	margin-bottom: 20px;
}
.frame {
	border-collapse: separate;
	border-spacing: 4px;
}
.large_category_p div,
.large_category_g div,
.large_category_b div {
	height:21px;
	text-indent: 35px;
	padding-top: 9px;
	background-repeat: no-repeat;
}
.large_category_p div {
	background-image: url(../images/category/large_category_p.jpg);
	background-position: 5px top;
}
.large_category_g div {
	background-image: url(../images/category/large_category_g.jpg);
	background-position: 5px top;	
}
.large_category_b div {
	background-image: url(../images/category/large_category_b.jpg);
	background-position: 5px top;	
}
.large_category_b .bg_none {
	background-image:none;
}
.large_category_p td,
.large_category_g td,
.large_category_b td {
	width:212px;
}
.small_category_p td,
.small_category_g td,
.small_category_b td {
	font-size: 13px;
	height: 60px;
	width:202px;
	vertical-align: top;
	padding:0 5px 0 5px;
}
.small_category_b .bd_none {
	border:none;
}
.entame_logo {
	width: 125px;
	height: 110px;
	float: left;
}
.push_logo {
	position: absolute;
}
.update .title {
	background-image: url(../images/title/right_menu_news.jpg);
}
.update .text {
	border: #ff8e29 solid 1px;
	margin-bottom: 20px;
	font-size: 14px;
	padding: 5px;
}
.ent_link .title {
	background-image: url(../images/title/right_menu_link.jpg);
}
.ent_link .text {
	border: #5ccc63 solid 1px;
	padding: 5px;
	color: #35b83e;
	font-size: 13px;
}
.ent_link .text p {
	font-weight : bold;
	line-height: 18px;
	font-size: 14px;	
}
.ent_link .text dl {
	margin-top:10px;
	color:#000;
}
.ent_link .text dd {
	margin-top: 5px;
	line-height:15px;
}
.ent_link .text a {
	font-size: 16px;
	border-bottom: 1px solid;
}
.side_menu .title {
	background-image: url(../images/title/right_side_menu.jpg);
}
.title {
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	padding: 8px 5px 0px;
	margin-top:20px;
}
.side_menu ul {
	list-style-type: none;
	padding: 10px;
}
.side_menu .bd {
	border: #c248fd solid 1px;
}
.y_logoole {
	text-align: center;
	padding: 10px 0 10px 0;
}
/*-----下層ページ-----*/
#category{
	width: 638px;
	margin: 10px;
}
#category td{
	padding: 10px;
}
.box_link{
	padding: 0px 10px 10px;
	display: block;
	text-align: right;
}
.kanri { color:#930; }
.hp_title{
	font-size:large;
	padding-bottom: 0.5em;
}
.category_dir {
	text-align: right;
}
.update_date {
	font-size: small;
	padding-bottom: 5px;
	text-align: right;
}
.page_index {
	padding: 10px 0px;
	font-size: small;
}
.log {
	margin:10px 0 15px 0;
	border-bottom:dotted #690 2px;
	padding-bottom:15px;
}
