@charset"Shift_JIS";
/*--------------------------------------------------------------------
/- file   : default.css

/- admin  : MEGA-D Inc. SHIGETA Makoto
/- update : 20060815
/- desc   : MotherLand default css
/--------------------------------------------------------------------*/

/************* Tag Override *************/

* {
	margin: 0;
	padding: 0;
}

body,td,th {
	line-height: 1.4;
	font-size: 80%;
	color: #444444;
}

body {
	text-align: center;
	background: #F9F9F9;
}

img {
	border-style: none;
}

p {
	margin-bottom: 10px;
}

a:link {
	color: #1A59AE;
	text-decoration: underline;
}
a:visited {
	color: #1A59AE;
	text-decoration: underline;
}
a:hover {
	color: #F6B0D7;
	text-decoration: underline;
}


/*********** Print Styles ***********/

@media print { /* printメディアの場合にのみ適用 */
	body {
		background: #FFFFFF;
	}
	body div#containerBG {
		background: none;
	}
	body div#container {
		padding: 10px 23px 15px 23px;
		background: none;

	}
}

@media screen { /* printメディアの場合にのみ適用 */
	body {
		background: #F9F9F9;
	}
	body div#containerBG {
		background: #F9F9F9 url("../images/common/bg_top.gif") repeat-y center top;
	}
	body div#container {
		padding: 10px 23px 15px 23px;
		background: url("../images/common/bg_top_end.gif") no-repeat center bottom;
	}
}


/*********** Common Styles ***********/

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.clearBox {
	clear: both;
	margin: 0;
	padding: 0;
}

div.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
div.clear hr {
	display: none;
}

img.mark {
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}

.red {
	color: #EE0000;
}
.pink {
	color: #E86FA5;
}
.blue {
	color: #6BB6EA;
}

h4{
	font-size:12px;
}

/*********** Layout Styles ***********/

div#containerBG {
	width: 766px;
	margin: 0px auto;
	padding: 0px;
	background: #F9F9F9 url("../images/common/bg_top.gif") repeat-y center top;
}

div#container {
	margin: 0px auto;
	padding: 10px 23px 15px 23px;
	background: url("../images/common/bg_top_end.gif") no-repeat center bottom;
}

div.clearLine {
	clear: both;
	padding-bottom: 3px;
	border-bottom: 1px solid #E86FA5;
}
div.clearLine hr {
	display: none;
}

div.clearLineB {
	clear: both;
	padding-bottom: 3px;
	border-bottom: 1px solid #6BB6EA;
}

div.clearLineB hr {
	display: none;
}

div.clearLineG {
	clear: both;
	padding: 5px 0px;
	border-bottom: 1px dashed #DDDDDD;
}
div.clearLineG hr {
	display: none;
}

div#mainImg {
	clear: both;
	margin-top: 2px;
}
div#mainImg div#mainflash {
	width: 718px;
	height: 171px;
	border: 1px solid #AAAAAA;
	background: #000000;
}
div#mainImg div#naviflash {
	width: 718px;
	height: 76px;
	border: 1px solid #AAAAAA;
	border-top: none;
	background: #000000;
}

div#content {
	width: 720px;
	text-align: left;
	margin-top: 10px;
}
div#content div.indentBox {
	padding: 0px 10px;
}


/*********** Header Styles ***********/

div#header {
	width: 720px;
	text-align: left;
}

div#header div#logo {
	float: left;
	width: 87px;
}
div#header div#logo h1 {
	margin: 0px;
	padding: 0px;
}

div#header div#navigation {
	float: right;
	width: 630px;
}

div#header div#navigation div#subnavi  {
	clear: both;
	height: 20px;
	padding: 0px 0px 44px 255px;
}
div#header div#navigation div#subnavi ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#header div#navigation div#subnavi li {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

div#header div#navigation div#mainnavi {
	clear: both;
	width: 630px;
	height: 25px;
	padding: 0px 0px 0px 8px;
}
div#header div#navigation div#mainnavi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#header div#navigation div#mainnavi li {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** Footer Styles ***********/

div#naviTop {
	text-align: right;
}

div#footer {
	margin: 0px;
	padding: 20px 0px;
}


