/*  */

body {
	background-color: #000;
	margin: 0;
	padding: 0;
	background-image: url(page_parts/base_pat_body.gif);
	background-repeat: repeat-x;
}

/*  */

/* @group 共通画像指定 */

img {
	border-style: none;
}

a img {
	border-style: none;
}

img.alignLeftMarginA{
	float: left;
	margin-right: 16px;
}

img.alignRightMarginA{
	float: right;
	margin-left: 10px;
}


img{
	vertical-align: bottom;
}

.center{
	text-align: center;
}

/* @end */

/* @group 共通フォント指定 */

A:link,A:visited{
	color: #1c71e9;
	text-decoration: none;
}

A:hover{
	text-decoration: underline;
}

strong{
	font-family: 'HiraKakuPro-W6';
}

em{
	font-family: 'HiraKakuPro-W6';
}

th{
	font-family: 'HiraKakuPro-W6';
}



/*WinIE6のみ*/

* html body,
* html body p,
* html body td,
* html body h1,
* html body h2,
* html body h3,
* html body h4,
* html body h5,
* html body h6,
* html body dd,
* html body dt,
* html body li {
	font-family: "ＭＳ ゴシック","ＭＳ Ｐゴシック","メイリオ";
}

/*WinIE以外*/

html>/**/body,
html>/**/body p,
html>/**/body td,
html>/**/body h1,
html>/**/body h2, 
html>/**/body h3,
html>/**/body h4,
html>/**/body h5,
html>/**/body h6,
html>/**/body dd,
html>/**/body dt,
html>/**/body li {
	font-family: "HiraKakuPro-W3","メイリオ",sans-serif,Osaka;
}

html>/**/body h3,
html>/**/body h4,
html>/**/body h5,
html>/**/body h6
html>/**/body dt,
html>/**/strong,
html>/**/em,
html>/**/th{
font-family: "HiraKakuPro-W6","メイリオ",sans-serif,Osaka;	
font-weight: normal;
}


/*WinIE7のみ*/

*+html body,
*+html body p,
*+html body td,
*+html body th,
*+html body h1,
*+html body h2, 
*+html body h3,
*+html body h4,
*+html body h5,
*+html body h6,
*+html body dd,
*+html body dt,
*+html body li {
	font-family: "メイリオ","ＭＳ ゴシック","ＭＳ Ｐゴシック";
}


*+html body th,
*+html body h1,
*+html body h2, 
*+html body h3,
*+html body h4,
*+html body h5,
*+html body h6,
*+html body dt {
	font-weight: bold;
}


/*テキストの左右揃え*/

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

em {
	font-weight: bold;
	font-style: normal;
	font-family: "HiraKakuPro-W6";
}

strong{
	font-weight: bold;
	font-family: "HiraKakuPro-W6";
}

dt{
	font-weight: bold;
	font-family: "HiraKakuPro-W6";
}

.large{
	font-size: 14px;
}

/* @end */


/*  */

div#container{
	width: 940px;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 20px;
	border-right: 16px solid #000;
	border-left: 16px solid #000;
}

div#mainColumn{
	width: 900px;
	margin: 0 auto;
}

div#footer{
	width: 900px;
	margin: 0 auto;
	margin-top: 10px;
	border-top: 5px #000 solid;
	padding-bottom: 24px;
}

div#header{
	width: 940px;
	position: relative;

}

body div#header{
	height: 284px;
	background-image: url(page_parts/head_img_b.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}


body#top div#header{
	height: 529px;
	background-image: url(page_parts/head_img_a.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#header h1,
div#header h2,
div#header p,
div#header h3{
	position: absolute;
	top: -500px;
}

div#header p#supported{
	position: absolute;
	right: 97px;
	top: 10px;
	width: 163px;
	height: 54px;
}

div#header p#supported a{
	width: 163px;
	height: 54px;
	display: block;
	text-indent: -9999px;
}


p{
	font-size:12px;
	margin: 0.6em 0 0 0;
	line-height: 1.7;
}

li{
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 1em 0;
}

.redBold{
	font-weight: bold;
	color: #f00;
}

h3{
	font-size: 14px;
	margin: 1.5em 0 0 0;
}

h4{
	margin: 2em 0 0 0;
	font-size: 12px;
	color: #323232;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #cbcbcb;
	border-left: 6px solid #37A8FF;
	border-right: 1px solid #e5e5e5;
	padding: 0.5em;
	background-image: url(page_parts/base_pat_midashi.gif);
	background-position: 0 6px;
	background-repeat: repeat-x;
}

h5{
	font-size: 12px;
	margin: 1.5em 0 0 0;
}

table h5{
	margin: 0.6em 0 0 0;
}

h4.caution{
	color: #f00;
	border-left: 6px solid #F00;
}

table{
	background-color: #cbcbcb;
	margin: 1em 0 1em 0;
}

tr{
	background-color: #fff;
}

tr.gray{
	background-color: #f2f2f2;
}

td,th{
	font-size: 12px;
	line-height: 1.5;
	color: #323232;
}

th{
	border-top: 1px solid #fff;
	background-color: #ddf0ff;
	
}

td img{
	vertical-align: middle;
}

p.getAdobe{
	margin-top: 1.5em;
	font-size: 10px;
	line-height: 1.4em;
	height: auto;
	padding: 0 0 0.5em 0;	
	color: #555;
}

p.getAdobe:after{
	content: '.';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

p.getAdobe img{
	float: left;
	vertical-align: middle;
	margin-right: 0.7em;
}

table{
	clear: both;
}

td th{
	background-color: #ededed;
}

td.category{
	font-size: 14px;
	font-weight: bold;
}

td.nowEntry{
	background-color: #f00;
	color: #fff;
	font-weight: bold;
}

td.finale{
	background-color: #7f7f7f;
	color: #fff;
	font-weight: normal;
}

td.waiting_cancel{
	background-color: #ff8200;
	color: #fff;
	font-weight: normal;
}

p.btn_pagetop{
	text-align: right;
	margin-top: 20px;
}

form#ck{
	border: 1px solid #d8d8d8;
	background-color: #fffee2;
	padding: 20px;
	margin: 2em 0 0 0;
}

form#ck p{
	margin-bottom: 2em;
}

.checkboxRequiredMsg{
	padding: 5px 8px 5px 8px;
	font-weight: bold;
}


