/**-------------------------------------------------
 *  File       : all_base.css
 *  @version   :Last Update: 2007-08-10
 *--------------------------------------------------
*/

/* ==============================================================================
default style is cleared
================================================================================ */

/* Basic Structure
------------------------------------- */

body {
	text-align: center;
	padding: 0px;
	margin: 0;
	color: #000000;
	font-size: 14px;
	font-family: "lr oSVbN", Osaka,;
	background:#E5E5E5 url("../../images/shared/bg_gradation.gif") top center repeat-y;
}

/* Sentence, Character
------------------------------------- */

p,
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}

em,
address {
	font-style: normal;
}

/* List
------------------------------------- */

ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Form
------------------------------------- */

form {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Table
------------------------------------- */

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0; /* For NN6.0 higher or Opera*/
}

th,
td {
	padding: 0;
	font-weight: normal;
	font-size: 12px 
}

/* clearboth
------------------------------------- */
.clearboth{
	font-size:1px;
	line-height:0px;
	margin: 0;
	display: block;
	clear: both;
}


/* Margin & padding
------------------------------------- */

/* Margin */
.m0 {
	margin: 0!important;
}

.m5 {
	margin: 5px!important;
}

.m10 {
	margin: 10px!important;
}

.m20 {
	margin: 20px!important;
}

.mt0 {
	margin-top: 0!important;
}

.mt5 {
	margin-top: 5px!important;
}

.mt10 {
	margin-top: 10px!important;
}

.mt15 {
	margin-top: 10px!important;
}

.mt20 {
	margin-top: 20px!important;
}

.mt25 {
	margin-top: 25px!important;
}

.mt30 {
	margin-top: 30px!important;
}

.mt35 {
	margin-top: 35px!important;
}

.mt40 {
	margin-top: 40px!important;
}

.mt45 {
	margin-top: 45px!important;
}

.mt50 {
	margin-top: 50px!important;
}

.mr5 {
	margin-Right: 5px!important;
}

.mr10 {
	margin-Right: 10px!important;
}

.mr20 {
	margin-Right: 20px!important;
}

.mr76 {
	margin-Right: 76px!important;
}

.mb0 {
	margin-bottom: 0!important;
}

.mb2 {
	margin-bottom: 2px!important;
}

.mb5 {
	margin-bottom: 5px!important;
}

.mb10 {
	margin-bottom: 10px!important;
}

.mb15 {
	margin-bottom: 15px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

.mb25 {
	margin-bottom: 25px!important;
}

.mb30 {
	margin-bottom: 30px!important;
}

.mb76 {
	margin-bottom: 50px!important;
}


.ml5 {
	margin-left: 5px!important;
}

.ml10 {
	margin-left: 10px!important;
}

.ml15 {
	margin-left: 15px!important;
}

.ml20 {
	margin-left: 20px!important;
}

.ml50 {
	margin-left: 76px!important;
}

/* Padding */
.p0 {
	padding: 0px!important;
}

.p5 {
	padding: 5px!important;
}

.p10 {
	padding: 10px!important;
}

.p20 {
	padding: 20px!important;
}

.pt0 {
	padding-top: 0px!important;
}

.pt5 {
	padding-top: 5px!important;
}

.pt10 {
	padding-top: 10px!important;
}

.pt15 {
	padding-top: 15px!important;
}

.pt20 {
	padding-top: 20px!important;
}

.pt25 {
	padding-top: 25px!important;
}

.pt30 {
	padding-top: 20px!important;
}

.pr0 {
	padding-right: 0px!important;
}

.pr5 {
	padding-right: 5px!important;
}

.pr10 {
	padding-right: 10px!important;
}

.pr20 {
	padding-right: 20px!important;
}

.pb0 {
	padding-bottom: 0px!important;
}

.pb5 {
	padding-bottom: 5px!important;
}

.pb10 {
	padding-bottom: 10px!important;
}

.pb15 {
	padding-bottom: 15px!important;
}

.pb20 {
	padding-bottom: 20px!important;
}

.pb25 {
	padding-bottom: 25px!important;
}

.pb30 {
	padding-bottom: 30px!important;
}

.pb100 {
	padding-bottom: 100px!important;
}

.pl0 {
	padding-left: 0px!important;
}

.pl5 {
	padding-left: 5px!important;
}

.pl10 {
	padding-left: 10px!important;
}

.pl20 {
	padding-left: 20px!important;
}

.pl25 {
	padding-left: 20px!important;
}

/* line-height
------------------------------------- */
.line12{
	line-height:120%}
	
.line13{
	line-height:130%}
	
.line15{
	line-height:150%}


/*center
------------------------------------- */
.center{
	text-align:center}



/* Anchor
------------------------------------- */
a {
	font-family: none;/* for mac */
	text-decoration: none;
}

a:link,
a:visited {
	color: #336699;
	text-decoration: none;
}

a:active,a:hover {
	color: #336699;
	text-decoration: underline;
}

/*white*/

a.white:link,a.white:visited,a.white:active,a.white:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Other
------------------------------------- */

img {
	display: block;
}

a img,
.nobdr {
	border: 0 !important;
}

hr {
	display: none;
	margin: 0;
}

/* ==============================================================================
Basic Layout
================================================================================ */

#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

.layoutType01 #contents {
	display:inline;
	float: right;
	width: 580px;
	margin: 10px 10px 0px 0px;
}

/* == #head ============================================================ */

#headBox{
	width:800px;}
	

#headTop{background-color:#336699;
	color:#FFFFFF;
	height:20px;
	text-align:right;
	padding:2px 10px 0 10px;}

#headTop #Left{
	float:left;
	}
	
#headTop #Right{
	float:right;
	}

#head {
	height: 62px;
	background: url("../../images/shared/header_bg.jpg") repeat-x top left;
	margin: 0px;
	width:800px
}

#head #headL{
	width:580px;
	float:left}
	
#head #headR{
	width:220px;
	float:right;
}
	
	
		
/* == #gmenu ============================================================*/
#gmenuBox img{
	display:block;
}
#gmenuBox {
	float: left;
	width: 210px;
	font-size:12px
}

#gmenu{
	margin: 0px;
	padding: 0px;
}

#gmemu p{
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	text-decoration: none;
	height: 35px;
}

#gmemu  p#title1 {
	background: url(../../images/shared/gmenu_ihin.gif) top left no-repeat;
}

#gmemu  p#title2 {
	background: url(../../images/shared/gmenu_butsudan.gif) top left no-repeat;
}

#gmemu li { 
    list-style:none;
	width:200px;
}

#gmenuBox .btnGray a{
	background:url(../../images/shared/btn_gmenu_gray.gif) no-repeat top left;
	display:block;
	line-height:31px;
	padding-left:25px;
	}
	
#gmenuBox .btnGray a:hover {
    background-position:0px -31px;
	text-decoration:underline;
	}
	
#gmenuBox .btnBlue a{
	background:url(../../images/shared/btn_gmenu_blue.gif) no-repeat top left;
	height:35px;
	display:block;
	color:#FFFFFF;
	line-height:290%;
	padding-left:25px;
	text-decoration:none}
	
#gmenuBox .btnBlue a:hover {
    background-position:0px -35px;
	text-decoration:underline;}
	
#gmenuBox .btnYellow a{
	background:url(../../images/shared/btn_gmenu_yellow.gif) no-repeat top left;
	height:35px;
	display:block;
	color:#333333;
	line-height:290%;
	padding-left:25px;
	text-decoration:none}
	
#gmenuBox .btnYellow a:hover {
    background-position:0px -35px;
	text-decoration:underline;}


/*banner--------------------------------------------*/

#gmenuBox #bannerContact a{
	background:url(../../images/shared/banner_contact.gif) no-repeat top left;
	background-position:-200px;
	width:200px;
	display:block;
	text-indent:-9999px;
	height:56px}
	
#gmenuBox #bannerAce a{
	background:url(../../images/shared/banner_ace.gif) no-repeat top left;
	background-position:-200px;
	width:200px;
	display:block;
	text-indent:-9999px;
	height:48px}

#gmenuBox #bannerGuide a{
	background:url(../../images/shared/banner_guide.gif) no-repeat top left;
	background-position:-200px;
	width:200px;
	display:block;
	text-indent:-9999px;
	height:48px}

#gmenuBox #bannerGuide2 a{
	background:url(../../images/shared/banner_guide2.gif) no-repeat top left;
	background-position:-200px;
	width:200px;
	display:block;
	text-indent:-9999px;
	height:48px}

#gmenuBox #bannerContact a:hover,
#gmenuBox #bannerAce a:hover,
#gmenuBox #bannerGuide a:hover
 {
    background-position:0px 0px;
	text-decoration:underline;}


/* == #bg text ============================================================*/

#bgText{
	background:url(../../images/top/text_bg.gif) no-repeat top right;
	height:220px;
	width:580px;}
	
#bgText #Area{
	line-height:130%;
	margin:10px 10px 10px 10px}
	


/* == #bg text ============================================================*/

#bgText{
	background:url(../../images/top/text_bg.gif) no-repeat top left;
	height:240px;
	padding-top:10px
}
	
#bgText #Area{
	line-height:120%;
	font-size:14px;
	margin:0 10px}
	
	
	
/* == #pickup contents ============================================================*/

.pickupFrame{
	width:580px;
	margin-top:10px
}

.pickupFrameLeft{
	float:left;
	width:188px;
	margin-right:7px}
	
.pickupFrameRight{
	float:right;
	width:188px;
}

a#pickup01{
	width:188px;
	height:162px;
	display:block;
	background:url("../../images/top/pick_01.jpg") no-repeat top left;
	font-size:14px;
}

a#pickup02{
	width:188px;
	height:162px;
	display:block;
	background:url("../../images/top/pick_02.jpg") no-repeat top left;
	font-size:14px;
}

a#pickup03{
	width:188px;
	height:162px;
	display:block;
	background:url("../../images/top/pick_03.jpg") no-repeat top left;
	font-size:14px;
}

a#pickup04{
	width:188px;
	height:162px;
	display:block;
	background:url("../../images/top/pick_04.jpg") no-repeat top left;
	font-size:14px;
}

a#pickup05{
	width:188px;
	height:162px;
	display:block;
	background:url("../../images/top/pick_05.jpg") no-repeat top left;
	font-size:14px;
}

a#pickup06{
	width:188px;
	height:162px;
	display:block;
	background:url("../../images/top/pick_06.jpg") no-repeat top left;
	font-size:14px;
}

a:hover#pickup01,
a:hover#pickup02,
a:hover#pickup03,
a:hover#pickup04,
a:hover#pickup05,
a:hover#pickup06{
    background-position:0px -162px;
	text-decoration:underline;}

.pickupFrameLeft .txtArea,
.pickupFrameRight .txtArea{
	padding:125px 8px 0 8px;
}


/* == #footer ============================================================*/

#footer{
	margin:0 auto;
	width:800px;
}


#footerLink{
	line-height:130%;
	margin:30px 0 10px 0;
	text-align:center}

#copyright{
	background-color:#336699;
	color:#FFFFFF;
	height:22px;
	text-align:center;
	padding:4px 10px 0 0;
}
	

/* == #pan ============================================================*/

#pan{
	font-size:10px;
	margin:10px 0}
	
	
/* == h ============================================================*/

h2{	background:url(../../images/shared/h2.gif) no-repeat top left;
	color:#FFFFFF;
	height:30px;
	font-size:16px;
	line-height:32px;
	padding-left:10px
	}
	
h3{	background:url(../../images/shared/h3.gif) no-repeat top left;
	height:26px;
	font-size:14px;
	line-height:27px;
	padding-left:10px;
	margin-bottom:10px
	}
	
h4{	background:url(../../images/shared/h4.gif) no-repeat top left;
	height:26px;
	font-size:14px;
	line-height:27px;
	padding-left:16px;
	margin-bottom:7px
	}
	
	
/* == page top ============================================================*/

p.pageTop {
	text-align: right;
	height: 20px;
}

p.pageTop a {
	font-size:0px;
	display: block;
	height: 20px;
	width: 100px;
	margin: 0 0 0 auto;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../../images/shared/pagetop.gif) no-repeat top left;
}

p.pageTop a:hover {
	background-position: 0 -20px;
}

/* == contents ============================================================*/
.contFrame{
	width:580px;
	line-height:120%;
}

.contFrame .contLeft{
	width:350px;
	float:left}
	
.contFrame .contRight{
	width:220px;
	float:right}

.contFrame .contLeft02{
	width:220px;
	float:left}
	
.contFrame .contRight02{
	width:350px;
	float:right}
	
.contFrame .contLeft03{
	width:270px;
	float:left}

.phFrame{
	width:580px;
	line-height:120%;
	background:url(../../images/shared/img_arrow.gif) no-repeat center;
}


.phFrame .phLeft{
	width:265px;
	float:left}

.phFrame .phRight{
	width:265px;
	float:right}

.dotline{
	border-bottom:1px #999999 dotted;
	margin:15px 0}
	
/* == ol ============================================================*/

ol.listType01 {
	margin-bottom: 2px;
	line-height: 130%;
}

ol.listType01 li.num01{
	background: url(../../images/shared/ol_type01_01.gif) no-repeat 0 4px;
	padding-left:20px
}

ol.listType01 li.num02{
	background: url(../../images/shared/ol_type01_02.gif) no-repeat 0 4px;
	padding-left:20px
}

ol.listType01 li.num03{
	background: url(../../images/shared/ol_type01_03.gif) no-repeat 0 4px;
	padding-left:20px
}

ol.listType01 li.num04{
	background: url(../../images/shared/ol_type01_04.gif) no-repeat 0 4px;
	padding-left:20px
}

ol.listType01 li.num05{
	background: url(../../images/shared/ol_type01_05.gif) no-repeat 0 4px;
	padding-left:20px
}

ol.listType01 li.num06{
	background: url(../../images/shared/ol_type01_06.gif) no-repeat 0 4px;
	padding-left:20px
}

/* == table ============================================================*/

/*price*/
table.price {
	width: 400px;
	border-collapse: collapse;
	border: 1px solid #B2B2B2;
	margin: 0 0 12px 0;
	text-align:center;
}

table.price th {
	padding: 6px;
	white-space: nowrap;
	background-color: #f4f4f4;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	line-height:120%;
	font-size:14px
}

table.price td {
	padding: 6px;
	border-bottom: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	line-height:120%;
	font-size:14px
}

/*company*/
table.com {
	width: 580px;
	border-collapse: collapse;
	border: 1px solid #B2B2B2;
	margin: 0 0 12px 0;
}

table.com th {
	padding: 6px;
	white-space: nowrap;
	background-color: #f4f4f4;
	border-right: 2px solid #336699;
	border-bottom: 1px solid #B2B2B2;
	line-height:120%;
	text-align:center;
	font-size:14px
}

table.com td {
	padding: 6px;
	border-bottom: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	line-height:120%;
	font-size:14px
}

.TxtRed {
	color: #CC0000;
}

/* == #contents ============================================================*/

/* sitemap */
dl.sitemap {
	margin: 0;
	padding: 0;
}

dl.sitemap dt.top{
	border-top: 1px #B2B2B2 dotted;
}

dl.sitemap dt {
	padding: 8px 0px 8px 25px;
	border-bottom: 1px #B2B2B2 dotted;
	background: #e5fbff url(../../images/shared/sitemap_back.gif) 5px no-repeat;
}

dl.sitemap dd {
	padding: 8px 0px 8px 25px;
	border-bottom: 1px #B2B2B2 dotted;
	background: url(../../images/shared/sitemap_back02.gif) 5px no-repeat;
}

dl.sitemap dd.end {
	padding: 8px 0px 8px 25px;
	border-bottom: none;
	background: url(../../images/shared/sitemap_back02.gif) 5px no-repeat;
}

