﻿@charset "UTF-8";

/* Share Style ----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	background: url(../images/common/body-bg.gif); 
	background-color: #FFF;
	z-index: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p,li,dt,dl {
	line-height: 1.8;
}

p {
	margin: 0 0 1.6em 0;
}

li {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

hr {
	display: none;
}

strong {
	font-style: bold;
}

em {
	font-style: normal;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}



/* Link Color ----------------------------------------------------------- */

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #F6F;
	text-decoration: underline;
}

a:hover, a:active {
	color: #F0C;
	text-decoration: none;
}



/* background  ----------------------------------------------------------- */


body > #outer {
	height: 100%;
}

#outer > #container {
	height: auto;
}



/* header  ----------------------------------------------------------- */

#header {
	height: 120px;
	width: 900px;
	padding: 0;
	margin: 0 0 0 0;
	position: relative;
	z-index: 5;
}



/* catch  ----------------------------------------------------------- */

#catch {
	width: 860px;
	height: 270px;
	background: url(../images/common/catch-bg.png) no-repeat;
	margin: 0 auto 10px auto;
	position: relative;
	z-index: 5;
}




/* container  ----------------------------------------------------------- */

#outer {
	width: 920px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../images/common/cont-shadow.png) repeat-y;
	background-position: top;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 2;
}

#container {
	width: 900px;
	min-height: 100%;
	height: 100%;
	background: url(../images/common/cont-bg.jpg) repeat-x;
	background-position: top;
	background-color: #FFF;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 4;
}

#graghy {
	width: 880px;
	height: 450px;
	background: url(../images/common/body-bg-flower.png) no-repeat;
	background-position: top;
	text-align: right;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}


/* container mainarea  ----------------------------------------------------------- */

#mainarea {
	width: 860px;
	text-align: left;
	margin: 0 auto 0px;
	padding: 0;
	position: relative;
	z-index: 5;
}



/* container mainarea main  ----------------------------------------------------------- */

#main {
	width: 642px;
	display: inline;
	float: right;
	color: #333;
	font-size: 1.0em;
	line-height: 1.8;
	text-align: left;
	margin: 0 5px 0 0px;
	padding: 0 0 0 0;
	position: relative;
	z-index: 6;
}



/* container mainarea main sidebar  ----------------------------------------------------------- */

#sidebar {
	width: 200px;
	display: inline;
	float: right;
	margin: 0 8px 0 0px;
	padding: 0;
	position: relative;
	z-index: 6;
}



/* header content ----------------------------------------------------------- */

#headernav {
	float: right;
	padding: 0;
	position: absolute;
	bottom: 0px;
	right: 25px;
	z-index: 6;
}

* html #headernav { bottom: 7px; }
*:first-child+html #headernav { bottom: 7px; }
head~/* */body #headernav { bottom: 7px; }
html:not(:target) #headernav { bottom: 0px; }

#headernav div {
	text-align: right;
	line-height: 1.2;
	margin: 0;
	padding: 1px 0 0 0;
}

#headerlogo {
	float: left;
	padding: 0;
	position: absolute;
	top: 6px;
	left: 8px;
	z-index: 6;
}






/* header navigation  ----------------------------------------------------------- */

ul#HNav {
	color: #C2C0C4;
	list-style-type: none;
	margin: 0;
}

ul#HNav li {
	list-style-type: none;
	text-align: left;
	display: inline;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
}



/* catch content  ----------------------------------------------------------- */

#catchside {
	width: 200px;
	height: 260px;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 4;
}


ul#catchMenu {
	width: 200px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 100;
}

ul#catchMenu li {
	list-style-type: none;
	height: 65px;
	text-align: left;
	margin: 0;
	padding: 0;
	z-index: 100;
}

ul#catchMenu li img {
	vertical-align: bottom;
}

#catchmain {
	width: 650px;
	height: 260px;
	display: inline;
	float: right;
	color: #333;
	text-align: left;
	margin: 0;
	padding:  0;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 6;
}



/* container mainarea main sidebar  ----------------------------------------------------------- */

ul#SubMenu {
	width: 180px;
	list-style-type: none;
	margin: 3px 0 4.4em 3px;
	padding: 0;
	z-index: 100;
}

ul#SubMenu li {
	list-style-type: none;
	color: #333;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: left;
	margin: 0;
	padding: 0.3em 0 0.3em 24px;
	z-index: 100;
	background: url(../images/common/list-flower.jpg) no-repeat left 0.3em;
}

ul#blogbann {
	width: 204px;
	list-style-type: none;
	margin: 0 0 0 -2px;
	padding: 0;
	z-index: 100;
}

ul#blogbann li {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	z-index: 100;
}

div.sideblogtxt {
	text-align: left;
	margin: 2px 4px 10px 4px;
	padding: 0px 0px 0px 4px;
	z-index: 100;
}



/* footer  ----------------------------------------------------------- */

#footer, .push {
	height: 100px; /* .push must be the same height as .footer */
}

#footer {
	width: 100%;
	background-color: #FFF;
	border-top: 4px solid #333;
	margin: 20px 0 0 0;
	padding: 0;
	bottom:0px;
	z-index: 5;
}



/* footer content  ----------------------------------------------------------- */


#footernav {
	margin: 0 auto;
	padding: 16px 0 8px 0;
	text-align: center;
	z-index: 6;
}

#footernav a {
	text-decoration: none;
}

#footernav a:link,
#footernav a:visited {
	color: #F6F;
	text-decoration: none;
}

#footernav a:hover,
#footernav a:active {
	color: #F0C;
	text-decoration: underline;
}



ul#FNavMain, ul#FNavSub {
	margin: 0 auto;
}

ul#FNavMain li, ul#FNavSub li {
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.2;
	display: inline;
	margin: 0;
	padding: 0 9px 0 4px;
	background: url(../images/common/nav-line.gif) no-repeat right center;
}

/*for IE6 */
* html ul#FNavMain li {
	padding: 0 2px 0 2px;
}

* html ul#FNavSub li {
	margin: 0;
	padding: 0 2px 0 2px;
}


/*for IE7 */
*:first-child+html ul#FNavMain li {
	margin: 0;
	padding: 0 4px 0 8px;
}



ul#FNavMain li.fnavend {
	list-style-type: none;
	background: url(../images/common/nav-line-off.gif) no-repeat left center;
}


#copyright {
	height: 33px;
	clear: both;
	font-size: 1em;
	text-align: center;	
	line-height: 33px;
}


