@charset "shift_jis";

/* -----------------------------------------------------------------------
CSS Information

File name:     style.css
Style Info:    ArtTitle
----------------------------------------------------------------------- */

/* -----------------------------------------------------------

common

----------------------------------------------------------- */
.clear {
	clear:both;
}

a {
	outline:none;
}

/* clearfix */
.clearfix {
	zoom:1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* -----------------------------------------------------------

layout

----------------------------------------------------------- */
#container {
	margin: 0 auto;
	width: 780px;
}

#pageBody {
	margin: 10px auto 20px;
	width: 780px;
}

#contents {
	margin: 0 0 20px;
	text-align: center;
}

#contents_in {
	margin: 0 auto 10px;
	text-align: center;
	width: 780px;
}

#contents_area {
	margin: 0 auto 10px;
	width: 760px;
	background-color:#FFF;
	text-align: left;
}

/* -----------------------------------------------------------

contentsInfo

----------------------------------------------------------- */
#contentsInfo {
	background-image: url(../images/headBg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 13px 0 0 5px;
	text-align: left;
}

#contentsInfo .txt {
	padding:0;
	margin:0;
	color:#cc0000;
	font-weight:bold;
	font-size:12px;
}

#contentsInfo .dtailApp {
	color:#666;
	font-weight:normal;
	font-size:10px;
}

/* -----------------------------------------------------------

header_topics

----------------------------------------------------------- */
#header_topics {
	margin: 9px 0 0;
}

/* -----------------------------------------------------------

ctbody

----------------------------------------------------------- */
#ctbody {
	padding: 0 0 15px;
	width: 760px;
	background-color: #cee25c;
	background-image: url(../images/bk.jpg);
	background-repeat: no-repeat;
}

/* -----------------------------------------------------------

btnArea

----------------------------------------------------------- */
.btnArea {
	margin: 0 auto;
	padding: 12px 0 0;
	width: 680px;
}

.btnArea a {
	display:block;
	width: 680px;
	height: 66px;
	background: url(../images/btn_bg.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

.btnArea a:hover {
	background: url(../images/btn_bg.jpg) no-repeat 0 -69px;
}

/* -----------------------------------------------------------

btnArea02

----------------------------------------------------------- */
.btnArea02 {
	width: 564px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.btnArea02 a {
	display:block;
	width: 564px;
	height: 63px;
	background: url(../images/bt.gif) no-repeat 0 0;
	text-indent: -9999px;
}

.btnArea02 a:hover {
	background: url(../images/bt.gif) no-repeat 0 -64px;
}

/* -----------------------------------------------------------

stepArea

----------------------------------------------------------- */

#stepArea {
	margin: 0 auto 20px;
	width: 730px;
	height: 280px;
	background: url(../images/step_bg.jpg) no-repeat top left;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#stepArea li.left {
	width: 360px;
	height: 280px;
	float:left;
}

#stepArea li.left a {
	display:block;
	margin: 225px auto 18px;
	width: 330px;
	height: 37px;
	text-indent: -9999px;
	background: url(../images/btn_bg.jpg) no-repeat -4px -142px;
}

#stepArea li.left a:hover {
	background: url(../images/btn_bg.jpg) no-repeat -4px -191px;
}

#stepArea li.right {
	width: 370px;
	height: 280px;
	float:right;
}

#stepArea li.right a {
	display:block;
	margin: 225px 15px 18px 25px;
	width: 330px;
	height: 37px;
	text-indent: -9999px;
	background: url(../images/btn_bg.jpg) no-repeat -343px -141px;
}

#stepArea li.right a:hover {
	background: url(../images/btn_bg.jpg) no-repeat -343px -190px;
}

/* -----------------------------------------------------------

btmArea

----------------------------------------------------------- */
#bottomArea {
	margin: 0 auto;
	width: 730px;
	height: 109px;
	background: url(../images/btmarea_bg.jpg) no-repeat top left;
}

#bottomArea li.left {
	width: 365px;
	height: 109px;
	float:left;
}

#bottomArea li.left a {
	display:block;
	margin: 57px 20px 25px 15px;
	width: 330px;
	height: 37px;
	text-indent: -9999px;
	background: url(../images/btn_bg.jpg) no-repeat -4px -142px;
}

#bottomArea li.left a:hover {
	background: url(../images/btn_bg.jpg) no-repeat -4px -191px;
}

#bottomArea li.right {
	width: 365px;
	height: 109px;
	float:right;
}

#bottomArea li.right a {
	display:block;
	margin: 57px 15px 25px 20px;
	width: 330px;
	height: 37px;
	text-indent: -9999px;
	background: url(../images/btn_bg.jpg) no-repeat -343px -141px;
}

#bottomArea li.right a:hover {
	background: url(../images/btn_bg.jpg) no-repeat -343px -190px;
}

/* -----------------------------------------------------------

noticeArea - Cutomize

----------------------------------------------------------- */
#noticeArea {
	margin: 0 auto 20px;
	padding: 0 0 32px;
	width: 730px;
	background:url(../images/notice_bg.jpg) no-repeat bottom center;
}

#noticeArea dl {
	margin: 10px auto 0;
	width: 690px;
}

#noticeArea dl dt {
	margin: 0 0 10px;
}

#noticeArea dl dd {
	font-size:12px;
	color:#000;
}

#noticeArea dl dd p,  #noticeArea dl dd ul {
	padding:0 14px;
	line-height:1.5;
	margin-top:10px;
	margin-bottom:10px;
}

#noticeArea .imp {
	font-weight:bold;
	color:#cc3b02;
}

/* -----------------------------------------------------------

特集バナー

----------------------------------------------------------- */

#FeatureArea {
	width: 730px;
	margin: 0 auto;
	padding-bottom:10px;
}