/* BSフジ　PubページMT用　CSS Document */

/* 		初期設定		
-----------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body,td,th {
	color: #000;
	font-size: 12px;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック','MS P Gothic',Arial, sans-serif, Verdana, Geneva, Helvetica;
	line-height: 150%;
	letter-spacing: 0.1em;
}

table,tr,td,hr,iframe,textarea {
	border: 0;
}

ul,li {
	list-style: none;
}

a, img {
	border: 0;
	border-style: none;
	outline: none;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:active { 
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}


/* 		全体構造		
-----------------------------------------------------*/

div#container {
	width: 100%;
	background-color: #ffffff;		/*	---2011変更---	*/
	background-repeat: repeat-x;
	text-align: left;
}

div#containerInner {
	width: 955px;
	margin: 0 auto;
	padding: 0 20px 100px 25px;
	background: #ffffff url(../img/index/bg_containerinner.gif) repeat-y top center;		/*	---2011変更---	*/
	clear: both;
}

div#header {
	height: 195px;		/*	---2011変更---	*/
	width: 100%;
	min-width: 1000px;
	text-align: center;
	background: url(../img/common/bg_header.gif) repeat-x;		/*	---2011追加---	*/
	margin: 0 auto;
	clear: both;
}

div#leftArea {
	display: inherit;/* ltr win ie6 */
	float: left;
	width: 172px;
	margin-top: 18px;
	padding-left: 14px;
	padding-right: 14px;
}

div#rightArea {
	margin-top: 10px;
	float: right;
	width: 740px;
	letter-spacing: 0;
}

div#leftArea ul, div#rightArea ul {
	padding-top: 10px;
}

div#footer {
	width: 100%;
	background: #fdfdfd url(../img/common/footer.gif) repeat-x;		/*	---2011変更---	*/
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

div#footerInner {
	margin: 0 auto;
	width: 1000px;
}

/*	Sticky Footer	*/

html,body,div#container,div#containerInner {
	height: 100%;
}

body > div#container {
	height: auto;
	min-height: 100%;
}

div#container > div#containerInner {
	height: auto;
	min-height: 100%;
}

div#footer {
	position: relative;
	clear:both;
	height: 300px;		/*	---2011変更---	*/
	margin-top:-100px;
}

/*		leftArea内 設定	
-----------------------------------------------------*/

ul#leftMenu {
	width: 172px;
	color: 333333;
	margin-bottom: 15px;
	list-style: none;
}

ul#leftMenu li {
	list-style: none;
	margin-bottom: 10px;
}

ul#leftMenu li a:link{text-decoration:none;color:#333333;}
ul#leftMenu li a:visited{text-decoration:none;color:#666666;}
ul#leftMenu li a:active{text-decoration:none; color:#666666;}
ul#leftMenu li a:hover {text-decoration:underline; color:#ff2200;}


/*	区切りライン	*/
hr {
	clear: both;
	border-top: 1px solid #cecece;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*	マーク説明用マージン	*/
img.mgM {
	margin-bottom: 10px;
	line-height: 0;
}


/*	マージン設定	*/
.mgR0 {
	margin-right: 0!important;
}

.mgT0 {
	margin-top: 0!important;
}

.mgT15 {
	margin-top: 15px;
}

/*		rightArea内 設定	
-----------------------------------------------------*/

#tenthContainer {
	width: 730px;
	height: 485px;
}

ul.discList {
	margin-left: 20px;
}

ul.discList li {
	list-style: disc;
	line-height: 22px;
	margin-bottom: 10px;
}

ul.deciList {
	margin: 0px 0px 20px 20px;
}

ul.deciList li {
	list-style: decimal;
	line-height: 18px;
}


/*		clearfix
-----------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/*	Hides from IE-mac \*/
* html.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*	End hide from IE-mac	*/


/* Campaing */

.innerMenu {
	width:678px;
	padding:5px;
	border:1px solid;
	background-color:#FFF2CA;
	font-weight:bold;
}

.marginTop10 {
	margin-top: 10px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

h2.titleLink {
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	margin: 5px 0px;
}

h3 {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
}


/* mainFeature CSS */


div#mainFeature {
	width: 470px;
	height: 425px;
	background: #999999;
	color: #ffffff;
	margin: 10px 0 5px 0;
}

div.mainImgBox {
	width: 470px;
	height: 410px;
	background-color: #999999;
	margin: 10px 0 0 0;
}

body:first-of-type div.mainImgBox { height: 415px; }

div.mainImg {
	width: 450px;
	height: 300px;
	margin: 0 auto 0 auto;
	background-color: #000000;
}

div.mainTxt {
	width: 445px;
	height: 100px;
	margin: 0 auto;
	padding:5px 5px 0px 0px;
	text-align: left;
	letter-spacing: 2px;
	background-color: #000000;
}


div.mainTxt p {
	margin-left: 15px;
	text-align: left;
}

div.mainTxt span {
	margin-left: 15px;
	text-align: left;
}
