/*
ラクトスポーツプラザ 共通スタイルシート
*/
/* html */
* {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	margin: 0;
	background: #DDFFFF;
	padding: 0;
	text-align: center;
	color: #333333;
	font: 12px/1.22 "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: medium;
	*font: x-small;
}

table {
	border-collapse: collapse;
	*border:1px solid #003366;
	*width:530px;
	border-spacing: 0;
	font: 100%;
	font-size: inherit;
	*color:#003366;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol,ul{
	list-style-image:none;
	list-style-type:none;
	margin-left:10px;
	margin-bottom:10px;
}

/*
li {
	list-style-type:none;
	border:solid 2px #3333cc;
	width:8em;
	text-align:center;
	margin:1px;
	line-height:2;
}*/

select, input, textarea {
	*font-family:"MS UI Gothic","MS PGothic";
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 99%;
}
h1, h2, h3, h4, h5 {
	font-size: 100%;
	font-weight: bold;
	font-color: #800000;
}
a, a:visited {
	text-decoration: none;
	color: #0033FF;
}
a:hover, a:active {
	text-decoration: underline;
	color: #0033FF;	
}
a:active {
	color: #FF0033;	
}
.alcenter {
	text-align: center;
}
.tdnowrap {
	white-space: nowrap;
}
hr.clearleft {
	clear: left;
	margin: 0;
	border: 1px solid #FFFFFF;
	padding: 0;
}

p{
	line-height:140%;
}

.ob_p{
	background-color:#336699;
	color:#ffffff;
	margin-top:5px;
}


.h3{
	color:#003366;
	font-size:100%;
	border-left:10px solid #003366;
	border-bottom:1px solid #003366;
	padding-left:5px;
	padding-top:8px;
	margin-bottom:10px;
}

.h2{
	color:#003366;
	font-size:120%;
}

.b_box{
	background-color:#336699;
	color:#ffffff;
	margin-top:5px;
	line-height:140%;
}

/* wrap */
div#wrap {
	background: url(images/light.jpg) center top no-repeat;
}
div#container {
	margin: 0 auto;
	background: #FFFFFF;
	width: 960px;
	_width: 800px;
	text-align: left;
}
/* header */
div#header {
	margin: 0;
	/*background: url(./images/bg_header.gif);*/
	padding: 0;
	width: 960px;
	_width: 800px;
	height: 100px;
}
div#header h1 {
	float: left;
	text-indent: -9999px;
}
div#header p.logo {
	float: left;
	margin: 30px 0 0 10px;
}
div#header p.logo img {
	border: none;
	vertical-align: -12px;
}
div#header ul.icon {
	float: right;
	margin: 0 20px 0 0;
}
div#header ul.icon li {
	float: left;
	text-align: center;
	font-size: 10px;
}
/* navigator */
div#navigator {
	clear: both;
	margin: 0 5px;
	background: url(./images/bg_navigator.gif) no-repeat;
	/*background: #EEEEEE;*/
	width: 960px;
	_width: 800px;
	height: 52px;
	line-height: 48px;
}
div#navigator ul {
	margin: 0 0 0 30px;
	background: transparent;
	padding: 0 0 0 0;
}
div#navigator ul li {
	float: left;
	margin: 0 1em 0 0;
}
/* sub_navigator */
div#sub_navigator {
	clear: both;
	margin: 0;
	/*background: url(./images/bg_navigator.gif);*/
	background: #EEEEEE;
	width: 960px;
	_width: 800px;
	height: 20px;
	line-height: 20px;
}
div#sub_navigator ul {
	margin: 0;
	background: transparent;
	padding: 0 0 0 0;
}
div#sub_navigator ul li {
	float: left;
}

/* main */
div#main {
	clear: both;
	margin: 0 10px;
	padding: 0;
	width: 960px;
	_width: 800px;
}
div#main:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
/* leftcolumn 
div#leftcolumn {
	float: left;
	margin: 0 0 0 15px;
	width: 160px;
}
div#leftcolumn ul.leftmenu {
	border: 1px solid #666666;
}
div#leftcolumn ul.leftmenu li h2{
	border-bottom: 1px solid #666666;
}*/
/* centercolumn */
div#centercolumn {
	float: left;
	margin: 0 20px 0 0;
	background: #FFFFFF;
	width: 680px;
}
div.centerCcolumn {
	margin: 0;
	width: 680px;
	background: #eeeeee;
}
div.centerLcolumn {
	border:5px thin #000080;
	float: left;
	margin: 0 20px 0 0 ;
	width: 330px;
	background: #EEEEEE;
}
div.centerRcolumn {
	border:5px thin #000080;
	float: left;
	margin: 0;
	width: 330px;
	background: #EEEEEE;
}
dl.whatsnew dt {
	float: left;
	width: 70px;
}
div.box340 {
	float: left;
	width: 340px;
	max-width: 340px;
}
div.box220 {
	float: left;
	width: 220px;
	max-width: 220px;
}
/* rightcolumn */
div#rightcolumn {
	float: left;
	margin: 0;
	width: 200px;
}
div#rightcolumn div.rightmenu, div#rightcolumn div.rightbox {
	margin: 0 0 20px 0;
	background: #EEEEEE;
}
div#rightcolumn div.rightmenu h2{
}
/* wide_column */
div#wide_column {
	float: left;
	margin: 00;
	background: #FFFFFF;
	width: 940px;
}

/* footer */
div#footer {
	clear: left;
	margin: 0;
	/*background: url(./images/bg_footer.gif) no-repeat;*/
	padding: 0;
	width: 960px;
	height: 50px;
	text-align: right;
}
div#footer p.copyright {
	margin: 0 20px 0 0;
	line-height: 50px
}