/* 外部スタイルシートの読み込み */

@charset "EUC-JP";


/*
-----------------------------------------------------------------
     - BASE
     - HEADER
     - MENU
     - CONTENTS
     - FOOTER
------------------------------------------------------------------
*/






/*
==================================================================
BASE
==================================================================
*/

* {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
}

body {
	font-family: "ＭＳ ゴシック", "Osaka−等幅", "Verdana", "Arial", "sans-serif";
	font-size: 12px;
	background: #2759C1 url("./image/bg1.jpg") no-repeat;
	background-position: top;
	text-align: center;
}

 
/* 全ページ共通 枠 */
#wrapper {
	margin-top: 0px;
	width: 750px;
    margin-left: auto;
    margin-right: auto;
	text-align: left;
}


table th,td {
  font-size: 10pt;
}



img {
	border: 0px;
}


/* リンク */
a:link {
	text-decoration: underline;
	color: #0033CC;
	border: 0px;
}
a:visited {
	text-decoration: underline;
	color: #0033CC;
	border: 0px;
}
a:active {
	text-decoration: underline;
	color: #0033CC;
	border: 0px;
}
a:hover {
	text-decoration: none;
	color: #0033CC;
	border: 0px;
}


h1 {
	line-height : 0%;
	left:-999;
	top:-999;
	position:absolute;

}





/*
==================================================================
HEADER
==================================================================
*/

#header {
	width: 750px;
	height: 254px;
	vertical-align: bottom;
	background: url("./image/header1.jpg") no-repeat;
	padding: 0px 0px 0px 0px;
}

.head_txt {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: right;
	margin-right: 20px;
}





/*
==================================================================
MENU
==================================================================
*/

/*--------wide_menu----------------------------------*/

/* top_menu (上部に表示されているメニュー)*/


.menu_box{
	width: 168px;
	background: url("./image/menu_bg2.jpg") repeat-y;
	float: left;
}

.menu_bg {
	background: url("./image/menu_bg.jpg") no-repeat;
	padding-left: 4px;
}

.menu_button{
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
}

.banner_box {
	width: 134px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 12px;
}

.banner_img {
	margin-bottom: 10px;
}

.side_text {
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 10px;
}

.shop_name {
	font-size: 12px;
	color: #FF4170;
}

a.side_link {
	width: 158px;
	height: 32px;
	background: url("./image/button1-1.gif") no-repeat;
	margin-bottom: 1px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.side_link:active {
	width: 158px;
	height: 32px;
	background: url("./image/button1-1.gif") no-repeat;
	margin-bottom: 1px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.side_link:visited {
	width: 158px;
	height: 32px;
	background: url("./image/button1-1.gif") no-repeat;
	margin-bottom: 1px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.side_link:hover {
	width: 158px;
	height: 32px;
	background: url("./image/button1-2.gif") no-repeat;
	margin-bottom: 1px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}



/*
==================================================================
CONTENTS
==================================================================
*/

#contents{
	float:right;
	padding-right: 20px;
}

.contents_box {
	width: 550px;
	background: #FFFFFF;
	padding-bottom: 5px;
}

.con_title {
	background: url("./image/title_bar.gif") no-repeat;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	padding: 5px 0px 5px 10px;
	margin-bottom: 10px;
}

.con_title1 {
	background: url("./image/title_bar.gif") no-repeat;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	padding: 5px 0px 5px 10px;
	margin-bottom: 15px;
}

.main_box {
	padding: 0px 10px 0px 10px;
}

.title_bar {
	background: url("./image/title_bar1.gif") no-repeat;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	margin-bottom: 10px;
}



.top_img{
	width: 720px;
	height: 100px;
	background: url("./image/page_top_img.jpg") no-repeat;
}

.page_title{
	padding: 35px 0px 0px 20px;
	text-align: left;
	color: #FFFFFF;
	font-size: 18px;
}

.page_subtitle{
	padding: 0px 0px 0px 20px;
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
}


/*
==================================================================
FOOTER
==================================================================
*/
.foot_foot {
	clear: both;
	width: 550px;
	margin-left: 180px;
}


#footer {
	clear: both;
	width: 550px;
	height: 100px;
	background: url("./image/footer.gif") no-repeat;
}

.footer_box{
	height: 20px;
	clear: both;
	padding: 50px 0px 5px 0px;
	color: #FFFFFF;
	text-align: center;
}
/*==カウンター===================================*/
.counter{
	float: left;
}

/* このページのTOPへ戻る */
.top_lnk_box{
	float: right;
}


.copyright {
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	text-align: center;
}


a.bottom_menu_lnk {
	color: #FFFFFF;
	text-decoration: underline;
}

a.bottom_menu_lnk:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a.bottom_menu_lnk:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.bottom_menu_lnk:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.page_top_jump {
	width: 550px;
	line-height: 13px;
	background: #FFFFFF;
	padding: 20px 0px 0px 0px;
}

.top_jum {
}

.foot_block {
	width:460px;
	padding: 0px 5px 0px 0px;
	text-align: right;
}

a.jump_lnk {
	font-size: 10px;
	color: #0033CC;
	text-decoration: underline;
}

a.jump_lnk:active {
	font-size: 10px;
	color: #0033CC;
	text-decoration: underline;
}

a.jump_lnk:visited {
	font-size: 10px;
	color: #0033CC;
	text-decoration: underline;
}

a.jump_lnk:hover {
	font-size: 10px;
	color: #0033CC;
	text-decoration: none;
}


