@charset "UTF-8";


/**-------------------------------------------------
 *  File       : all_base.css
 *  @version   :Last Update: 2007-06-14
 *--------------------------------------------------
*/

/* ==============================================================================
default style is cleared
================================================================================ */

/* Basic Structure
------------------------------------- */

body {
	text-align: center;
	padding: 0;
	margin: 0;
	color: #666666;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial;
	background:#F0F0F0 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;
}


/* Other
------------------------------------- */

img {
	/*display: inline;*/
	display: block;
	margin:0px;
	padding:0px;
}


a img,
.nobdr {
	border: 0 !important;
}

hr {
	display: none;
	margin: 0;
}

span.st{
	font-weight:bold;}


/* 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;
}

/* line
------------------------------------- */
.lh14 {
	line-height:140%;
}

/* font
------------------------------------- */
.TxtRed {
	color: #CC0000;
}

.alignCenter {
	text-align: center;
}


/* Anchor
------------------------------------- */
a {
	font-family: none;/* for mac */
	text-decoration: underline;
}

a:link {
	color: #336699;
	text-decoration: none;
}

a:visited {
	color: #336699;
	text-decoration: none;
}

a:active,a:hover {
	color: #CC0000;
	text-decoration: underline;
}


/*gmenu gray*/
	
a.LinkGray:link,
a.LinkGray:visited,
a.LinkGray:active,
a.LinkGray:hover {
	color:#555555;
	text-decoration:none}

/*gmenu white*/
	
a.LinkWhite:link,
a.LinkWhite:visited,
a.LinkWhite:active,
a.LinkWhite:hover {
	color:#FFFFFF;
	text-decoration:none}

/* h
------------------------------------- */

h1{
	background:#ffffff;
	padding:4px 0 4px 10px}

/* ==============================================================================
Basic Layout
================================================================================ */

#wrapper {
	margin: 0 auto;
	width: 800px;
	background: url(../../images/shared/back_sidebar.gif) repeat-y;
	text-align: left;
}

.layoutType01 #contents {
	float: right;
	width: 580px;
}

/* == position ============================================================ */

.left{
	text-align:left}
	
.center{
	text-align:center}
	
.right{
	text-align:right}

/* == #head ============================================================ */

#head {
	height: 71px;
	background:#ffffff url("../../images/shared/header.gif") no-repeat top right;
	margin: 0px;
	padding:0px;
	width:800px
}

/*left
---------------------------*/
#head #left{
	float:left;
	width:500px
}

#head #left a.headContact {
	font-size:0; 
	display: block;
	width:500px;
	height:68px;
	text-align:left;
	/*text-indent:-9999px;*/
	text-decoration:none;
}

/*#head #left a.headContact {
	font-size:0; 
	display: block;
	width:500px;
	height:68px;
	text-align:left;
	text-indent:-9999px;
	text-decoration:none;
}*/


/*right
---------------------------*/
#head #right{
	float:right;
	width:300px
}

#head #right .headTop{
	height:40px;
	text-align:right;
}

#head #right .headTop img{
	height:40px;
	text-align:right;
	margin-top:5px;
	margin-left:2px;
}


#head #right .headTop a.headContact {
	overflow:hidden; 
	display: block;
	width:153px;
	height:40px;
	text-align:left;
	/*text-indent:-9999px;*/
	margin: 0 23px 0 auto/*auto*/;
	text-decoration:none;
}

#head #right .headBottom{
	text-align:right;
	margin: 0 auto;
	padding:8px 20px 0 0;
}
	

/* == #footer ============================================================ */

#footer {
	width:800px;
	background:#ffffff url(../../images/shared/footer_back.gif) repeat-x top;
}

#footer ul#link {
	padding:20px;
	text-align: center;
	line-height:140%;
	font-size: 11px
}

#footer ul li{
	display:inline;
}

#footer #copy {
	padding:10px 0 0 0;
	margin: 0 0 10px 0;
	text-align:center;
}

/* == gmenu ============================================================*/
#sidebar {
	float: left;
	width: 210px;
}

#gmenu {
	width: 210px;
	height:30px;
	background:#d6cbae url("../../images/shared/menu_top.gif") no-repeat top left;
}

#gmenuBox {
	width: 210px;
}

#gmenuBox ul li{
    list-style:none;
    height:34px;
}

#gmenuBox ul a.typeO{
    display:block;
	padding: 0 0 0 33px;
    height:34px;
}

#gmenuBox ul a.typeG1{
    display:block;
	padding: 0 0 0 33px;
  	height:34px;
}

#gmenuBox ul a.typeG2{
    display:block;
	padding: 0px 0 0 33px;
    height:49px;

}

.gmenuOrange a{
    background:url("../../images/shared/menu_orange.gif") no-repeat top left;
	line-height:29px;
}

.gmenuOrange2{
    background:url("../../images/shared/menu_orange2.gif") no-repeat top left;
	line-height:29px;
	color:#FFFFFF;
	padding: 0 0 0 33px;
	height:34px;
}

.gmenuGray a{
    background:url("../../images/shared/menu_gray.gif") no-repeat top left;
	line-height:29px;
}

#gmenuBox ul li.gmenuGray2{
    height:49px;
}

#gmenuBox ul li.gmenuGray2 div{
	padding:9px 0 0 0
}

.gmenuGray2 a{
    background:url("../../images/shared/menu_gray2.gif") no-repeat top left;
	height:49px;
}

.gmenuOrange a:hover,
.gmenuGray a:hover{
    background-position:0px -34px;
	text-decoration:none;
  	height:34px;
}

.gmenuGray2 a:hover{
   	height:49px;
    background-position:0px -49px;
	text-decoration:none;
}


/*bottom*/
#gmenuBoxBottom {
	width: 210px;
	background:#d6cbae repeat-y;
	padding: 20px 0 20px 0;
}

/* == top contents ============================================================*/
/*bgTop*/
#bgTop{
	background:url("../../images/top/bg_top.jpg") no-repeat bottom left;
	width:570px;
	overflow:auto; /*FireFox*/ 
}

#bgTop:after {
	content: "";
	display: block;
	clear: both;
}

#bgTop #Left{
	display:inline;
	float:left;
	width:360px;
	line-height:150%;
	margin:10px 0px 10px 30px}
	
#bgTop #Right{
	float:right;
	width: 150px;
	padding-top:10px
}

#bgTop .txtTop{
	color:#f55a00}

/*btnOsaka
------------------------*/
a#btnlink {
	width:150px;
	height:146px;
	display:block;
	background:url("../../images/top/btn_osaka.jpg") no-repeat top left;
	font-size:0;
	text-indent:-9999px;
	}

a:hover#btnlink {
    background-position:0px -146px;
	text-decoration:none;
}

/*btnTop
------------------------*/
#btnTop {
	width:570px;
}

#btnTop #btnTopL{
	float:left;
	width:282px;
	margin:0px;
	padding:0px;
}
	
#btnTop #btnTopR{
	float:right;
	width:282px;
	height:46px;
	margin:0px;
	padding:0px;
}

#btnTop a{
	width:282px;
	display:block;
	height:46px;
	line-height:29px;
	font-size:0;
	text-indent:-9999px;
}

#btnTop a.btnTopw:hover,
#btnTop a.btnTopm:hover{
    background-position:0px -46px;
	text-decoration:none;
}

#btnTop a.btnTopw{
	background:	url("../../images/top/btn_woman.jpg") no-repeat top left;
}

#btnTop a.btnTopm{
	background:	url("../../images/top/btn_man.jpg") no-repeat top left;
}



/* == #pickup contents ============================================================*/

.pickupFrame{
	width:570px;
}

.pickupFrame a{
	display: block;
	width:140px;
	height:183px;
	/*margin: 0 23px 0 0auto*/;
	text-decoration:none;
	color:#666666;
}

.pickupFrame #pickupFrame01,
.pickupFrame #pickupFrame02,
.pickupFrame #pickupFrame03,
.pickupFrame #pickupFrame05,
.pickupFrame #pickupFrame06,
.pickupFrame #pickupFrame07 {
	float:left;
	height:183px;
	width:140px;
	margin-right:3px;
}
	
.pickupFrame #pickupFrame04,
.pickupFrame #pickupFrame08 {
	float:right;
	height:183px;
	width:141px;
}

.pickupFrame  span.title{
	display: block;
	height:30px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	font-size:0px;
	line-height:0px;
}

.pickupFrame  span.txt{
	display: block;
	padding:110px 5px 0 5px;
	margin:0;
	line-height:120%;
}


/* == #pickup contents =================================================*/
/* image ===============================================================*/
.pickupFrame #pickupFrame01 a:hover,
.pickupFrame #pickupFrame02 a:hover,
.pickupFrame #pickupFrame03 a:hover,
.pickupFrame #pickupFrame04 a:hover,
.pickupFrame #pickupFrame05 a:hover,
.pickupFrame #pickupFrame06 a:hover,
.pickupFrame #pickupFrame07 a:hover,
.pickupFrame #pickupFrame08 a:hover{
    background-position:0px -183px;
	text-decoration:none;
  	height:183px;
}

.pickupFrame #pickupFrame01 a{
	background:url("../../images/top/pickup01.jpg") no-repeat top left;
	line-height:29px;
}

.pickupFrame #pickupFrame02 a{
	background:url("../../images/top/pickup02.jpg") no-repeat top left;
	line-height:29px;
}

.pickupFrame #pickupFrame03 a{
	background:url("../../images/top/pickup03.jpg") no-repeat top left;
	line-height:29px;
}

.pickupFrame #pickupFrame04 a{
	background:url("../../images/top/pickup04.jpg") no-repeat top left;
	line-height:29px;
}

.pickupFrame #pickupFrame05 a{
	background:url("../../images/top/pickup05.jpg") no-repeat top left;
	line-height:29px;
}

.pickupFrame #pickupFrame06 a{
	background:url("../../images/top/pickup06.jpg") no-repeat top left;
	line-height:29px;
}

.pickupFrame #pickupFrame07 a{
	background:url("../../images/top/pickup07.jpg") no-repeat top left;
	line-height:29px;
}

.pickupFrame #pickupFrame08 a{
	background:url("../../images/top/pickup08.jpg") no-repeat top left;
	line-height:29px;
}

