@charset "UTF-8";

*	{
	margin: 0;
	padding: 0;
	}
/* +++++ 全般設定 +++++ */
p    {
    font-size: 12px;
    text-align: justify;
    line-height: 150%;
    color: #333333;
    }
a:link    {
    text-decoration: none;
    color: #0040bf;
    }
a:visited    {
    text-decoration: none;
    color: #00256d;
    }
a:hover    {
    text-decoration: underline;
    color: #ff0000;
    }
img    {
    border: none;
    }

/* +++++ ベース +++++ */
html {
	background-image: url(images/all/bg_blue.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #ffffff;
	}
html>body	{
	background-image: url(images/all/bg_body.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: tranceparent;
	}
#container    {
    background-color: #ffffff;
	width: 810px;
	margin: auto;
	padding-top: 5px;
    }

/* +++++ ヘッダー +++++ */
#header	{
	background-image: url(images/all/headertitle.gif);
	background-repeat: no-repeat;
	width:790px;
	height: 60px;
	margin: auto;
	}
#header h1	{
	text-indent:-9999px;
	}
#header h1 a	{
	display:block;
	width:385px;
	height:37px;
	position:relative;
	top:5px;
	left:5px;
	outline-style:none;
	}
#header h2	{
	font-size:10px;
	color:#333333;
	margin:10px 0;
	}


/* +++++ メイン +++++ */
#mainbody	{
	margin:0 15px;
	}


/* +++++ メインメニュー +++++ */
#mainmenu ul	{
	list-style-type:none;
	font-size:13px;
	font-weight:bold;
	}
#mainmenu li	{
	background-image:url(images/all/menubar.jpg);
	width:200px;
	height:35px;
	margin-bottom:5px;
	line-height:280%;
	text-indent:25px;
	}


/* +++++ サブメニュー1 +++++ */
#submenu1 ul	{
	list-style-type:none;
	margin-bottom:10px;
	}
#b_contact	{
	background-image:url(images/all/b_contact.gif);
	background-repeat:no-repeat;
	width:200px;
	height:110px;
	text-indent:-9999px;
	margin-bottom:10px;
	}
#b_contact a	{
	display:block;
	width:180px;
	height:25px;
	position:relative;
	top:75px;
	left:10px;
	}
#b_estimate	{
	background-image:url(images/all/b_estimate.gif);
	background-repeat:no-repeat;
	width:200px;
	height:70px;
	text-indent:-9999px;
	}
#b_estimate a	{
	display:block;
	width:200px;
	height:70px;
	}


/* +++++ フッター +++++ */
#footer	{
	clear:both;
	margin:auto;
	}
#footermenu	{
	padding:5px 0 20px;
	border-top:1px solid #009900;
	border-bottom:1px solid #009900;
	}
#footermenu ul	{
	text-align:center;
	margin-bottom:-15px;
	}
#footermenu li	{
	font-size:12px;
	display:inline;
	}
.liststart	{
	border-right:1px solid #009900;
	margin:0px;
	padding-right:4px;
	}
#footercregit	{
	margin:5px 0;
	height:60px;
	border-bottom:1px solid #009900;
	}
#footercregit img	{
	float:left;
	}
#footercregit h1	{
	padding-top:3px;
	font-size:12px;
	color:#333333;
	}
#footercregit p	{
	font-size:10px;
	line-height:130%;
	}
#trinitybland p	{
	font-size:10px;
	}
#copyright p	{
	font-size:10px;
	margin-top:5px;
	text-align:center;
	}

/* +++++ safari3 +++++ */
body:first-of-type #header h2 {
	letter-spacing:-0.1em;
	}

/* +++++ IE6 +++++ */
* html #footermenu li	{
	padding-left:6px;
	}

/* +++++ IE7 +++++ */
*:first-child+html #footermenu li	{
	padding-left:6px;
	}