@charset "utf-8";

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Website     : 
	Title       : 
	Description : 
	Version     : 1.0.0  2009/05/24 yabuchi

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


body {
	background: #f7f7f7;
	color: #333;
}

/* リンクカラー              */
a:link {
	color: #0066cc;
}
a:visited {
	color: #0054b7;
}
a:hover {
	color: #bb3377;
}
a:active {
	color: #bb3377;
}



/* wrapper
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#wrapper {
	width: 592px;
	margin: 0 auto;
	padding: 0 2px;
	background: #FFF;
}

/* header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header {
	position: relative;
	height  : 100px;
	background: url(bg.gif) repeat-x left top;
}

#header a.logo {
	position: absolute;
	right  : 0px;
	top   : 30px;
	width : 235px;
	height: 65px;
	background-image: url(logo_01.png);
}
#header a.button01 {
}
#header a.logo,
#header a.button01 {
	position: absolute;
	background-repeat  : no-repeat;
	background-position: left top;
	overflow: hidden;
	text-indent: -700em;
	text-decoration: none;
}
#header a.logo:hover,
#header a.button01:hover {
	background-position: left bottom;
}


/* menu                      */
#header .menu ul {
    text-align: right;
	font-size: 93%;
}
#header .menu ul li {
    display: inline;
}


/* navigation                */
#header .navigation ul {
	padding: 10px 10px 0 0;
    text-align: right;
	font-size: 93%;
}
#header .navigation ul li {
    display: inline;
	padding-left: 10px;
}






/* contents
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents {
	margin : 0 0 10px;
}






/* footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer {
	background: #F0F7FF url(bg_footer.jpg) repeat-x left top;
	clear: both;
	text-align:center;
}

/* footer menu                      */
#footer .menu ul {
	padding: 5px 10px;
}
#footer .menu ul li {
	padding: 0 5px;
    display: inline;
}

/* footer navigation                */
#footer .navigation ul {
	padding: 5px 10px;
}
#footer .navigation ul li {
    display: inline;
	padding: 0 5px;
}

/* copyright                 */
#footer .copyright {
	padding: 5px 0;
	font-size: 85%;
}



