/* ページ内テキスト装飾 */

body{ 
	font-size : 14px; 
	font-family: 'Lucida Grande', 'Arial', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.1;
	color: #333333;
	margin: 0 auto;
	}

h1	{  
	font-size : 20px; 
	color: #333;
	font-family: 'Times New Roman', 'ＭＳ Ｐ明朝', sans-serif;
	font-style: italic;
	padding: 0px;
	margin: 0 0 30px 0;
	}

h2	{  
	font-size : 14px; 
	color:#000066;
	border-left: 5px solid #000066;
	padding-left: 5px;
	margin: 0 0 10px 10px;
	}

p	{
	font-size : 14px; 
	line-height: 1.1;
	color: #333333;
	margin: 0 5px 10px 20px;
	}

.bred	{
	font-weight:	bold;
	color	:		#eb0046;
	}
	
.blank	{
	margin: 0 5px 40px 20px;
	}

/* ページ内リンク装飾 */
a:link { 
	text-decoration:none; 
	color:#0099cc;
	}
	
a:visited { 
	color:#0099cc;
	}
	
a:hover { 
	text-decoration:underline; 
	color:#ff0033;
	}
	
a:active {
	color:#FFCCCC;
	}
	
a 	{
	text-decoration:none;
	}

/* ページ内リスト装飾 */

ol {
margin-bottom: 30px;
}

ul {
list-style-image: url('/img/pt1.png');
margin-bottom: 30px;
}

li {
margin-left: 10px;
}

ul.red {
list-style-image: url('/img/pt2.png');
margin-bottom: 30px;
}

li.red {
margin-left: 10px;
}

/* ページ内テーブル装飾 */

table {
	width            	: 95%;                     /* 横幅 */
	margin-bottom		: 20px;
	margin-left			: 10px;
	border				: 1px #333 solid;
	border-collapse		: collapse;
}

th {
	border				: 1px #666 solid;
	text-align   		: center;                      /* 文字の水平位置 */
	vertical-align   	: top;                      /* 文字の垂直位置 */
	background-color: #000066;
	color: #ffffff;
}

td {
	border				: 1px #666 solid;
	text-align   		: left;                      /* 文字の水平位置 */
	vertical-align   	: top;                      /* 文字の垂直位置 */
}



/* ヘッダ部分装飾 */

#header_wrap {
	color: #ffffff;
	background: url('img/header_back.jpg') repeat-x bottom;
	margin: 0 0 90px 0;
}

#header {
	height: 210px;
	width: 860px;
	margin: 0 auto;
	color: #ffffff;
	position: relative;
}

#header h1 {
	color: #ffffff;
	background:none;
	border: none;
	font-size: 12px;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: left;
	font-family: 'Lucida Grande', 'Arial', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	font-style: normal;
}

#logo {
	position: absolute;
	top: 60px;
	left: 0;
}

#tel {
	position: absolute;
	top: 210px;
	right: 15px;
}

#name {
	position: absolute;
	top: 140px;
	right: 150px;
}

#menu {
	position: absolute;
	text-align: right;
	top: 10px;
	right: 0px;
	}

#facepic {
	position: absolute;
	bottom: -2px;
	right: 10px;
}

#notary {
	position: absolute;
	top: 275px;
	right: 0;
	}
	

/* 中央ラッピング部分 */
.wrap {
	width: 860px;
	margin: 0 auto;
}


.main {
	margin: 0 10px;
}


#dis {
	margin: 10px 0 20px 0;
	clear: both;
	font-style: italic;
}


/* フッタ部分装飾 */
#footer_wrap {
	height: 80px;
	position: relative;
	background: url('img/footer_back.jpg') repeat-x top center;
	clear:both;
	position: relative;
}

#footer {
	margin: 0 auto;
	width: 860px;
	text-align: center;
	padding-top: 10px;
}

#footer p {
	font-size: 12px;
	color: #cccccc;
}

#footer a:link { 
	text-decoration:none; 
	color:#99FFFF;
	}
	
#footer a:visited { 
	color:#99FFFF;
	}
	
#footer a:hover { 
	text-decoration:underline; 
	color:#FFCCCC;
	}
	
#footer a:active {
	color:#FFCCCC;
	}
	
#footer a 	{
	text-decoration:none;
	}

#notary_back {
	position: absolute;
	bottom: 0;
	right: 0;
	}
