@charset "utf-8";
/* 全体レイアウト */
body {
	text-align:center;
	background-color:#ff6600;
}
#hd , #container-inner , #ft {
	text-align:left;
}
#hd-top-inner , #hd-menu-inner {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	overflow: hidden;
}

#container {
	clear: both;
}
#container-inner {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	overflow: hidden;
}
#cont-welcome{
	overflow: hidden;
}

#cont-main {
	overflow: hidden;
	margin-top: 30px;
}
#ft {
 width:100%;
 clear:left;
}
#ft-inner {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	overflow: hidden;
}

/*style.css*/
* {
	margin:0;
	padding:0;
	border-style: none;
	list-style: none;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana, Arial, Helvetica, sans-serif;
}
body {
	color: #222222;
	font-size: 80%;
}
a {
	color: #0000FF;
	outline:none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #003399;
}
p {
	line-height: 1.2em;
}
table {
	border-collapse:collapse;
}
.orange {
	color: #FF6600;
	font-weight:bold;
}
.margin01 {
	margin-bottom:10px;
}
.margin02 {
	margin-bottom:30px;
}
.margin03 {
	margin-bottom:50px;
}

/*個別スタイル*/
#hd {
	background:url(images/hd_bg.gif) repeat-x;
	background-color: #ffffba;
}
h1{
	font-size:12px;
	color: #FFFFFF;
	font-weight:normal;
	margin-bottom: 20px;
}
h2{
	background:url(images/logo.gif) left top no-repeat;
	width:350px;
	padding-top: 250px;
	text-align: center;
	color: #1e25b1;
	font-size: 24px;
	padding-right: 40px;
	padding-left: 20px;
}
#hd-top {
	padding-bottom:25px;
}

#hd-top table.tbl_top td.maga{
	background:url(images/maga-logo.gif) top no-repeat;
	height: 104px;
}

#container {
	background-color:#ffde58;
}
.tit {
	color:#ff6600;
	font-size:30px;
	font-weight:bold;
}
.sub-tit {
	color:#1e25b1;
	font-size:18px;
	font-weight:bold;
}
.txt-area {
	margin-bottom:30px;
	margin-top:15px;
	width: 550px;
}
.txt01 {
	font-size:12px;
	line-height:150%;

}
.txt02 {
	font-size:12px;
	padding-left:25px;
	margin-bottom:30px;
	margin-top:15px;
	line-height:150%;
}

#cont-welcome {
	background:url(images/bg_welcome.gif) top no-repeat;
	width:870px;
	height:170px;
	padding-top: 50px;
	padding-left: 80px;
	margin-top: 20px;
}
#cont-main {
}
#cont-main-left {
	float:left;
	width: 590px;
}
#cont-main-left .left-bg-hd {
	background:url(images/cont_left_bg_01.gif) top no-repeat;
	padding-left:60px;
	padding-right:20px;
	padding-top:25px;
	height:75px;
}
#cont-main-left .left-bg-cont {
	background:url(images/cont_left_bg_02.gif) bottom no-repeat;
	padding-left: 40px;
	padding-right:25px;
	height: 530px;
}
#cont-main-right {
	background:url(images/cont_right_bg.gif) top no-repeat;
	float:left;
	margin-left: 15px;
	width: 340px;
	height: 630px;
}
#cont-contents {
	background:url(images/cont_bg.gif) top no-repeat;
	width:870px;
	height:1050px;
	padding-top: 50px;
	padding-left: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear:both;
}
#cont-contents table.tbl_contents {
	width:780px;
	margin-top:50px;
	margin-bottom:50px;
	border-top:solid 1px #CCCCCC;
}
#cont-contents table.tbl_contents td {
	padding-left:10px;
	padding-right:10px;
	padding-top:30px;
	padding-bottom:10px;
	vertical-align:top;
}
#cont-contents table.tbl_contents td.cont-tit {
	width:200px;
}
#cont-contents table.tbl_contents td.cont-tit p {
	color:#999;
	font-size:14px;
}
#cont-contents table.tbl_contents td.cont-tit p strong {
	color:#ff6666;
	font-size:14px;
}

#cont-contents table.tbl_contents td.hishot {
	width:270px;
	padding-left: 40px;
	padding-right: 10px;
}
#cont-contents table.tbl_contents .day {
	margin-bottom:20px;
	font-size:18px;
}
#cont-contents table.tbl_contents .selector {
	margin-bottom:20px;
	text-align: right;
}
#cont-contents table.tbl_contents .txt {
	margin-bottom:20px;
}
#cont-contents table.tbl_contents td.photo {
	width:260px;
}


.btn-login {
	padding-left: 230px;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 10px;

}
.btn-welcome1 {
	padding-left: 230px;
	text-align: center;

}

.btn-welcome2 {
	padding-top:540px;
	padding-left: 40px;
	
}
#cont-main-ft {
	clear:both;
	font-size:10px;
	color:#666666;
	padding-bottom:20px;
	padding-top: 10px;
}

#ft {
	background-color:#ff6600;
	padding-top:10px;
	padding-bottom:10px;
}
#ft #navi-terms {
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
}

