@charset "utf-8";

/*=================================================================
	
	オッズパーク 共通 CSS
	
	・Since: 2007.12
	・Modified: 2007.12/25
	・Editor: KIML
	・Customize:

-------------------------------------------------------------------
	
		[1]:基礎設計
		[2]:フッター
		[3]:左カラム
		[4]:右カラム
		[5]:調整用
		[6]:検証・その他

=================================================================*/


/*-----------------------------------------------------------------
		[1]:基礎設計
-----------------------------------------------------------------*/

div, span, dl, dt, dd, input, label, form, h1, h2, h3, h4, select { margin:0 0 0 0; padding:0 0 0 0;}

body{
	color: #4f4f4f;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka';
	_font-family: 'ＭＳ Ｐゴシック'; /* IE6用 */
	text-align: center;
	background: url(../image/bg.gif) repeat ;
}

*:first-child+html body { /* IE7用 */
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック';
}

a {
	color:#444444;
}

a:hover {
	color:#cc0000;
	text-decoration:none;
}

a.blue, .blue a {
	color:#0066ff;
}

a.blue:hover, .blue a:hover {
	color:#cc0000;
	text-decoration:none;
}

img{
	border: 0;
}

h1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 42px;
}

h1 a {
	display: block;
	height: 42px;
	font-size: 0px;
	text-indent: -9999px;
}

h2 {
	margin-bottom: 20px;
	font-size: 0px;
	text-indent: -9999px;
	height: 60px;
}

h2#ttl-01 {
	background: #f6fafd url(../image/ttl_01.jpg) no-repeat left top;
}

h2#ttl-02 {
	background: #f6fafd url(../image/ttl_02.jpg) no-repeat left top;
}

h2#ttl-03 {
	background: #f6fafd url(../image/ttl_03.jpg) no-repeat left top;
}

h2#ttl-check {
	background: #f6fafd url(../image/ttl_check.jpg) no-repeat left top;
}

h3 {
	padding: 1px 0 0 21px;
	margin: 0 0 5px 0;
	font-size: 85%;
	line-height: 105%;
	background: url(../image/i_circle.gif) no-repeat left top;
}

h3 span {
	font-size: 76%;
	font-weight: normal;
}

ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

ul {
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	list-style: none;
}

ul.icon-list li{
	margin: 0 0 3px 0;
	padding: 0 0px 0 12px;
	font-size: 82%;
	line-height: 135%;
	background: url(../image/i_arrow.gif) no-repeat 0px 2px;
}

ol {
	margin: 0 0 0 40px;
	padding: 0 0 0 0;
}

li{
	margin: 0 0 3px 0;
	padding: 0 5px 0 0;
	font-size: 82%;
	line-height: 145%;
}
	
p {
	text-align:left;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	font-size: 82%;
	line-height: 160%;
}

p.bottom-none {
	margin: 0 0 0 0;
}

.v-hidden {
	visibility: hidden;
}


/*　整列系　*/

.ta-center{
	text-align: center;
}

.ta-right{
	text-align: right !important;
}
.ta-left{
	text-align: left;
}

.va-middle{
	vertical-align: middle;
}

.va-middle img {
	vertical-align: middle;
}

.txt-indent {
	padding-left: 1em;
	text-indent: -1em;
}

.txt-indent-check {
	padding-left: 1.4em;
	text-indent: -1.4em;
}

* html .txt-indent-check {
	padding-left: 1.9em;
	text-indent: -1.9em;
}

.l-height {
	line-height: 100%;
}

.display-block {
	display: block;
}


/*　基礎BOX　*/

#layout{
	width: 804px;
	text-align: left;
	margin: 0 auto;
	background : url(../image/layout_bg.gif) repeat-y center;
}

#main-container {
	width: 800px;
	margin: 0 0 0 2px;
	padding: 0 0 0 0;
}

.container {
	border-bottom: solid 1px #cccccc;
	padding: 0 15px 15px 15px;
	margin-bottom: 15px;
	width: 770px;
}

.w770 {
	width: 770px;
}


/*-----------------------------------------------------------------
		[2]:フッター
-----------------------------------------------------------------*/

#footer{
	padding: 5px 0;
	margin: 0 0 0 0 !important;
	background: #000000;
	text-align: center;
	color: #ffffff;
	font-size: 82%;
}


/*　ページの先頭　*/
#page-top {
	padding: 0 15px 0 0;
	margin: 0 0 12px 2px;
	width: 785px;
	text-align: right;
}

#page-top a {
	background: url(../image/i_top.jpg) no-repeat left top;
	font-size: 82%;
	padding: 0 0 5px 19px;
}


/*-----------------------------------------------------------------
		[3]:メインカラム
-----------------------------------------------------------------*/


.main-img {
	padding-bottom: 15px;
	margin: 15px 0;
	border-bottom: solid 1px #cccccc;
	text-align: center;
	
}

.link-table td {
	padding: 5px 10px 5px 5px;
	font-size: 82%;
}

.link-table td.tbl_date {
	padding-left: 23px;
}

.link-table img {
	vertical-align: middle;
	margin-right: 5px;
}

.left-box {
	float: left;
	width: 161px;
}

.right-box {
	float: right;
	width: 600px;
}



/*　画像＋テキスト回り込み用　*/

img.f_right {
	float: right;
	margin: 0 0 10px 10px;
}

img.f_left{
	float: left;
	margin: 0 10px 10px 0;
}

.font-100 {
	font-size: 100% !important;
}

img.i-window {
	vertical-align: middle;
	margin: 0 0 0 0;
}


.btn-box {
	padding: 20px 0px 0px 0px;
	text-align: right;
}

.btn-box2 {
	padding: 20px 0px 0px 40px;
}

.btn-box2 img {
	vertical-align: middle;
}

.btn-box2 img.right-182 {
	margin-right: 182px;
}

.check-img {
	text-align: center;
	margin: 0 0 15px 0;

}


/*-----------------------------------------------------------------
		[5]:調整用
-----------------------------------------------------------------*/

/*ハック*/

.c-box:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.c-box{display: inline-table;}
 /* Hides from IE-mac \*/
* html .c-box{height: 1%;}
.c-box{display: block;}
 /* End hide from IE-mac */
 
.clear-both{
	clear: both;
	height: 1px!important;
	display: block !important;
	font-size: 1px!important;
	margin: 0 !important;
}

/*  \*/
* html #layout{
	height: 1%;
}
/*  */


/*　フォント関連　*/

.font-normal {
	font-weight: normal;
}

.middle-l {
	font-size: 85%;
	line-height: 145%;
}

.middle-m {
	font-size: 82%;
	line-height: 140%;
}

.middle-s {
	font-size: 62%;
	line-height: 130%;
}

*:first-child+html .ie7-s td { /* IE7用 */
	font-size: 65%;
}


/*　スペース調整　*/

.top-5 {
	margin-top:5px;
}

.top-10 {
	margin-top:10px;
}

.top-15 {
	margin-top:15px;
}

.top-20 {
	margin-top:20px;
}

.top-p7 {
	padding-top: 7px !important;
}

.bottom-0 {
	margin-bottom: 0px;
}

.bottom-5 {
	margin-bottom: 5px;
}


.bottom-10 {
	margin-bottom: 10px !important;
}

.bottom-15 {
	margin-bottom: 15px !important;
}

.bottom-20 {
	margin-bottom: 20px !important;
}

.bottom-25 {
	margin-bottom: 25px !important;
}

.bottom-30 {
	margin-bottom: 30px !important;
}

.bottom-40 {
	margin-bottom: 40px !important;
}

.bottom-50 {
	margin-bottom: 50px !important;
}

.left-0{
	margin-left: 0px !important;
}

.left-5{
	margin-left: 5px !important;
}

.left-10{
	margin-left: 10px !important;
}

.left-15{
	margin-left: 15px !important;
}

.left-20{
	margin-left: 20px !important;
}

.left-25{
	margin-left: 25px !important;
}

.right-5{
	margin-right: 5px;
}

.right-10{
	margin-right: 10px !important;
}

.right-15{
	margin-right: 15px;
}

.rl-60{
	margin-right: 60px !important;
	margin-left: 60px !important;
}

.p-right-10{
	padding-right: 10px;
}

.p-left-10{
	padding-left: 10px;
}

.box-p10{
	padding: 10px;
	margin: 0px;
}

.box-p16{
	padding:16px;
}

.box-p5{
	padding: 5px;
	margin: 0px;
}

.f-left{
	float:left;
}

.f-right{
	float:right;
}

.indent-3 {
	padding-left: 2.9em !important;
	text-indent: -2.7em;
}


/* 表組み */



.w-box {
	background: url(../image/w_bg.gif) repeat-y left;
	width: 770px;
}

.w-box-inner {
	background: url(../image/w_top.gif) no-repeat left top;
}

.w-box-bottom {
	background: url(../image/w_bottom.gif) no-repeat left bottom;
	padding: 10px;
}


/*-----------------------------------------------------------------
		[7]:1カラム用
-----------------------------------------------------------------*/

.one-column #center-container {
	width: 930px;
	margin: 0 auto;
	float: none;
}


/*-----------------------------------------------------------------
		[5]:検証・その他
-----------------------------------------------------------------*/

/*　検証用　*/

.b {
	border: solid 1px #ff0000;
}

.bg {
	background: #ff6600;
}

.none-box {
	display: none;
}

.visibility-box {
	visibility: hidden;
}
