@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 {
	width: 760px;
	}
/* -----------------------------------------------------------

searchArea
- 特集ページ組込み用配置用ブロック -

----------------------------------------------------------- */
#searchArea {
	margin: 30px 0;	
}
	#searchArea h3 {
		margin: 0 0 15px;	
	}
	/* 特集ページ組込み部分タイトル、罫線のカスタマイズ */
	.maparea,
	.todofukenarea {
		border:1px solid #fb4e61 !important;
		}
	.searchtitle {
		background-color: #fb4e61 !important;
		}
	

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

noticeArea - Cutomize

----------------------------------------------------------- */
#noticeArea {
	margin: 0 0 30px;
	padding: 15px 0 10px;
	background:url(../images/notice_bg.jpg) no-repeat bottom center;
	}

	#noticeArea dl {
		margin: 0 auto 20px;
		width: 720px;
		}
		#noticeArea dl dt {
			margin: 0 0 8px;
			}
			#noticeArea dl dd{
				font-size:12px;
				color:#000;
				}
				#noticeArea dl dd p,
				#noticeArea dl dd ul{
					padding:0 10px;
					line-height:1.5;
					margin:8px 0;
					}
	#noticeArea .imp{
	font-weight:bold;
	color:#cc3b02;
	}
