@charset "utf-8";
/* ResetStyle CSS */
html, body, div, h1, h2, h3, h4, h5, h6,
 p, blockquote, pre, address,
 ul, ol, li, dl, dt, dd,
 table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: Century Gothic, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
a {
	cursor: pointer;
}
fieldset,img {
	border: 0;
}
hr {
	margin: 10px 0px;
	border-width: 1px 0px 0px 0px;	/* 太さ */
	border-style: dotted;			/* 線種 */
	border-color: #999;				/* 線色 */
	height: 1px;					/* 高さ */
}
/* フォントサイズ
------------------------------------- */
body {
	font-size: 14px;
}
/* IE 6 or sooner*/
* html body {
	font-size: 82%;
}
table {
	font-size:inherit;
	font:100%;
}
#contents a, #contents a:link {
	line-height: 25px;
	color: #3399cc;
	text-decoration: none;
	border-bottom: 1px #3399cc dotted;
}
#contents a:hover {
	color: #33b2cc;
	border-bottom: 1px #33cccc dotted;
}

/* 見出し
------------------------------------- */
#header {
	background: url(img/maneana-logo.gif) no-repeat top left;
	margin-top: 10px;
}
#header a {
display: block;
width: 480px;
height: 50px;
text-indent: -9999px;
text-decoration:none;
}
h2 {
	font-size: 130%;
	color: #444;
	font-weight: normal;
	border-left: 5px #AFD1E2 solid;
	padding-left: 5px;
	margin-top: 20px;
}
h3 {
	font-size: 120%;
	color: #4d4d4d;
	margin-top: 20px;
}
p.head_cap {
	font-size: 70%;
	position: relative;
	top: -55px;
	left: 105px;
}
/* テキスト、ボックス
------------------------------------- */
p {
	color: #333333;
	line-height: 160%;
	margin: 10px;
}
.mtb20 {
	margin: 20px 0px;
}
/* メニュー
------------------------------------- */
#menu {
	position: relative;
	top: -15px;
}
#menu ul li {
	float: left;
	padding: 5px 15px;
}
#menu ul li a, #menu ul li a:link {
	float: left;
	color: #666666;
	font-size: 90%;
	text-decoration: none;
	border-bottom: 2px #f0f0f0 solid;
}
#menu ul li span.m {
	font-size: 80%;
}	
#menu ul li a:hover {
	color: #3399cc;
}
#menu ul li a.current, #menu ul li a:link.current {
	color: #3399cc;
	border-bottom: 2px #3399cc solid;
}

/* コンテンツエリア
------------------------------------- */
#contents {
	clear: both;
}
#contents ul, #contents ol {
	margin: 10px;
	line-height: 170%;
}

/* リスト
------------------------------------- */
#consulting_problems_list li {
	margin-left: 20px;
	list-style: disc;
}
#consulting_restrictions_list li {
	margin-left: 20px;
	list-style: disc;
}

/* 背景デザイン
------------------------------------- */
body {
	background: #f0f0f0 url(img/bg_line.gif) repeat-x;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}

/* デザインパーツ
------------------------------------- */
table.generalComplex {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 15px;
	font-size: 90%;
}
table.generalComplex th,
table.generalComplex td {
	border: 1px solid #ccc;
	padding: 3px;
}
table.generalComplex thead th {
}
table.generalComplex tbody th {
}
table.generalComplex tbody td {
}
#WorksTbl th,
#WorksTbl td {
	padding: 3px;
	border: 1px solid #666;
}
#WorksTbl thead th {
	color: #333;
	background: #ccc;
	font-weight: bold;
}
#WorksTbl tbody th {
	background: #E4E4E4;
}

/* バナー */
.bannerLink ul li {
	float: left;
	margin-right: 25px;
	margin-bottom: 5px;
}
/* コピーライト
------------------------------------- */
#copy {
	clear: both;
	font-size: 82%;
	color: #666;
	text-align: center;
	padding-bottom: 10px;
}