/*
Theme Name: adhouse
*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	clear: both;
	text-align: center;
}

.mceIEcenter {
	text-align: center;
}

.mceTemp dl {
	border: 1px solid #dddddd;
	padding: 5px;
	text-align: center;
}

.mceTemp dl dt img {
	padding: 0;
	margin: 0;
}

.mceTemp dl.alignleft {
	float: left;
}

.mceTemp dl.alignright {
	float: right;
}

/* BASE -------------------------------------------------------------------------*/

body {
	font-family: Arial,'ＭＳ Ｐゴシック',sans-serif;
	background: url(images/bg_01.gif) repeat-x top left;
}

/* HEADER -------------------------------------------------------------------------*/

#header {
	width: 950px;
	height: 140px;
	line-height: 0;
	margin: 0 auto;
	padding: 0 10px;
	background: #ffffff url(images/bg_header.gif) no-repeat top left;
}

#logo {
	clear: both;
	float: left;
	width: 173px;
	height: 38px;
	display: inline;
	margin: 25px 0 0 15px;
}

#header_mes {
	float: left;
	width: 498px;
	padding: 38px 0 0 20px;
	text-align: left;
}

h1 {
	font-size: 9.5px;
	line-height: 1.5;
	color: #93936c;
	font-weight: normal;
}

/* HEADER_SEARCH ----------*/

#header_search {
	float: right;
	width: 219px;
	padding: 34px 15px 0 0;
}

#simg {
	float: right;
	width: 50px;
}

#seach {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

#s {
	float: right;
	width: 140px;
	margin: 0 5px 0 0;
	height: 17px;
	padding: 0 3px;
}

#searchsubmit {
	width: 54px;
	height: 21px;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* MENU -------------------------------------------------------------------------*/

#menu {
	clear: both;
	width: 940px;
	height: 50px;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 12px 0 0 5px;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	display: inline;
}

#menu01,
#menu02,
#menu03,
#menu04,
#menu05,
#menu06,
#menu07,
#menu08,
#menu09 {
	padding: 0 0 0 0;
}

#menu01 {float: left; width: 104px; height: 50px;}
#menu02 {float: left; width: 104px; height: 50px;}
#menu03 {float: left; width: 104px; height: 50px;}
#menu04 {float: left; width: 104px; height: 50px;}
#menu05 {float: left; width: 104px; height: 50px;}
#menu06 {float: left; width: 104px; height: 50px;}
#menu07 {float: left; width: 104px; height: 50px;}
#menu08 {float: left; width: 104px; height: 50px;}
#menu09 {float: left; width: 108px; height: 50px;}

#menu ul li a {
	display: block;
}

#menu01 a {float: left; width: 104px; height: 50px;}
#menu02 a {float: left; width: 104px; height: 50px;}
#menu03 a {float: left; width: 104px; height: 50px;}
#menu04 a {float: left; width: 104px; height: 50px;}
#menu05 a {float: left; width: 104px; height: 50px;}
#menu06 a {float: left; width: 104px; height: 50px;}
#menu07 a {float: left; width: 104px; height: 50px;}
#menu08 a {float: left; width: 104px; height: 50px;}
#menu09 a {float: left; width: 108px; height: 50px;}

#menu span {
	position: absolute;
	left: -5000px;
}

#menu01 a {background: url(images/menu1.gif) no-repeat top left;}
#menu02 a {background: url(images/menu2.gif) no-repeat top left;}
#menu03 a {background: url(images/menu3.gif) no-repeat top left;}
#menu04 a {background: url(images/menu4.gif) no-repeat top left;}
#menu05 a {background: url(images/menu5.gif) no-repeat top left;}
#menu06 a {background: url(images/menu6.gif) no-repeat top left;}
#menu07 a {background: url(images/menu7.gif) no-repeat top left;}
#menu08 a {background: url(images/menu8.gif) no-repeat top left;}
#menu09 a {background: url(images/menu9.gif) no-repeat top left;}

#menu01 a:hover,
#menu02 a:hover,
#menu03 a:hover,
#menu04 a:hover,
#menu05 a:hover,
#menu06 a:hover,
#menu07 a:hover,
#menu08 a:hover,
#menu09 a:hover {
	background-position: 0 -50px;
}

/* menunav ----------*/

#menu01 ul li a,
#menu02 ul li a,
#menu03 ul li a,
#menu04 ul li a,
#menu05 ul li a,
#menu06 ul li a,
#menu07 ul li a,
#menu08 ul li a,
#menu09 ul li a {
	width: 108px;
	background: none;
	height: 18px;
	font-size: 12px;
	color: #ffa200;
	padding: 5px;
	line-height: 1.5;
}

#menu01 ul li.h2 a,
#menu02 ul li.h2 a,
#menu03 ul li.h2 a,
#menu04 ul li.h2 a,
#menu05 ul li.h2 a,
#menu06 ul li.h2 a,
#menu07 ul li.h2 a,
#menu08 ul li.h2 a ,
#menu09 ul li.h2 a{
	height: 36px;
}

#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0 0 0 0;
	padding: 0;
}

/* IE6 "fix" */

* html #nav ul {
	line-height: 0;
}

#nav ul li {
	float: none;
}

#nav ul ul {
	top: 0;
}

#nav ul {
}

#nav ul ul {
}

#nav li.hover a {
	color: #363636;
	background-color: #f6f6f6;
}

#nav ul {
	top: 50px;
}

#nav ul li a {
	color: #363636;
	background-color: #f6f6f6;
}

#nav ul a.hover {
	color: #363636;
	background-color: #f6f6f6;
}

#nav ul a {
	color: #363636;
	border-bottom: 1px solid white;
	border-right: none;
	background-color: #f6f6f6;
}

/*for_firefox*/
/*
*> #nav ul a {
	opacity: 0.9;
}
*/

/* WRAPPER -------------------------------------------------------------------------*/

#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0 10px;
	line-height: 0;
	font-size: 0;
	background: #ffffff;
}

/* MAIN_IMG -------------------------------------------------------------------------*/

#mimg {
	width: 950px;
	height: 300px;
	line-height: 0;
	font-size: 0;
	margin: 0 0 20px 0;
}

#mimg2 {
	width: 950px;
	height: 150px;
	line-height: 0;
	font-size: 0;
	margin: 0 0 20px 0;
}

/* CONTENTS -------------------------------------------------------------------------*/

#contents {
	clear: both;
	width: 950px;
	margin: 0;
	padding: 0;
	background: url(images/bg_contents.gif) repeat-y top left;
}

#contents_top {
	clear: both;
	width: 950px;
	margin: 0;
	padding: 0;
}

/* MAIN -------------------------------------------------------------------------*/

#main {
	float: left;
	width: 660px;
}

/* main_left ----------*/

#main_left {
	float: left;
	width: 540px;
}

#main_left ul {
	list-style-type: none;
}

#main_left ul li {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	font-size: 0;
	line-height: 0;
}

/* main_right ----------*/

#main_right {
	float: right;
	width: 400px;
}

/* topttl ----------*/

.topttl01 {
	clear: both;
	width: 380px;
	height: 40px;
	padding: 10px 0 0 20px;
	background: url(images/bg_topttl.gif) no-repeat top left;
}

.ttl01 {
	clear: both;
	width: 640px;
	height: 40px;
	padding: 15px 0 0 20px;
	background: url(images/bg_ttl_01.gif) no-repeat top left;
}

h2 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	color: #4d4d4d;
}

/* newlist_ ----------*/

#newlist_01 {
	position: absolute;
	margin: -37px 0 0 262px;
}

#newlist_01 a {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

#newlist_01 a img {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

#newlist_02 {
	position: absolute;
	margin: -40px 0 0 512px;
}

#newlist_02 a {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

#newlist_02 a img {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

/* feed_01 ----------*/

#feed_01 {
	position: absolute;
	margin: -39px 0 0 360px;
}

#feed_01 a {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

#feed_01 a img {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

#feed_02 {
	position: absolute;
	margin: -42px 0 0 612px;
}

#feed_02 a {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

#feed_02 a img {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

/* ul.toplist ----------*/

ul.toplist {
	clear: both;
	list-style-type: none;
	margin: 0 0 11px 0;
	padding: 10px;
}

ul.toplist li {
	font-size: 12px;
	line-height: 1.7;
	margin: 0;
	padding: 0;
}

ul.toplist li span.orange {
	color: #ff9000;
}

ul.toplist li a:link,
ul.toplist li a:visited {
	font-size: 12px;
	line-height: 1.5;
}

/* contents_box ----------*/

.contents_box {
	clear: both;
	width: 620px;
	margin: 0;
	padding: 20px;
}

/* border01 ----------*/
/*
.border01 {
	clear: both;
	width: 690px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #e2e2e2;
}
*/
/* btm_banner ----------*/
/*
#btm_banner {
	clear: both;
}

#btm_banner ul {
	list-style-type: none;
}

#btm_banner ul li {
	float: left;
	display: inline;
}

#btm_banner ul li.type1 {
	width: 183px;
	margin: 0 20px 20px 0;
}

#btm_banner ul li.type2 {
	width: 304px;
	margin: 0 20px 20px 0;
}

#btm_banner ul li.type3 {
	width: 183px;
	margin: 0 0 20px 0;
}

#btm_banner ul li.type4 {
	width: 710px;
	margin: 0 0 20px 0;
}

#flowarrow {
	margin: 0 0 20px 0;
	padding: 0 0 20px 30px;
	background: url(images/arrow_01.gif) no-repeat bottom left;
}

#id_errmsg {
	font-size: 12px;
	line-height: 1.5;
}
*/
/* LIST -------------------------------------------------------------------------*/
/*
ul.list01 {
	list-style-type: none;
	padding: 0 0 30px 0;
}

ul.list01 li {
	font-size: 14px;
	line-height: 2;
	padding: 0 0 0 15px;
	color: #5c6d00;
	font-weight: bold;
	background: url(images/icon_02.gif) no-repeat top left;
	border-bottom: 1px dotted #c7c8b8;
}
*/
/* H -------------------------------------------------------------------------*/

h3 {
	clear: both;
	width: 590px;
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	font-size: 20px;
	line-height: 1.7;
	border-bottom: 1px solid #d6d6bf;
	color: #000000;
	background: url(images/icon_01.gif) no-repeat top left;
}

h4 {
	clear: both;
	color: #3e3e3e;
	font-weight: normal;
	font-size: 15px;
	margin: 0 0 20px 0;
	padding: 5px 10px 5px 25px;
	border-bottom: 1px solid #e4e4d3;
	background: #f5f5e9 url(images/icon_03.gif) no-repeat top left;
}

/*
h5 {
	clear: both;
	margin: 0 0 10px 20px;
	padding: 0;
	color: #7fa200;
	font-weight: bold;
	font-size: 15px;
	background: #ffffff;
}
*/

/* PAGENAVI -------------------------------------------------------------------------*/

#pagenav {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 1px 0 50px 0;
}

.wp-pagenavi {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.wp-pagenavi a {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:hover,
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #006eb9;
	color: #006eb9;
	background: #ffffff;
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background: #ffffff;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: normal;
	border: 1px solid #000000;
	color: #000000;
	background: #ffffff;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background: #ffffff;
}

/* TTL_META_CONTENTS -------------------------------------------------------------------------*/

/* POST ----------*/

#post_ttl {
	clear: both;
	width: 590px;
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	font-size: 20px;
	line-height: 1.7;
	border-bottom: 1px solid #d6d6bf;
	color: #000000;
	background: url(images/icon_01.gif) no-repeat top left;
}

#post_ttl a:link,
#post_ttl a:visited,
#post_ttl a:hover {
	line-height: 1.5;
	color: #000000;
}

#post_meta {
	clear: both;
	width: 620px;
	font-size: 9.5px;
	line-height: 1.5;
	color: #000000;
	margin: 0 0 20px 0;
}

.post_contents {
	clear: both;
	float: left;
	width: 620px;
	font-size: 12px;
	line-height: 1.7;
}

.post_contents p {
	font-size: 12px;
	line-height: 1.7;
	padding: 0 0 20px 0;
}

.post_contents img {
	margin: 0;
	padding: 0 10px 10px 0;
}

/* page_contents ----------*/

.page_contents {
	clear: both;
	width: 620px;
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 1.7;
	padding: 0;
}

.page_contents p {
	font-size: 12px;
	line-height: 1.7;
	padding: 0 0 20px 0;
}

.page_contents img {
	margin: 0;
	padding: 0 5px 2px 0;
}

/* example -------------------------------------------------------------------------*/

/* box_example ----------*/

.box_example {
	float: left;
	width: 300px;
	margin: 0 10px 10px 0;
}

.example_ttl {
	width: 265px;
	height: 34px;
	font-size: 15px;
	line-height: 1.5;
	padding: 10px 5px 0 35px;
	background: url(images/bg_example_ttl.gif) no-repeat top left;
}

.example_contents {
	border: 1px solid #d6d6bf;
	border-top: 0;
	padding: 10px;
	text-align: center;
	background: url(images/bg_example_contents.gif) repeat top left;
}

/* customervoice -------------------------------------------------------------------------*/

.customervoice_ttl {
	width: 580px;
	height: 34px;
	font-size: 15px;
	line-height: 1.5;
	padding: 10px 5px 0 35px;
	background: url(images/bg_customervoice_ttl.gif) no-repeat top left;
}

.customervoice_contents {
	border: 1px solid #d6d6bf;
	border-top: 0;
	margin: 0 0 20px 0;
	padding: 10px;
	line-height: 1.7;
	font-size: 12px;
	background: url(images/bg_example_contents.gif) repeat top left;
}

/* Q&A -------------------------------------------------------------------------*/
/*
#list_qa {
	clear: both;
	width: 670px;
}

#list_qa ul {
	list-style-type: none;
	width: 630px;
	border: 1px solid #d2d2d2;
	margin: 0 0 20px 0;
	padding: 20px;
}

#list_qa ul li {
	font-size: 12px;
	line-height: 2;
	background: #f4f4f4;
	margin: 5px 0;
	padding: 0 0 0 20px;
	background: #f4f4f4 url(images/icon_05.gif) no-repeat top left;
}
*/
/*
#qa_ttl {
	clear: both;
	margin: 0 0 0 0;
	padding: 5px 0 5px 40px;
	font-size: 17px;
	color: #4a4a4a;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #d5dfff;
	background: #eef2ff url(images/bg_ttl_04.gif) no-repeat top left;
}

.qa_contents {
	clear: both;
	float: left;
	width: 662px;
	font-size: 12px;
	line-height: 1.7;
	margin: 0 0 20px 0;
	padding: 10px 0 10px 40px;
	background: url(images/bg_qa_contents.gif) no-repeat top left;
}

.qa_contents p {
	font-size: 12px;
	line-height: 1.7;
	padding: 0 0 20px 0;
}

.qa_contents img {
	margin: 0;
	padding: 0 10px 10px 0;
}
*/
/* LINK -------------------------------------------------------------------------*/
/*
#link_box {
	float: left;
	width: 201px;
	height: 200px;
	display: inline;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #d2d2d2;
}

#link_ttl {
	clear: both;
	width: 201px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 17px;
	color: #2c3000;
	background: url(images/bg_01.gif) repeat-x bottom left;
	line-height: 1.5;
	font-weight: bold;
}

#link_ttl a:link,
#link_ttl a:visited,
#link_ttl a:hover {
	line-height: 1.5;
	color: #2c3000;
}

.link_contents {
	clear: both;
	float: left;
	width: 201px;
	font-size: 12px;
	line-height: 1.7;
}

.link_contents p {
	font-size: 12px;
	line-height: 1.7;
	padding: 0;
}

.link_contents img {
	margin: 0;
	padding: 0;
}
*/
/* MES -------------------------------------------------------------------------*/

.mes {
	font-size: 12px;
	line-height: 1.5;
	padding: 0 0 20px 0;
}

.must {
	color: #ff0000;
	font-weight: bold;
}

.red {
	color: #ff0000;
}

.sample {
	font-size: 10px;
	color: #5e5e5e;
}

/* SIDEBAR -------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 250px;
	padding: 10px;
}

/*-----side_ttl-----*/

#side_ttl {
	clear: both;
	float: left;
	width: 250px;
	margin: 0 0 10px 0;
	padding: 0;
}

#side_ttl ul {
	list-style-type: none;
}

#side_ttl ul li.side_ttl_01 {
	width: 230px;
	height: 37px;
	padding: 13px 0 0 20px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	color: #4d4d4d;
	background: url(images/bg_sidettl_01.gif) no-repeat top left;
}

/*-----sidebarlist-----*/

ul.sidelist {
	list-style-type: none;
	width: 230px;
	margin: 0;
	padding: 10px 10px 20px 10px;
}

ul.sidelist li {
	width: 210px;
	font-size: 12px;
	line-height: 1.5;
	color: #606060;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(images/icon_02.gif) no-repeat top left;
	overflow: hidden;
}

ul.sidelist li a:link,
ul.sidelist li a:visited {
	font-size: 12px;
	line-height: 1.5;
	color: #606060;
}

#archivesselect {
	width: 230px;
	margin: 0;
	padding: 10px 10px 20px 10px;
}

ul.children {
	list-style-type: none;
	padding: 0 0 0 5px;
}

ul.children li {
	font-size: 10px;
	line-height: 1.7;
}

/* side_menu ----------*/

#side_menu {
	clear: both;
}

#side_menu ul {
	list-style-type: none;
}

#side_menu ul li {
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
}

/* sidebanner ----------*/

#sidebanner {
	clear: both;
	width: 250px;
	line-height: 0;
	font-size: 0;
	display: inline;
	margin: 20px 0 0 0;
}

#sidebanner ul {
	list-style: none;
	clear: both;
	float: left;
	width: 250px;
	line-height: 0;
	font-size: 0;
}

#sidebanner ul li {
	clear: both;
	float: left;
	width: 250px;
	line-height: 0;
	font-size: 0;
	display: inline;
	margin: 0 0 10px 0;
	text-align: center;
}

/* SEACH -------------------------------------------------------------------------*/

#searchform2 {
	clear: both;
	margin: 0 0 20px 0;
}

#seach2 {
	clear: both;
	line-height: 1.5;
	padding: 0;
}

#simg2 {
	float: left;
	width: 50px;
}

#s2 {
	float: left;
	width: 200px;
	margin: 0 5px 0 0;
	height: 17px;
	padding: 0 3px;
}

/* COMMENTS_TEMPLATE -------------------------------------------------------------------------*/

#com {
	clear: both;
	margin: 0;
	padding: 0;
}

#com p {
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.comipt {
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.comipt input {
	width: 150px;
	font-size: 12px;
	line-height: 1.5;
}

ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	clear: both;
	margin: 0;
	padding: 10px 0;
	border-top: #e5e5e5 1px solid;
	border-bottom: #e5e5e5 1px solid;
}

.commentlist li.alt {
	border-top: #e5e5e5 1px solid;
	border-bottom: none;
}

.commentmetadata {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 0 5px;
	color: #ff9000;
}

.commentmetadata a:link,
.commentmetadata a:visited,
.commentmetadata a:hover {
	font-size: 12px;
	line-height: 1.5;
	color: #ff9000;
}

.postname {
	line-height: 1.5;
	font-size: 12px;
	margin: 0;
	color: #ff9000;
	font-weight: normal;
}

.postname a:link,
.postname a:visited,
.postname a:hover {
	padding: 0;
	color: #ff9000;
}

#comtxt {
	clear: both;
	line-height: 1.5;
	margin: 5px 0 5px 0;
}

/* commentform ------------------------*/

#commentform {
	margin: 0;
	padding: 0;
}

/* trackback_url ------------------------*/

#tburl_box {
	clear: both;
	width: 610px;
	height: 38px;
	margin: 10px 0 20px 0;
	padding: 35px 0 0 10px;
	background: url(images/bg_tburl.gif) no-repeat top left;
}

#tburl {
	font-size: 12px;
	line-height: 1.5;
	padding: 3px;
}

input.trackback-url {
	width: 586px;
	padding: 2px 3px 2px 3px;
	font-size: 12px;
	line-height: 1.5;
	border: 1px solid #a5acb2;
}

/* login ------------------------*/

p.login,
p.login a {
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

/* comp ------------------------*/

p.comp {
	font-size: 12px;
	line-height: 1.5;
	margin: 5px 0;
	padding: 0;
}

p.comipt {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

p.comtxt {
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

p.comtxt textarea {
	font-size: 12px;
	line-height: 1.5;
}

/* comment ------------------------*/

#comment {
	width: 488px;
	height: 50px;
}

/* postsubmit ------------------------*/

#postsubmit {
	width: 490px;
	height: 35px;
	margin: 10px 0 0 0;
	padding: 0;
}

/* TABLE -------------------------------------------------------------------------*/

/* common ------------------------*/

table {
	clear: both;
	border-collapse: collapse;
}

table p {
	font-size: 12px;
	line-height: 1.5;
}

.post_contents table tr td img {
	margin: 0;
	padding: 0;
}

table strong {
	line-height: 1.5;
}

/* tbl01 ------------------------*/

table.tbl01 {
	width: 620px;
	margin: 0 0 20px 0;
}

table.tbl01 th {
	text-align: left;
	vertical-align: top;
	color: #3e3e3e;
	font-weight: normal;
	font-size: 15px;
	padding: 10px 10px 10px 25px;
	border-bottom: 1px solid #e4e4d3;
	background: #f5f5e9 url(images/icon_03.gif) no-repeat top left;
}

table.tbl01 td {
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #e4e4d3;
	font-size: 12px;
}

table.tbl01 th,
table.tbl01 td {
	line-height: 1.5;
}

table.tbl01 td table tr td {
	border: 0;
	padding: 5px;
}

/* point ------------------------*/

table.point {
	width: 620px;
	height: 77px;
	margin: 0 0 20px 0;
	background: #f5f5e9 url(images/bg_table_point.gif) no-repeat top left;
}

table.point td {
	text-align: left;
	padding: 13px 20px 10px 170px;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.5;
}

/* FOOTER -------------------------------------------------------------------------*/

#footer_box {
	width: 100%;
	line-height: 0;
	font-size: 0;
	padding: 20px 0 0 0;
}

#footer {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	line-height: 0;
	font-size: 0;
	background: url(images/bg_footer.gif) repeat-x top left;
}

#undermenu {
	clear: both;
	width: 950px;
	line-height: 0;
	font-size: 0;
}

#undermenu ul {
	clear: both;
	width: 950px;
	list-style-type: none;
	line-height: 0;
	font-size: 0;
}

#undermenu ul li {
	float: left;
	font-size: 12px;
	line-height: 2;
}

#footer_copyright {
	clear: both;
	float: left;
	width: 950px;
	padding: 20px 0 0 0;
}

#footer_logo img {
	line-height: 0;
	font-size: 0;
}

/* LINK -------------------------------------------------------------------------*/

	/* BASE ------------------------*/
	a:link {
		text-decoration : underline;
		color: #626262;
	}

	a:visited {
		text-decoration : underline;
		color: #626262;
	}

	a:hover {
		text-decoration : none;
		color: #999999;
	}

	a:active {
		text-decoration : none;
	}