/**************************************************************************************************/
/*HTML基本属性*/
/**************************************************************************************************/
html	{
	margin: 0; /* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}
/**************************************************************************************************/
/*BODY属性*/
/**************************************************************************************************/
body	{
	margin: 0;	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,Arial,Helvetica,sans-serif; 
	font-size: 14px;
	line-height : 20px;
	text-align: center; /* center on ie */
	color: #666666;
	min-width: 800px;
}
/******************************************************************************/
/* standard helper classes */
.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg {
	display: inline-block;
}
/* no ie mac \*/
* html .pkg {
	height: 1%;
}
.pkg {
	display: block;
}
/* */
/******************************************************************************/
#container {
	position: relative;
	width: 800px;
	text-align: left;
	margin: 0 auto; /* center on everything else */
	margin-bottom: 20px;
	height1200px;
}
#container-inner {
	position: static;
	width: auto;
}
#banner1 {
	position: relative;
	width: 800px; /* necessary for ie win */
	font-size: 12px;
	color: #aaaaaa;
	height: 120px;
}
#banner1-inner {
	position: static;
	background : url(/images/banner1/logo.jpg) left top no-repeat;
}
p.header1 {
	margin-left:325px;
	padding-top:0px;
}
#banner2 {
	position: relative;
	width: 800px; /* necessary for ie win */
	float: left;
	height: 50px;
}
#banner2-inner {
	position: static;
}
#banner3 {
	position: relative;
	width: 800px; /* necessary for ie win */
	float: left;
}
#banner3-inner {
	position: static;
	width: 800px; /* necessary for ie win */
}
#footer1 {
	position: relative;
	width: 850px; /* necessary for ie win */
/*	background : url(/images/bg/bgbar_side.jpg) repeat-y;*/
	padding-top:30px;
	float: left;
}
#footer1-inner {
	position: static;
	padding: 0px;
	border-width: 0px;
	color: #666666;
	text-align: center;
	font-size: 10px;
}
#footer2 {
	position: relative;
	width: 800px; /* necessary for ie win */
	float: left;
}
#footer2-inner {
	position: static;
	padding: 0px;
	text-align: right;
	color: #666666;
	font-size: 10px;
	padding-top:14px;
	margin-right:24px;
}
#pagebody {
	position: relative;
	width: 800px; /* necessary for ie win */
}
#pagebody-inner {
	position: static;
	width: auto;
}
#contenthead {
	position: relative;
	width: 800px; /* necessary for ie win */
}
#contenthead-inner {
	position: static;
	width: auto;
}
#contentbody {
	position: relative;
	width: 800px; /* necessary for ie win */
}
#contentbody-inner {
	position: static;
	width: auto;
}
#contentfoot {
	position: relative;
	width: 800px; /* necessary for ie win */
}
#contentfoot-inner {
	position: static;
	width: auto;
}
#contenthead .conthead {
	background : url("/images/pagebody/contents_services.jpg") no-repeat;
	height:59px;
}
#contenthead .conthead02 {
	background : url("/images/pagebody/contents_express.jpg") no-repeat;
	height:59px;
}
#contenthead .conthead03 {
	background : url("/images/pagebody/contents_personalseal.jpg") no-repeat;
	height:59px;
}
#contenthead .conthead04 {
	background : url("/images/pagebody/contents_companyseal.jpg") no-repeat;
	height:59px;
}
#contenthead .conthead05 {
	background : url("/images/pagebody/contents_namecard.jpg") no-repeat;
	height:59px;
}
#contenthead .conthead06 {
	background : url("/images/pagebody/contents_aboutus.jpg") no-repeat;
	height:59px;
}
#contenthead .conthead07 {
	background : url("/images/pagebody/contents_etc.jpg") no-repeat;
	height:59px;
}
#contenthead .conthead08 {
	background : url("/images/pagebody/contents_establishment.jpg") no-repeat;
	height:59px;
}
#contenthead .conthead10 {
	background : url("/images/pagebody/contents_form.jpg") no-repeat;
	height:59px;
}
#contentbody .contbody {
	background : url("/images/pagebody/contents_main.jpg") repeat-y;
}
#contentfoot .contfoot {
	background : url("/images/pagebody/contents_foot.jpg") no-repeat;
	height:60px;
}
#contentbody .contbody2 {
	background : url("/images/pagebody/contents_main2.jpg") repeat-y;
}
#contentfoot .contfoot2 {
	background : url("/images/pagebody/contents_foot2.jpg") no-repeat;
	height:60px;
}
.h300 {
	height:300px;
}
.h400 {
	height:400px;
}
.h500 {
	height:500px;
}
.h600 {
	height:600px;
}
.h700 {
	height:700px;
}
.h800 {
	height:800px;
}
.h900 {
	height:900px;
}
.h950 {
	height:950px;
}
.h1200 {
	height:1200px;
}
.h1300 {
	height:1300px;
}
.h1500 {
	height:1500px;
}
.h1800 {
	height:1800px;
}
.h3000 {
	height:3000px;
}
#alpha, #alpha2, #gamma, #delta {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}
#beta, #beta2 {
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
	font-size: 12px;
	margin-right:20px;
}
#alpha {
	margin: 0px;
	margin-top:15px;
	margin-left:30px;
	width: 500px;
}
#alpha2 {
	margin: 0px;
	margin-top:15px;
	margin-left:30px;
	width: 500px;
}
#beta {
	margin-top:-30px;
	width: 250px;
}
#beta2 {
	margin-top:15px;
	width: 250px;
}
#gamma {
	margin: 0px;
	margin-top:15px;
	margin-left:30px;
	width: 750px;
}
#delta {
	float: right;
}
#delta {
	width: 180px;
}
#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
	position: static;
}
#alpha-inner {
	width: 480px;
}
#beta-inner, #gamma-inner, #delta-inner {
	padding: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #fff;
}
/******************************************************************************/
/*フォーム                                                                    */
/******************************************************************************/
form {
	margin: 0; padding: 0;
}
/******************************************************************************/
/*リンク                                                                      */
/******************************************************************************/
a {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	color: #ff0000;
}
a img {
	border: 0;
}
#banner a {
	color: #cccccc;
	text-decoration: none;
}
#banner a:hover {
	color: #cccccc;
}
.webcreate a {
	color: #666666;
}
.webcreate a:hover {
	color: #666666;
}
a.webcreate {
	color: #666666;
}
a:hover.webcreate {
	color: #666666;
}
/******************************************************************************/
/*フォント設定                                                                */
/******************************************************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}
he50 {
	height :50px;
}
he100 {
	height :100px;
}
he150 {
	height :150px;
}
br.he150 {
	height :150px;
}
he200 {
	height :200px;
}
table.w450 {
	width :450px;
}
table.kakakulist {
	text-align :center ;
	width :470px;
}
table.kakakulistl {
	text-align :left ;
	width :470px;
}
th.ce {
	background-color:#eeeeee;
}
td.ce {
	background-color:#eeeeee;
}
th.cc {
	background-color:#cccccc;
}
td.cc {
	background-color:#cccccc;
}
th.w50 {
	width :75px;
}
th.w75 {
	width :75px;
}
td.w75 {
	width :75px;
}
th.w100 {
	width :100px;
}
td.w100 {
	width :100px;
}
td.td-link1 {
	width :150px;
}
td.td-link2 {
	width :100px;
}
td.td-link3 {
	width :400px;
}

h2.head {
	height :45px;
}
h2.head2 {
	height :45px;
}
h2.head3 {
	height :45px;
}
h2.contents {
	font-size: 12px;
	margin: 0px;
	padding-left: 24px;
	padding-right: 24px;
}
h2.contents2 {
	font-size: 12px;
	margin: 0px;
	padding-left: 18px;
	padding-right: 24px;
}
h2.contents3 {
	font-size: 12px;
	margin: 0px;
	padding-left: 24px;
	padding-right: 24px;
}
h2.bottom {
	padding-top:20px;
}
h2.bottom2 {
	padding-top:20px;
}
h2.bottom3 {
	padding-top:20px;
}
.blog {
	width:480px;
	margin-left:1px;
	border-width: 1px;
	border-style: dotted;
	border-color: #ccc;
}
h3.blogtitle {
	padding-top:6px;
	padding-left: 12px;
	padding-right: 24px;
	padding-bottom:6px;
	font-size: 14px;
	border-bottom-width:1px;
	border-bottom-style: dotted; 
	border-color: #ccc;
}
h3.blogbody {
	margin: 0px;
	padding-top:12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	font-size: 12px;
}
p, ol, ul, pre, blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
}
p.ttitle {
	padding: 0px;
	margin: 6px, 0px, 0px, 6px;;
}
p.tbody {
	padding: 0px;
	margin: 6px, 0px, 0px, 6px;;
}
/******************************************************************************/
/*画像                                                                        */
/******************************************************************************/
img {
	margin: 0;
	border: 0;
	padding: 0;
}
img.left {
	float: left;
	margin-right: 12px;
	border: 0;
	padding: 0;
}
img.blog {
	float: left;
	margin-right: 12px;
	width:200px;
	border: 0;
	padding: 0;
}

.image-thumbnail {
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img {
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
.clear {
	clear : both;
}
/******************************************************************************/
/*ヘッダー（メニュー）属性                                                    */
/******************************************************************************/
#navi01 {
	list-style : none ;
	float: left;
	margin : 0px;
	padding : 0px;
	width: 800px;
}
.menu10 {
	float:left;
	margin : 0px;
	padding : 0px;
}
.menu00 {
	width :4px;
}
.menu01 {
	width :93px;
}
.menu02 {
	width :135px;
}
.menu03 {
	width :92px;
}
.menu04 {
	width :86px;
}
.menu05 {
	width :116px;
}
.menu06 {
	width :138px;
}
.menu07 {
	width :116px;
}
