@charset "utf-8";

/* ------------------------------------------
 * 
 * CSS file for: Mamorukun Special Site (Nohmi Bosai)
 * FileName:common.css
 * 
 * ------------------------------------------
 */

/* CONTENTS
 * ===========================================
 * 
 * 1: INITIALIZE
 ** 1-1: basic
 ** 1-2: link
 * 2: COMMON
 * 3: HEADER
 ** 3-1: page title
 ** 3-2: main navi & pulldown menu
 * 4: FOOTER
 * 5: MAIN
 ** 5-1: column setting
 ** 5-2: basic style
 ** 5-3: banner
 * 6: DUTY
 * 7: CASE
 * 8: USAGE
 * 9: CM
 * 10: NON FLASH
 * 11: UNIVERSAL
 * 
 * ===========================================
 */


/*
 * 1: INITIALIZE
 * ===========================================
 */

/* 1-1: basic
 * -----------------------------------------*/
hr {
	margin: 0;
	padding: 0;
	height: 0px;
	border: none;
	visibility: hidden;
	clear: both;
}

form, ul, dl, dt, dd, p {
	margin: 0;
	padding: 0;
}

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

img {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 1-2: link
 * -----------------------------------------*/
a, a:link, a:visited {
	color: #79b1bf;
	text-decoration: none;
}

a:hover {
	color: #f60;
	text-decoration: none;
}


/*
 * 2: COMMON
 * ===========================================
 */
body {
	margin: 0;
	padding: 0;
	background-color: #f1faeb;
	font: 14px/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align: center;
}

#outerWrapper {
	width: 1003px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/main_bg.gif) repeat-y center 0;
	background-color: #fff;
}

#innerWrapper {
	width: 951px;
	padding: 0 26px 8px;
	position: relative;
	zoom: 1;
}

#innerWrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* for IE6 */
* html #innerWrapper {
	width: 1003px;
}


/*
 * 3: HEADER
 * ===========================================
 */
 
/* 3-1: page title
 * -----------------------------------------*/
#header {
	margin: 0;
	padding: 0 15px;
	width: 921px;
	height: 104px;
	background: url(../images/header_bg.gif) repeat-x;
}

#header h1.title {
	margin: 0;
	padding: 0;
	width: 538px;
	height: 60px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(../images/title.gif) no-repeat;
	float: left;
	cursor: pointer;
}

#header p.company {
	margin: 0;
	padding: 0;
	width: 102px;
	height: 60px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(../images/company_logo.gif) no-repeat;
	float: right;
	cursor: pointer;
}

/* 3-2: main navi & pulldown menu
 * -----------------------------------------*/
#mainNavi {
	margin: 0;
	padding: 0;
}

/* for IE6 */
* html #mainNavi {
	margin-top: -15px;
}

/* for IE7 */
*:first-child + html #mainNavi {
	margin-top: -15px;
}

#mainNavi ul {
	width: 921px;
	height: 44px;
}

#mainNavi ul li {
	width: 230px;
	height: 44px;
	float: left;
}

#pdNavi {
	width: 921px;
	position: relative;
	z-index: 99;
}

#pdNavi ul {
	width: 191px;
	padding: 13px 15px;
	position: absolute;
	top: 0;
	background-color: #e2f4d5;
	display: none;
}

/* for IE6 */
* html #pdNavi ul {
	width: 221px;
	top: -3px;
}

#pdNavi ul.pdCont1 { left: 3px;}
#pdNavi ul.pdCont2 { left: 235px;}
#pdNavi ul.pdCont3 { left: 465px;}
#pdNavi ul.pdCont4 { left: 695px;}

#pdNavi ul li {
	width: 191px;
	margin: 5px 0 2px 0;
	display: block;
}


/*
 * 4: FOOTER
 * ===========================================
 */

#footer {
	width: 921px;
	height: 33px;
	padding: 0 40px;
	background: url(../images/footer_bg.gif) no-repeat;
}

/* for IE6 */
* html #footer {
	width: 1003px;
}

#footer address {
	visibility: hidden;
}


/*
 * 5: MAIN
 * ===========================================
 */

/* 5-1: column setting
 * -----------------------------------------*/
#main {
	width: 921px;
	padding: 17px 15px 0;
	zoom: 1;
}

#main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* for IE6 */
* html #main {
	width: 951px;
}

#subNavi {
	margin: 0 0 0 4px;
	padding: 0;
	width: 247px;
	height: 463px;
	float: left;
	position: relative;
}

/* for IE6 */
* html #subNavi {
	width: 251px;
}


#flashArea {
	margin: 0;
	padding: 0;
	width: 531px;
	height: 463px;
	float: left;
}

#bannerArea {
	margin: 0 4px 0 0;
	padding: 0;
	width: 120px;
	float: right;
}

/* for IE6 */
* html #bannerArea {
	width: 124px;
	margin: 0 1px 0 0;
	text-align: right;
}

#contens {
	margin: 0 0 0 4px;
	padding:0 0 0 30px;
	width: 746px;
	height: 463px;
	float: left;
	zoom: 1;
}

#contens:after {
	content: "";
	display: block;
	clear: both;
}

/* for IE6 */
* html #contens {
	width: 786px;
}


/* 5-2: basic style
 * -----------------------------------------*/
#contens h2.catch {
	margin: 20px 0 20px 0;
	padding: 0 0 0 0;
	width: 746px;
	height: 30px;
	font-size: 1px;
	text-indent: -9999px;
}

#contens p.read {
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	width: 746px;
	height: 45px;
	font-size: 1px;
	text-indent: -9999px;
}

#contens table.contentsMenu {
	
}

#contens table.contentsMenu td {
	padding: 2px;
	text-align: center;
}

#duty #contens table.contentsMenu td {
	padding: 0;
	text-align: center;
}

#exp #contens p.read {
	margin-bottom:15px;
}

#exp #contens table.contentsMenu td {
	padding: 7px;
	text-align: center;
}

#subNavi ul {
	margin: 0;
	padding: 1px 0 0 0;
	background: url(../images/subMenuTopLine.gif) no-repeat;
}

#subNavi ul.cm {
	margin: 0;
	padding: 0;
}

#subNavi ul li {
	margin: 0;
	padding: 0;
	display: block;
	line-height:0;
	height:42px;
}

#subNavi div.expBanner {
	position: absolute;
	left: 0px;
	bottom: 25px;
}


/* 5-3: banner
 * -----------------------------------------*/
#bannerArea ul {
	margin: 2px 0 0 0;
}

#bannerArea ul li {
	display: block;
	margin: 3px 0;
}


/*
 * 6: DUTY
 * ===========================================
 */
body#duty #contens h2.catch {
	background: url(../../duty/images/h2.gif) no-repeat;
}

body#duty #contens p.read {
	margin-bottom: 20px;
	background: url(../../duty/images/p.gif) no-repeat;
}

body#duty #contens table.contentsMenu td.c4 {
	padding-top: 15px;
}


/*
 * 7: CASE
 * ===========================================
 */
body#case #contens h2.catch {
	background: url(../../case/images/h2.gif) no-repeat;
}

body#case #contens p.read {
	margin-bottom: 20px;
	background: url(../../case/images/p.gif) no-repeat;
}

body#case #contens table.contentsMenu td.c3 {
	padding-top: 15px;
}


/*
 * 8: USAGE
 * ===========================================
 */
body#usage #contens h2.catch {
	background: url(../../usage/images/h2.gif) no-repeat;
}

body#usage #contens p.read {
	background: url(../../usage/images/p.gif) no-repeat;
}


/*
 * 9: EXPERIMENT
 * ===========================================
 */
body#exp #contens h2.catch {
	background: url(../../experiment/images/h2.gif) no-repeat;
}

body#exp #contens p.read {
	background: url(../../experiment/images/p.gif) no-repeat;
}


/*
 * 10: CM
 * ===========================================
 */
body#cm #contens h2.catch {
	background: url(../../cm/images/h2.gif) no-repeat;
}

body#cm #contens p.read {
	background: url(../../cm/images/p.gif) no-repeat;
}

body#cm #contens table.contentsMenu td.c3 {
	padding-top: 5px;
}

body#cm #contens table.contentsMenu td.c4 {
	padding-top: 5px;
}

#subNavi ul.cm li.cmIndex {
	height: 34px;
}

#subNavi ul.cm li.cmsong {
	height: 47px;
}


/*
 * 11: NON FLASH
 * ===========================================
 */
div.nonFlash {
	width: 380px;
	margin: 25px 0 0 45px;
	padding-bottom: 55px;
	border-bottom: dotted 2px #000;
}

div.nonFlash > img:first-child {
	margin-bottom: 15px;
}

p.nonFlash {
	font-size: 0.95em;
	line-height: 1.8;
	margin: 10px 0 0 45px;
	color: #00904a;
}


/*
 * 12: UNIVERSAL
 * ===========================================
 */
.current,
.current a {
	color: #c5a200;
}

.clearFix {
	zoom: 1;
}

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

.clr {
	clear: both;
}

.tc-red {
	color: #f00;
}


