@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #de91a2      */
/*        Main Color - Light Pink     #fce6e6      */
/*        Main Color - Fresh Pink     #f94956      */
/*                                                 */
/*        Sub Color  - Yellow Green   #7ac300      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #fff url(../images/bg.jpg) center top no-repeat; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 780px;
	margin: 18px auto 10px auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	clear: both;
	background: url(../images/main_bg.png) repeat-y;
	}

#content {
	font-size: 100%;
	line-height: 1.6;
	color: #000;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) bottom no-repeat;
	height: 92px;
	width: 780px;
	margin: 0;
	padding: 0;
	}

#header #top {
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 140px;
	height: 28px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 140px;
	height: 28px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 28px;
	width: 165px;
	float: right;
	}


/*----------04  Navigation -----------*/

#global-nav,
#global-nav li {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	}
#global-nav li {
	text-indent: -9999px; 
	float: left;
	}
#global-nav li a {
	display: block;
	height: 30px;
	}

#nav01 { width: 127px; }
#nav02 { width: 132px; }
#nav03 { width: 130px; }
#nav04 { width: 130px; }
#nav05 { width: 132px; }
#nav06 { width: 129px; }

#nav01 { background: url(../images/global-nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/global-nav.jpg) -127px 0 no-repeat; }
#nav03 a { background: url(../images/global-nav.jpg) -259px 0 no-repeat; }
#nav04 a { background: url(../images/global-nav.jpg) -389px 0 no-repeat; }
#nav05 a { background: url(../images/global-nav.jpg) -519px 0 no-repeat; }
#nav06 a { background: url(../images/global-nav.jpg) -651px 0 no-repeat; }

#nav02 a:hover { background: url(../images/global-nav.jpg) -127px -30px no-repeat; }
#nav03 a:hover { background: url(../images/global-nav.jpg) -259px -30px no-repeat; }
#nav04 a:hover { background: url(../images/global-nav.jpg) -389px -30px no-repeat; }
#nav05 a:hover { background: url(../images/global-nav.jpg) -519px -30px no-repeat; }
#nav06 a:hover { background: url(../images/global-nav.jpg) -651px -30px no-repeat; }


/*---------- 05  Footer -----------*/

#footer {
	background: url(../images/footer_bg.jpg) top no-repeat;
	font-size: 85%;
	line-height: 1.5;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer p {
	margin: 0;
	padding: 0;
	}

#footer .alpha {
	width: 250px;
	float: left;
	}
#footer .beta {
	width: 300px;
	float: left;
	margin: 15px 0 0 0;
	}
#footer .gamma {
	width: 203px;
	float: right;
	}
#footer .gamma #shika-town {
	margin: 15px 0 0 0;
	padding: 0;
	}


/*---------- 06  Contents -----------*/

img { display: block; }

a { outline: none; }

#content #top-img {
	margin: 0;
	padding: 5px;
	background: url(../images/top-img.jpg) 0 0 no-repeat;
	}

#content #pickup {
	height: 260px;
	background: url(../images/pickup_bg.jpg) 0 0 no-repeat;
	position: relative;
	}
#content #pickup ol,
#content #pickup li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#content #pickup #pickup01 {
	position: absolute;
	top: 5px;
	left: 139px;
	height: 77px;
	}
#content #pickup #pickup02 {
	position: absolute;
	top: 5px;
	left: 391px;
	height: 77px;
	}
#content #pickup #pickup03 {
	position: absolute;
	top: 80px;
	left: 28px;
	height: 75px;
	}
#content #pickup #pickup04 {
	position: absolute;
	top: 80px;
	left: 499px;
	height: 75px;
	}
#content #pickup #pickup05 {
	position: absolute;
	top: 153px;
	left: 264px;
	height: 96px;
	}




