/* CSS Document */
h1 {font-size: 2em;}
h2 {font-size: 1.5em;}
.example {
/*	background: #eee;
	padding: 50px;*/
	/*yamamoto*/
	width:193px;
	height:432px;
	background-image:url(http://www.oospo.net/images/left_bg.jpg);
	background-repeat:no-repeat;
	margin-top: 5px;
	padding-top:3px;
	background-position: center top;
}
.chiiki_color a {
	color:#FFFFFF;
	text-decoration:none;
}

.chiiki_color a:hover {
	color:#FF9900;
}
/*
#menu ul{
	width: 147px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	text-indent: -9999px;
}

#menu li {
	list-style-type: none;
	height: 22px;
	text-decoration: none;
	text-indent: -9999px;
}

.example li#menu_top {
	background-image: url(http://www.oospo.net/images2/chiiki_title.jpg);
	background-repeat: no-repeat;

	height: 22px;
	width: 140px;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
}

.example li#menu_shinai {
	background-image: url(http://www.oospo.net/images2/side/shinai.jpg);
	background-repeat: no-repeat;

	height: 25px;	width: 158px;
	text-indent: -9999px;	display: block;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする

}*/
.menu {
	width: 139px;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
	margin-top:7px;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
/*	color: #eee;
	background: #234;*/
		height:25px;
}

.menu {
	width: 136px;
	height:25px;
	padding-left:3px;
}

.menu ul {
	width: 139px;
	height:25px;
}

.menu a {
/*	text-decoration: none;
	color: #eee;*/
	padding: .4em 1em;
	display: block;		height:25px;

}

.menu a:hover, .menu li:hover>a {
	color: #666666;
}

.menu li {	/* create borders around each item */
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	height:20px;
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
}


/* CSS Document */
p {
	margin:0px;
}
h1 {
	font-weight:normal;
	font-size:10px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left:0;
	color:#999999;
	letter-spacing:2px;
	padding-bottom: 3px;
}
h2 {
	font-weight:bold;
	font-size:12px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left:0;
	letter-spacing:2px;
}
#head {
	width:949px;
	height:85px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#navi {
	height: 32px;
	width:949px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border:0px;
}
#navi ul{
	width: 949px;
	height: 32px;
	padding: 0px;
	margin: 0px;
}

#navi li {
	list-style-type: none;
	float: left;
	height: 32px;
	width: auto;
	margin-top:0px;
}

#navi li#navi_top {
	background-image: url(http://www.oospo.net/images2/top_on.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 113px;
	text-decoration: none;
	margin-top:0px;
}
#navi li#navi_top_off {
	background-image: url(http://www.oospo.net/images2/top_off.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 113px;
	text-indent: -9999px;
	text-decoration: none;
	margin-top:0px;
}
#navi li#navi_top_off a {
	display: block;
	height: 31px;
	width: 113px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */		
	background-image: url(images2/top_off.jpg);
	background-repeat: no-repeat;
		margin-top:0px;
}
#navi li#navi_top_off a:hover {
	background-image: url(http://www.oospo.net/images2/top_on.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 113px;
		margin-top:0px;
}
#navi li#navi_spo {
	background-image: url(http://www.oospo.net/images2/sports_club_off.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 111px;
	text-decoration: none;
}
#navi li#navi_spo a {
	display: block;
	height: 31px;
	width: 111px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */		
	background-image: url(http://www.oospo.net/images2/sports_club_off.jpg);
	background-repeat: no-repeat;
}
#navi li#navi_spo a:hover {
	background-image: url(http://www.oospo.net/images2/sports_club_on.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 111px;
}
#navi li#navi_recruit {
	background-image: url(http://www.oospo.net/images2/recruit_off.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 110px;
	text-decoration: none;
}
#navi li#navi_recruit a {
	display: block;
	height: 31px;
	width: 110px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */		
	background-image: url(http://www.oospo.net/images2/recruit_off.jpg);
	background-repeat: no-repeat;
}
#navi li#navi_recruit a:hover {
	background-image: url(http://www.oospo.net/images2/recruit_on.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 110px;
}
#navi li#navi_movie {
	background-image: url(http://www.oospo.net/images2/movie_on.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 110px;
	text-decoration: none;
}
#navi li#navi_movie a {
	display: block;
	height: 31px;
	width: 110px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */		
	background-image: url(http://www.oospo.net/images2/movie_off.jpg);
	background-repeat: no-repeat;
}
#navi li#navi_movie a:hover {
	background-image: url(http://www.oospo.net/images2/movie_on.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 110px;
}
#navi li#navi_coupon {
	background-image: url(http://www.oospo.net/images2/coupon_off.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 110px;
	text-decoration: none;
}
#navi li#navi_coupon a {
	display: block;
	height: 31px;
	width: 110px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */		
	background-image: url(http://www.oospo.net/images2/coupon_off.jpg);
	background-repeat: no-repeat;
}
#navi li#navi_coupon a:hover {
	background-image: url(http://www.oospo.net/images2/coupon_on.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 110px;
}
#navi li#navi_blog {
	background-image: url(http://www.oospo.net/images2/blog_on.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 110px;
	text-decoration: none;
	border:0px;
}
#navi li#navi_blog a {
	display: block;
	height: 31px;
	width: 110px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */		
	background-image: url(http://www.oospo.net/images2/blog_on.jpg);
	background-repeat: no-repeat;
}
#navi li#navi_blog a:hover {
	background-image: url(http://www.oospo.net/images2/blog_on.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 110px;
}
#navi li#navi_q_a {
	background-image: url(http://www.oospo.net/images2/q_a_off.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 110px;
	text-decoration: none;
}
#navi li#navi_q_a a {
	display: block;
	height: 31px;
	width: 110px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */		
	background-image: url(http://www.oospo.net/images2/q_a_off.jpg);
	background-repeat: no-repeat;
}
#navi li#navi_q_a a:hover {
	background-image: url(http://www.oospo.net/images2/q_a_on.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 110px;
}
#navi li#navi_inq {
	background-image: url(http://www.oospo.net/images2/inquiry_off.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 110px;
	text-decoration: none;
}
#navi li#navi_inq a {
	display: block;
	height: 31px;
	width: 110px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */		
	background-image: url(http://www.oospo.net/images2/inquiry_off.jpg);
	background-repeat: no-repeat;
}
#navi li#navi_inq a:hover {
	background-image: url(http://www.oospo.net/images2/inquiry_on.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 110px;
}

/*地域の部分*/
/*yamamoto
#menu {
	width:147px;
	height:432px;
	background-image:url(http://www.oospo.net/images2/side_bg.jpg);
	background-repeat:no-repeat;
	margin-top: 5px;
	padding-top:3px;
	background-position: center top;
}
#menu ul{
	width: 147px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	text-indent: -9999px;
}

#menu li {
	list-style-type: none;
	height: 22px;
	text-decoration: none;
	text-indent: -9999px;
}
*/
.menu li#menu_top {
	background-image: url(http://www.oospo.net/images2/side/top_in.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	width: 176px;
	text-indent: -9999px;
	text-decoration: none;
}

.menu li#menu_shinai {
	background-image: url(http://www.oospo.net/images2/side/shinai_in.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 158px;
	margin-top:5px;
	margin-left:7px;
	/*text-indent: -9999px;	
	text-decoration: none;
	overflow: hidden; ■Firefox等で線が表示されないようにする */

}

	
.menu li#menu_higashiosaka {
	background-image: url(http://www.oospo.net/images2/side/higashiosaka_in.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 158px;
	text-indent: -9999px;
	text-decoration: none;	margin-top:5px;
	margin-left:7px;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */	
}
.menu li#menu_toyonaka {
	background-image: url(http://www.oospo.net/images2/side/toyonaka_in.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 158px;
	text-indent: -9999px;
	text-decoration: none;	margin-top:5px;
	margin-left:7px;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */	
}
.menu li#menu_sakai {
	background-image: url(http://www.oospo.net/images2/side/sakai_in.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;	width: 158px;	margin-top:5px;
	margin-left:7px;

/*
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */	
}
.menu li#menu_ibaraki_suita {
	background-image: url(http://www.oospo.net/images2/side/ibaraki_suita_in.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;	width: 158px;	margin-top:5px;
	margin-left:7px;

/*	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */	
}
.menu li#menu_neyagawa_moriguchi {
	background-image: url(http://www.oospo.net/images2/side/neyagawa_moriguchi_in.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;	width: 158px;	margin-top:5px;
	margin-left:7px;

/*	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */	
}
.menu li#menu_tonda_kawachinagano {
	background-image: url(http://www.oospo.net/images2/side/tonda_kawachinagano_in.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;	width: 158px;	margin-top:5px;
	margin-left:7px;

/*	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */	
}
.menu li#menu_kishiwada_izumi {
	background-image: url(http://www.oospo.net/images2/side/kishiwada_izumi_in.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;	width: 158px;	margin-top:5px;
	margin-left:7px;

/*	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */	
}
.menu li#menu_hokusetsu {
	background-image: url(http://www.oospo.net/images2/side/hokusetsu_in.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;	width: 158px;	margin-top:5px;
	margin-left:7px;

/*	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */	
}
.menu li#menu_kitakawati {
	background-image: url(http://www.oospo.net/images2/side/kitakawati_in.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;	width: 158px;	margin-top:5px;
	margin-left:7px;
/*	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */	
}
.menu li#menu_minamikawati {
	background-image: url(http://www.oospo.net/images2/side/minamikawati_in.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;	width: 158px;	margin-top:5px;
	margin-left:7px;
/*	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */	
}
.menu li#menu_sennan {
	background-image: url(http://www.oospo.net/images2/side/sennan_in.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;	width: 158px;	margin-top:5px;
	margin-left:7px;

/*	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */	
}
.menu li#menu_sensyu {
	background-image: url(http://www.oospo.net/images2/side/sensyu_in.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;	width: 158px;	margin-top:5px;
	margin-left:7px;

/*	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */	
}

.menu ul li#menu_shinai a {
	display: block;
	height: 25px;	width: 158px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */
	background-image: url(http://www.oospo.net/images2/higashiosaka_in.jpg);
	background-repeat: no-repeat;
}
.menu li#menu_higashiosaka a {
	display: block;
	height: 25px;	width: 158px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */		
	background-image: url(http://www.oospo.net/images2/higashiosaka_in.jpg);
	background-repeat: no-repeat;
}
.menu li#menu_toyonaka a {
	display: block;
	height: 25px;	width: 158px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */		
	background-image: url(http://www.oospo.net/images2/toyonaka_in.jpg);
	background-repeat: no-repeat;
}
.menu ul li#menu_sakai a {
	display: block;
	height: 25px;	width: 158px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */		
	background-image: url(http://www.oospo.net/images2/sakai_in.jpg);
	background-repeat: no-repeat;
}
.menu ul li#menu_ibaraki_suita a {
	display: block;
	height: 25px;	width: 158px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */		
	background-image: url(http://www.oospo.net/images2/ibaraki_suita_in.jpg);
	background-repeat: no-repeat;
}
.menu ul li#menu_neyagawa_moriguchi a {
	display: block;
	height: 25px;	width: 158px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */		
	background-image: url(http://www.oospo.net/images2/neyagawa_moriguchi_in.jpg);
	background-repeat: no-repeat;
}
.menu ul li#menu_tonda_kawachinagano a {
	display: block;
	height: 25px;	width: 158px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */		
	background-image: url(http://www.oospo.net/images2/tonda_kawachinagano_in.jpg);
	background-repeat: no-repeat;
}
.menu ul li#menu_kishiwada_izumi a {
	display: block;
	height: 25px;	width: 158px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */		
	background-image: url(http://www.oospo.net/images2/kishiwada_izumi_in.jpg);
	background-repeat: no-repeat;
}
.menu ul li#menu_hokusetsu a {
	display: block;
	height: 25px;	width: 158px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */		
	background-image: url(http://www.oospo.net/images2/hokusetsu_in.jpg);
	background-repeat: no-repeat;
}
.menu ul li#menu_kitakawati a {
	display: block;
	height: 25px;	width: 158px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */		
	background-image: url(http://www.oospo.net/images2/kitakawati_in.jpg);
	background-repeat: no-repeat;
}
.menu ul li#menu_minamikawati a {
	display: block;
	height: 25px;	width: 158px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */		
	background-image: url(http://www.oospo.net/images2/minamikawati_in.jpg);
	background-repeat: no-repeat;
}
.menu ul li#menu_sennan a {
	display: block;
	height: 25px;	width: 158px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */		
	background-image: url(http://www.oospo.net/images2/sennan_in.jpg);
	background-repeat: no-repeat;
}
.menu ul li#menu_sensyu a {
	display: block;
	height: 25px;	width: 158px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;/* ■Firefox等で線が表示されないようにする */		
	background-image: url(http://www.oospo.net/images2/sensyu_in.jpg);
	background-repeat: no-repeat;
}

/*全ページのフォント指定*/
body {
	margin:0px;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
}

#bg {
	background-color:#ffffff;
	width:951px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}
#bg2 {
	background-color:#ffffff;
	width:953px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
/*	border-left:1px solid green;
	border-right:1px solid green;*/

	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
#left {
/*	width:px;*/
	width:200px;
	float:left;
	padding-left:10px;
	padding-right:0px;
}
#right {
	padding-left:0px;
	padding-top:5px;
margin-right:5px;
	float:right;

}
#contents {
	width:944px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:5px;
}
#content {
	width:650px;
margin-top:20px;
float:right;
}

/*sidebar*/
#menu {
	width:198px;
/*	height:585px;*/
	background-image:url(left_bg.jpg);
	background-repeat:no-repeat;
	margin-top: 5px;
	background-position: center top;

}
#location_logo {
	margin-top:8px;
}

#button1 {
	width:186px;
	height:40px;
	padding-top:20px;
}

#button2 {
	margin-top:8px;
}


#banner1 {
	margin-top:10px;
	width:193px;
}



#banner2 {
	margin-top:20px;
}



#footer {
	background-color:#ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:947px;
font-size:10px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}

/*page style*/

#table1_style {
        margin-top: 50px;
margin-right:50px;
}

/*DefaultCSS*/
.entry{
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	/*font-size: 0.80em;*/
	line-height: 1.5em;
	height: auto;
	width: auto;
        margin-left: auto;
        margin-right: auto;


}
.entrybody {
	height: auto;
        margin-top: 2px;
        margin-left: auto;
        margin-right: auto;
line-height:20px;
	}

.faq_color {color: #666}
}
#pan2 {
	font-family: Verdana;
	font-size: 11px;
	letter-spacing: 1px;
	height: auto;
	width: auto;
	text-align: left;
	float: none;
	color: #666666;
        margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 1px;
	text-decoration: none;
}
#pan2 a{
	color: #FF7D7D;
	text-decoration: none;
}

#pan2 a:hover {
	text-decoration: none;
	color: #FFB13E;
}

a {
	text-decoration:none;
color:#ED1846;
}

a:hover {
	text-decoration:underline;
}
#new_col a {
	text-decoration: none;
	color: blue;
}
#new_col a:hover {
	text-decoration: underline;
	color: blue;
}
#koumoku {
color:#999999;
padding-left:30px;
padding-bottom:5px;
}
#koumoku a {
	text-decoration: underline;
color:#FFFFFF;
}
#koumoku a:hover {
	text-decoration: underline;
color:#FFFFFF;
}
#wp-calendar {
font-size:12px;
color:#666666;
letter-spacing:1px;
line-height:15px;
}
#wp-calendar th {
width:200px;
}
#wp-calendar td {
font-size:12px;
text-align:center;
}
#pankuzu {
color:#666666;
padding-bottom:10px;
}
#pankuzu a {
color:#666666;
}
#pankuzu a:hover {
color:red;
}
#sidebar {
	width: 210px;
	float: left;
	line-height: 1.5em;
	display:inline;
	margin: 8px 8px 8px 0px;
	padding: 10px;
	font-size:10px;
}
#sidebar h2 {
	color: #999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar ul li {
	display: inline;
	margin:0;
	padding:0
}
#sidebar li{
	list-style: none;

}

#sidebar ul li a {
	border-bottom: 1px solid #ccc;
	color: #FF7800;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 25px;
	background-image: url(images/navbulle.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}


#sidebar ul li a:hover{
	border-bottom-color: #fff;
	color: #666 !important;
	background-color: #ccc;
}



#searchdiv {
	margin-top: 8px;
	margin-bottom: 15px;
}
.comments-link {
	background-image:url(images/comments.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:16px;
}
#sports-etc {
	margin-bottom:0px;
	height:20px;
	border:0px;
	background-image:url(http://www.oospo.net/images2/head_line.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding-top:9px;
	padding-right:10px;
	font-size:11px;
}
#return_top {
	margin-bottom:0px;
	height:12px;
	border:0px;
}
#foot_line {
	margin-top:0px;
	height:5px;
	width:948px;
	border:0px;
}
#foot_menu {
	float:left;
	margin-top:5px;
}
#ku_title {
margin-right: 50px;
}
#ku_title a {
text-decoration:underline;
}

/*スポーツの歴史*/
#history_tbl {
	color:#666666;
	line-height:20px;
	letter-spacing:2px;
	margin-right:50px;
	width:650px;
}
#title1 {
	background-image:url(images/line.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	font-size:15px;
height:30px;
	color:#666666;
	margin-top:30px;
	margin-bottom:20px;
}
#title2 {
	background-image:url(images/line.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	font-size:15px;
	color:#666666;
	margin-top:30px;
	margin-bottom:20px;
}

.af_font {
	font-size:10px;
	letter-spacing:normal;
}
