@charset "utf-8";

/* setup */
body {
	color:#4C4C4C;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../../img/common/bg.jpg) repeat;
}

a {
	color:#135694;
	text-decoration:underline;
	outline:none;
}

a:hover {
	color:#135694;
	text-decoration:none;
}

table {
	margin:0;
}

#content {
	width:1200px;
/*	background:url(../../img/common/c_bg.jpg) repeat-y; */
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
/*	padding:30px 5px; */
	padding:0px 5px;
/*	margin:0 auto;*/
    margin-left: auto;
    margin-right: auto;
}

.tRed {
	color:#F00;
}

.tBold {
	font-weight:bold;
}

.tCenter {
	text-align:center;
}

.tRight {
	text-align:right;
}

/* header */
#header {
	width:900px;
}

#header h1 {
	margin:0 0 10px 50px;
}

#header ul {
	float:right;
	margin:0 10px 10px 0;
}

/* IE7 */
*+html #header ul {
	margin-bottom:0;
}

#header li {
	display:inline;
	list-style:none;
	margin-right:5px;
}

/* navi */
#navi {
	width:900px;
	height:35px;
	background:url(../../img/common/n_bg.jpg) no-repeat;
}

#navi ul {
	float:right;
	margin:8px 15px 0 0;
}

#navi li {
	display:inline;
	list-style:none;
	border-left:1px solid #CBCBCB;
	padding-left:20px;
	margin-left:15px;
}

/* main */
.main {
	width:1000px;
	line-height:20px;
	margin:20px auto 0;
}
.main2 {
	width:800px;
	line-height:20px;
	margin:20px auto 0;
}
.main h2 {
	width:1000px;
	height:31px;
}
.main2 h2 {
	width:800px;
	height:31px;
}
#nButton {
	width:500px;
	margin:50px auto 0;
}

#nButtonNg {
	width:750px;
	margin:50px auto 0;
}

#nButton p {
	width:240px;
	height:48px;
	float:left;
	margin:0 5px;
}

#nButtonNg p {
	width:240px;
	height:48px;
	float:left;
	margin:0 5px;
}

#cButton {
	width:240px;
	margin:50px auto 0;
}

#cButton p {
	width:240px;
	height:48px;
}

#printBtn {
	text-align:right;
	margin-bottom:10px;
}

#codeTitle {
	font-weight:bold;
	border:1px solid #189FBC;
	padding:8px;
	margin-bottom:20px;
}

.detailTable {
	width:900px;
	margin-top:10px;
}

.detailTable th {
	font-weight:bold;
	text-align:center;
	background-color:#F7F7F7;
	border:1px solid #DCDCDC;
	padding:8px;
}

.detailTable td {
	border:1px solid #DCDCDC;
	padding:8px;
}

.detailTable .titleCell {
	background-color:#E5FBFF!important;
	text-align:left!important;
}

.detailTable .cell54px {
	width:34px;
}

.detailTable .cell243px {
	width:243px;
}

.detailTable .cell298px {
	width:298px;
}

.detailTable .cell124px {
	width:124px;
}

#topFlow {
	width:800px;
	height:60px;
	margin-bottom:20px;
}

.radioBtn {
	position:relative;
	top:2px;
	margin-right:5px;
}

/* footer */
#footer {
	width:800px;
	margin:50px auto 0;
}

#footer #pagetop {
	text-align:right;
}

#footer #fNavi {
	text-align:center;
	background:url(../../img/common/f_line.jpg) center top no-repeat;
	padding-top:25px;
	margin:5px 0 30px;
}

#footer #fNavi li {
	display:inline;
	list-style:none;
	border-right:1px solid #464646;
	padding-right:15px;
	margin-right:15px;
}

#footer #fNavi #fnEnd {
	border-right:none!important;
	padding-right:0!important;
	margin-right:0!important;
}

#footer #copyright {
	text-align:center;
}

/* clearfix */
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

/* for IE6 */
* html .clearfix {
    display:inline-block;
}

/* for IE7 */
*+html .clearfix {
    display:inline-block;
}
