@charset "UTF-8";


/**-------------------------------------------------
 *  File       : all_base.css
 *  @version   :Last Update: 2007-06-26
 *--------------------------------------------------
*/

/* ==============================================================================
default style is cleared
================================================================================ */

/* Basic Structure
------------------------------------- */

body {
	text-align: center;
	padding: 0px;
	margin: 0;
	color: #4A4A4A;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka,;
	background: 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;
}

.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;
}

.mb180 {
	margin-bottom: 180px!important;
}


.ml5 {
	margin-left: 5px!important;
}

.ml10 {
	margin-left: 10px!important;
}

.ml15 {
	margin-left: 15px!important;
}

.ml20 {
	margin-left: 20px!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;
}

.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;
}

/*text-align
------------------------------------- */
.center{
	text-align:center}
	
.right{
	text-align:right}
	
/* Anchor
------------------------------------- */
a {
	font-family: none;/* for mac */
	text-decoration: underline;
}

a:link {
	color: #4A4A4A;
	text-decoration: none;
}

a:visited {
	color: #4A4A4A;
	text-decoration: none;
}

a:active,a:hover {
	color: #97A433;
	text-decoration: underline;
}

/*pickup*/

a.pickup:link {
	color: #CC6635;
	text-decoration: none;
}

a.pickup:visited,a.pickup:active,a.pickup:hover {
	color: #CC6635;
	text-decoration: underline;
}

/*line*/

a.line:link,a.line:visited,a.line:active,a.line:hover {
	color: #97A433;
	text-decoration: underline;
}



/* Other
------------------------------------- */

img {
	display: inline;
}


a img,
.nobdr {
	border: 0 !important;
}

hr {
	display: none;
	margin: 0;
}


/* Other
------------------------------------- */

.line13{
	line-height:130%}


/* ==============================================================================
Basic Layout
================================================================================ */

#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

.layoutType01 #Wcontents {
	float: right;
	width: 590px;
}

.layoutType01 #contents {
	width: 580px;
	margin: 10px 0 0 0;
}

/* == #header ============================================================*/
.headerBox{
	width:800px}
	
.header{background:url(../../images/shared/header.gif) no-repeat top left;}




/* == #sidebar ============================================================*/

.layoutType01 #sidebar {
	float: left;
	margin: 0 auto;
	text-align: center;
	width: 210px;
}

.layoutType01 #sidebartop {
	width: 190px;
	text-align:left;
	margin: 0 auto;
	display: block;
}

.layoutType01 #sidebarbottom {
	padding-top:20px;
	margin: 0 auto;
	width: 210px;
}

#sidebar ul li.menu{ 
	background: url(../../images/shared/btn_bg.gif) no-repeat top left;
	padding: 0 0 0 8px;
	line-height:40px;	
	font-size:12px;
	width: 190px;
}


/* == gmenu ============================================================*/

#gmenuBox {
	width: 590px;
}

#gmenuBox ul li{
    list-style:none;
    float:left;
    text-indent:-9999px;
}

#gmenuBox ul a{
    display:block;
    width:118px;
    height:31px;
	text-decoration:none;
	font-size:0
}

.gTopics a{
    background-image:url(../../images/shared/gmenu_topics.gif);
}

.gHome a{
    background-image:url(../../images/shared/gmenu_home.gif);
}

.gContact a{
    background-image:url(../../images/shared/gmenu_contact.gif);
}

.gManage a{
    background-image:url(../../images/shared/gmenu_management.gif);
}

.gSitemap a{
    background-image:url(../../images/shared/gmenu_sitemap.gif);
}

.gTopics a:hover,
.gHome a:hover,
.gContact a:hover,
.gManage a:hover,
.gSitemap a:hover {
    background-position: 0px -31px;
	text-decoration:none;
}

/* == h ============================================================*/

h1{background-color:#044C1E;
	color:#FFFFFF;
	padding:5px}

h2{
	background:url(../../images/shared/h2.gif) no-repeat top center;
	padding:10px 0 0 10px;
	font-size:14px;
	height:35px;
	color:#044C1E
}

h3{
	background:url(../../images/shared/h3.gif) no-repeat top center;
	height:26px;
	padding:6px 0 0 15px 
	}
	
h4{
	background:url(../../images/shared/h4.gif) no-repeat top center;
	height:26px;
	padding:3px 0 0 17px;
	margin-top:5px;
	}
	
	
/* == top contents ============================================================*/

#bgTop{
	background:url(../../images/top/bg_contents.jpg) no-repeat top center;
	width:580px;
	height:555px;
	}

#txtTop{
	padding:280px 25px 0 25px;
	line-height:130%}
	
	
/* == #pickup contents ============================================================*/

.pickupFrame{
	width:580px;
	margin-top:10px
}

.pickupFrameLeft{
	float:left;
	width:186px;
	margin-right:10px}
	
.pickupFrameRight{
	float:right;
	width:186px;
}

.pickupText{
	font-size:10px;
	line-height:130%}
	
.pickupBG{
	background:url(../../images/top/pickup_bg.jpg) no-repeat top center;
	padding:35px 0 0 190px;
	height:120px;
	line-height:130%}
	
/* == #footer ============================================================*/

#footer{
	background:url(../../images/shared/bg_header.gif) no-repeat bottom center;
	width:800px;
	height:100px;
	}
	
#footer #footerlink{	
	font-size:10px;
	margin-top:10px;
	padding-top:40px;
	line-height:150%;
	text-align:center;
}

.copyright{
	background-color:#044C1E;
	color:#FFFFFF;
	padding:5px;
	text-align:center}
	
a.white{
	color:#FFFFFF}
	
/* == #pan ============================================================*/

#pan{
	font-size:10px;
	margin-bottom:10px}
	
	
/* == page top ============================================================*/

p.pageTop {
	text-align: right;
	height: 20px;
	padding-right:10px
}

p.pageTop a {
	line-height:0px;
	font-size: 0;
	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 width560===========================================================*/

.width560{
	width:560px;
	padding:0 10px;
	line-height:130%}


/* == table pay============================================================*/

/*pay*/

table.pay {
	width: 560px;
	border-collapse: collapse;
	border: 1px solid #B2B2B2;
	margin: 0 0 12px 0;
}

table.pay th {
	padding: 5px;
	white-space: nowrap;
	background-color: #f1ffc1;
	border-right: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	text-align:center}

table.pay td {
	padding: 5px;
	border-bottom: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	line-height:110%
}

/*contact*/

table.combiBorderV {
	width: 560px;
	border-collapse: collapse;
	border: 1px solid #B2B2B2;
	margin: 0 0 12px 0;
}

table.combiBorderV th {
	padding: 6px;
	white-space: nowrap;
	background-color: #f4f4f4;
	border-right: 2px solid #477728;
	border-bottom: 1px solid #B2B2B2;
	text-align:center}

table.combiBorderV td {
	padding: 6px;
	border-bottom: 1px dashed #B2B2B2;
	line-height:110%
}


/* == table input============================================================*/

/*input*/

table.input {
	width: 400px;
        table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #B2B2B2;
	margin: 0 0 12px 0;
}

table.input th {
	padding: 5px;
	white-space: nowrap;
	background-color: #f1ffc1;
	border-right: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	text-align:center}

table.input td {
	padding: 5px;
	border-bottom: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	line-height:110%
}

/*contact*/

table.combiBorderV {
	width: 400px;
	border-collapse: collapse;
	border: 1px solid #B2B2B2;
	margin: 0 0 12px 0;
}

table.combiBorderV th {
	padding: 6px;
	white-space: nowrap;
	background-color: #f4f4f4;
	border-right: 2px solid #477728;
	border-bottom: 1px solid #B2B2B2;
	text-align:center}

table.combiBorderV td {
	padding: 6px;
	border-bottom: 1px dashed #B2B2B2;
	line-height:110%
}


/* == Txt ============================================================*/

.greenTxt{
	color:#55a84a;
	padding-bottom:5px}
	
.redTxt{
	color: #cc0000;
}


/* == sitemap ============================================================*/

dl{
	margin: 0;
	padding:0 20px 0 20px
}

dt.top{
	border-top: 1px #B2B2B2 dotted;
}

dt.arrow {
	padding: 8px 25px;
	border-bottom: 1px #B2B2B2 dotted;
	background:url(../../images/shared/ico_arrow.gif) no-repeat center left
}

dt{
	padding: 8px 25px;
	border-bottom: 1px #B2B2B2 dotted;
}

/*border*/

.borderDot{
	border-bottom:1px #999999 dotted;
	margin:15px 0}
