/*共通*/
html,body{
	height:100%;
}

#head{
	background:#ab6866;
/*	background:#93216B;*/
	height:35px;
}

#head .h1_text{
	width:900px;
	margin:0 auto;
}

#Container{
	min-height:100%;
	height: auto !important;
    height: 100%; /* for ie */
    margin: 0 auto -105px; 
	background-color:#FFFFFF;
}

#main{
	width:900px;
	height:100%;
	margin:0 auto;
	margin-top: -100px;
	background-color:#FFFFFF;
}

/*共通　左カラム*/
#content_left{
	/*min-height:100%;*/
    height:auto; /* for ie */
	/*height: auto !important;*/
	width:180px;
	background-color:#F3F3F3;
	float:left;
}

.calendar_title{
	margin:15px 0 5px 0;
}

.calendar{
	margin:0 5px 15px 5px;
}
/*共通　wrapper*/
#content_main{
	width:720px;
	float:right;
}

/*共通　センターカラム*/
#content_main_left{
	width:500px;
	float:left;
	margin-left:20px;
}

/*共通　右カラム*/
#content_main_right{
	width:180px;
	float:right;
}

.banner_Box{
	margin-bottom:10px;
	border-bottom:#999999 1px solid;
}

.banner_Box img{
	margin-bottom:10px;
}

.bt_side_contact{
	margin-bottom:8px;
}

.side_map{
	margin-bottom:10px;

}

/*トップ*/
#TOP_head_bg{
	height:335px;
	width:100%;
	background-color:#EA8CC9;
}

#TOP_left_logo_bg{
	background:url(images/common/bg_logo.gif) repeat-y;
	height:300px;
	width:180px;
}

.TOP_logo{
	padding:100px 10px 0px;
}

#TOP_main_imageBox{
	float:right;
	width:720px;
	margin-bottom:20px;
}

#TOP_meinleft_bg{
	float:left;
	background:url(images/common/bg_top_logoleft.gif) repeat-y;
	height:300px;
	width:15px;
}

#TOP_main_image{
	float:right;
}

#TOP_main{
	width:900px;
	height:100%;
	margin:0 auto;
	margin-top: -300px;
	background-color:#FFFFFF;
}

#TOP_Shop{
	width:500px;
	background-color:#EBEBEB;
	padding-bottom:8px;
}

.top_shop_image{
	float:left;
	margin:7px;
}

#TOP_shop_hinmoku{
	width:500px;
	background-color:#F9DDEF;
	margin-bottom:15px;
}

#NewsBox{
	width:500px;
	margin-bottom:20px;
}


/*2nd*/
#Second_head_bg{
	height:135px;
	width:100%;
	background-color:#EA8CC9;
}

#Second_left_logo_bg{
	background:url(images/common/bg_logo.gif) repeat-y;
	height:100px;
	width:180px;
}

.Second_logo{
	padding:5px 10px 0px;
}

#Second_main_imageBox{
	float:right;
	width:720px;
	margin-bottom:20px;
}

#Second_meinleft_bg{
	float:left;
	background:url(images/common/bg_top_logoleft.gif) repeat-y;
	height:100px;
	width:15px;
}

#Second_main_image{
	float:right;
}

.sub_title{
	margin-bottom:8px;
}



/*フッター*/

#Footer, .push {
	height: 105px;
}

#Footer{
	height:105px;
	margin:0 auto -105px;
}

#Footer .PageTopBox{
	width:900px;
	margin:auto;
}
.PageTopBox .sidegray{
	float:left;
	height:20px;
	width:180px;
	background-color:#F3F3F3;
}

.PageTopBox .button{
	margin-left:640px;
}

#Footer .linkbox{
	height:27px;
	background-color:#CCA2BD;
}

#Footer .linkbox .link{
	width:900px;
	margin:0px auto;
	padding-top:8px;
}

#Footer .low{
	width:900px;
	margin:0 auto;
}

#Footer .FooterLeft{
	float:left;
	margin:10px 0;
	width:585px;
}

.Foot_Logo{
	float:left;
}

.FootLogo_text{
	margin:12px 0 0 190px
}

#Footer .FooterRight{
	float:right;
	margin-top:45px;
}

/*実例集*/
.example{
	margin-left:10px;
}

.example li{
	border-bottom:dotted 1px #CCCCCC;
	background:url(example/images/yajirushi.gif) no-repeat left center;
	padding:5px 0px 5px 18px;
	margin:2px 0px 0px;
}

/*会社概要*/

#companyinfo{
	width:500px;
	margin:0px auto;
}

#companyinfo .td01{
	font-weight:bold;
	width:70px;
	border-bottom:#E266B7 2px solid;
	padding:8px 0px;
}

#companyinfo .td02{
	width:420px;
	border-bottom:#E266B7 1px dotted;
	padding:8px 0px;
}
/* アイテム */

.item_link{
	font-size:12px;	
}

.item_link a:link    { color:#DB42A6}    
.item_link a:visited { color:#7A1F3D}   
.item_link a:hover   { color:#E987C7} 
.item_link a:active  { color:#E987C7} 
.item_link a{text-decoration:underline}

/* フォーム */

.inputtable{
	background:#FFFFFF;
}

.inputtable th{
	font-weight:bold;
	border-bottom:1px dashed #AA6491;
	border-left:#AA6491 2px solid;
	font-size:12px;
	padding:8px;
	background-color:#FCEFF8;
}

.inputtable td{
	border-bottom:1px dashed #AA6491;
	border-right:#AA6491 2px solid;
	font-size:12px;
	padding:8px;
	background-color:#FFFFFF;
}

.caution_bold{
	font-weight:bold;
	color:#CC0000;
	font-size:12px;
}
