@charset "Shift_JIS";
/* §ìŽÒî•ñ */
/* ƒuƒ‰ƒEƒU‰Šú‰»ƒXƒ^ƒCƒ‹ */
/* ‹¤’Ê•”•ª‚ÌƒXƒ^ƒCƒ‹ */
/* Šeƒy[ƒWŒÂ•Ê‚ÌƒXƒ^ƒCƒ‹ */

/*--------------------------------------------------------------------
guideline : ver1.07
since : 2007/6/16
writer : 
last_editday : 2007/6/16
last_editor : 
--------------------------------------------------------------------*/


/*--------------------------------------------------------------------
common
css‚Ì‰Šú‰»
--------------------------------------------------------------------*/


* {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif, Arial;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

html, body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif, Arial;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif, Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	list-style-type: none;
}

table, caption, th, td {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif , Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub, sup, q, br, ins, del, a, img, object, iframe {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif , Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 100%;
	outline:0;
}

strong {
	font-weight: bold;
}

a{
	color:#EB8F0E;
	text-decoration:none;
	outline:0;
	margin: 0px;
	padding: 0px;
}
a:hover{
	text-decoration:none;
	outline:0;
	color: #FFCC00;
}


strong{
	font-weight: bold;
}


div.clear{
	font-size:0;
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
}

/*--------------------------------------------------------------------
common
ƒy[ƒW‹¤’Ê•”•ª
--------------------------------------------------------------------*/

/*body*/

body {
	font-size:12px;
	color:#333333;
	background-color: #F2F2F2;
	padding-top: 8px;
}

/*container*/
div#container {
	margin: 0px auto;
	width: 776px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	background-color: #FFFFFF;
}

div#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html div#container {
    height: 1em;
    overflow: visible;
}

/*-----  wrapper  -----*/

div#wrapper {
	width:776px;
	padding: 0px;
	overflow: visible;
	clear: both;
	margin: 0px;
	background-image: url(../../img/common/wrapper_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

div#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html div#wrapper {
    height: 1em;
    overflow: visible;
}


/*-----  globalmenu  -----*/
ul#g-menu {
	margin: 0px;
	clear: both;
	padding: 0px;
}

ul#g-menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 39px;
}

/*-----  RightSide  -----*/
div#wrapper ul#rightside{
	float: right;
	width: 235px;
	background-color: #CCCCCC;
}
div#wrapper ul#rightside li{
	background-repeat: no-repeat;
	min-height:62px;
	text-align: left;
	line-height: 12px;
	border-left: 1px solid #CCCCCC;
}
* html div#wrapper ul#rightside li{
	height:62px;
}
div#wrapper ul#rightside li strong{
	font-weight: normal;
	color: #EB8B05;
	font-size: 14px;
	display: block;
	padding: 5px 5px 5px 0px;
}
div#wrapper ul#rightside li p{
	font-size: 10px;
	color: #000000;
}
div#wrapper ul#rightside li#b1{
	padding-left: 80px;
	background-image: url(../../img/common/b1.jpg);
}
div#wrapper ul#rightside li#b2{
	padding-left: 80px;
	background-image: url(../../img/common/b2.jpg);
}
div#wrapper ul#rightside li#b3{
	padding-left: 80px;
	background-image: url(../../img/common/b3.jpg);
}
div#wrapper ul#rightside li#b4{
	background-color: #5F5F5F;
	border-style: none;
}


/*-----  main  -----*/
div#wrapper #main{
	width: 540px;
	float: left;
}



/*-----  bottom  -----*/

div#bottom {
	clear:both;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../../img/index/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height:134px;
}

* html div#bottom {
	height:129px;
}

div#bottom img {
	float:right;
	margin-left: 17px;
}

div#bottom h2 {
	padding: 20px 0px 0px 230px;
	font-size: 14px;
	font-weight: bold;
}

div#bottom p {
	padding-left: 230px;
}

p#footer{
	margin: 0px auto;
	width: 776px;
}

p#footer img#copyright{
	float: right;
}

p#footer img#privacy{
	float: left;
}




/*--------------------------------------------------------------------
index.html
--------------------------------------------------------------------*/


div#index{
	text-align: left;
}

div#index ul#info{
	margin: 0px 0px 10px 20px;
}
div#index p{
	margin: 0px 0px 10px 20px;
}

div#index ul#about{
	margin: 0px 0px 10px 20px;
}

div#index ul#about li{
	background-image: url(../../img/index/icon-a.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}





/*--------------------------------------------------------------------
ŠK‘w‹¤’Ê
--------------------------------------------------------------------*/


div#main h3{
	font-size: 16px;
	background-image: url(../../img/common/topic.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	height: 31px;
	width: 501px;
	text-align: left;
	padding: 3px 0px 0px 12px;
}


div#contents{
	margin: 0px auto;
	width: 501px;
	padding: 30px 0px;
}



div#main #contents h3{
	font-size: 16px;
	background-image: url(../../img/common/topic.jpg);
	background-repeat: no-repeat;
	margin: 0px auto 20px;
	height: 31px;
	width: 501px;
	text-align: left;
	padding: 3px 0px 0px 12px;
	clear: both;
}


div#main #contents p{
	text-align: left;
	margin-bottom: 30px;
	padding: 0px 20px;
}



/*--------------------------------------------------------------------
ƒvƒ‰ƒCƒoƒV[Eƒ|ƒŠƒV[
privacy.html
--------------------------------------------------------------------*/



div#contents #privacy ul{
	text-align: left;
	margin: 0px 0px 30px 40px;
}


div#contents #privacy ul li{
	list-style-type: disc;
}




/*--------------------------------------------------------------------
‰c‹Æ“à—e
business.html
--------------------------------------------------------------------*/

div#contents #business #img01{
	background-image: url(../../img/business/image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 220px;
}

div#contents #business p.blog{
	padding: 0px 0px 0px 20px;
	margin-bottom: 30px;
}

div#contents #business p.blog img{
	float: right;
	margin-left: 10px;
	margin-bottom: 30px;
}





/*--------------------------------------------------------------------
o’£‰^‘—
carriage.html
--------------------------------------------------------------------*/

div#contents #carriage #box{
	background-color: #F5F5F5;
	border: 1px solid #AFAFAF;
	padding: 5px;
	text-align: left;
	margin-bottom: 20px;
}

div#contents #carriage #box p{
	margin: 10px 0px 0px;
	padding: 0px;
}

div#contents #carriage p.contact{
	padding: 0px 0px 0px 20px;
	margin-bottom: 30px;
}


div#contents #carriage p.contact img{
	float: right;
	margin-left: 10px;
	margin-bottom: 30px;
}


div#contents #carriage p.border{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}


div#contents #carriage .caption{
	color: #CC9900;
}






/*--------------------------------------------------------------------
‰c‹Æ“à—e
company.html
--------------------------------------------------------------------*/

div#contents #company table{
	border-collapse:collapse;
	border: 1px solid #999999;
	margin: 0px auto 30px;
	width: 418px;
}

div#contents #company table tr th{
	background-color: #F5F5F5;
	text-align: right;
	width: 94px;
	border: 1px solid #999999;
	padding: 5px;
	vertical-align: top;
}

div#contents #company table tr td{
	padding: 5px;
	border: 1px solid #999999;
	text-align: left;
}

div#contents #company h4{
	margin: 0px auto;
	width: 418px;
	text-align: left;
	font-size: 14px;
}

div#contents #company dl{
	background-color: #FAFAFA;
	border: 1px solid #999999;
	margin: 0px auto 30px;
	width: 418px;
	text-align: left;
	padding-top: 10px;
}

div#contents #company dl dt{
	float: left;
	padding: 0px 10px 10px;
}

div#contents #company dl dd{
	padding: 0px 10px 10px 150px;
}
