@charset "utf-8";

/*アイテム共通*/
* {
	margin: 0px;
	padding: 0px;
	border: none;
}
img {
	border: none;
    vertical-align: bottom;
}
a:link {
	color: #27a1c7;
	text-decoration: none;
}
a:visited {
	color: #5db8d5;
	text-decoration: none;
}
a:hover {
	color: #27a1c7;
	text-decoration: underline;
}
a:active {
	color: #27a1c7;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
.small {
	font-weight: normal;
	font-size: 10px;
}
.orange {
	color: #f26600;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block; 
}

/*Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*End hide from IE-mac \*/

body {
	background-color: #ebeffb;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*タイトルバック*/
#stage {
	background-image: url(../images/bgr_cmn04.gif);
	background-repeat: repeat-x;
}

/*ヘッダー*/
#header {
	width: 730px;
	margin: 0px auto;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(../images/bgr_cmn01.gif);
	background-repeat: repeat-y;
}
#header p {
	position: relative;
	top: -100px;
	margin-bottom: -10px;
	padding-right: 20px;
	text-align: right;
	font-size: 10px;
	line-height: 1em;
	color: #ffffff;
}
#header p a:link {
	color: #ffffff;
	text-decoration: none;
}
#header p a:visited {
	color: #ffffff;
	text-decoration: none;
}
#header p a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#header p a:active {
	color: #ffffff;
	text-decoration: underline;
}

/*フッター*/
#footer p{
	clear: both;
	float: left;
	width: 688px;
	background-color: #ececec;
	border: 1px solid #ececec;
	padding: 16px 20px;
	font-size: 10px;
	line-height: 2em;
}
#footer img{
	clear: both;
	margin: 0px;
	padding: 0px;
	border: none;
}

/*コンテンツバック*/
#main-stage {
	width: 730px;
	margin: 0px auto 20px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(../images/bgr_cmn02.gif);
	background-repeat: repeat-y;
}
#main {
	width: 730px;
	padding-top: 20px;
}

/*サイドメニュー*/
#sub {
	float: right;
	width: 200px;
	padding-right: 20px;
}
#navi01 {
	background-color: #ccd7e8;
	background-image: url(../images/white.gif);
	background-repeat: repeat;
	border: 1px solid #ccd7e8;
	margin-bottom: 10px;
	padding: 9px;
}
#navi01 li.level01 {
	list-style-type: none;
	padding: 2px 0px 9px 0px;
	line-height: 1em;
	font-weight: bold;
	color: #355fa4;
}
#navi01 li.level02 {
	list-style-type: none;
	margin-bottom: -18px;
}
#navi01 li.level02 p {
	margin: 0px;
	padding: 0px;
}
#navi01 li.level02 span {
	position: relative;
	top: -24px;
	right: -9px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
	color: #ffffff;
}
#navi01 li.level03 {
	background-color: #ffffff;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	list-style-type: none;
	font-style: italic;
	display: block;
	padding: 9px 0px 9px 9px;
	line-height: 1em;
}
#navi01 li.level03 img {
	position: relative;
	top: -3px;
}
#navi02 {
	background-color: #c9e8ef;
	background-image: url(../images/white.gif);
	background-repeat: repeat;
	border: 1px solid #c9e8ef;
	margin-bottom: 10px;
	padding: 9px;
}
#navi02 li.level01 {
	list-style-type: none;
	padding: 2px 0px 9px 0px;
	line-height: 1em;
	font-weight: bold;
	color: #27a1c7;
}
#navi02 li.level02 {
	list-style-type: none;
	margin-bottom: -18px;
}
#navi02 li.level02 p {
	margin: 0px;
	padding: 0px;
}
#navi02 li.level02 span {
	position: relative;
	top: -24px;
	right: -9px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	color: #ffffff;
}
#navi02 li.level03 {
	background-color: #ffffff;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	list-style-type: none;
	font-style: italic;
	display: block;
	padding: 9px 0px 9px 9px;
	line-height: 1em;
}
#navi02 li.level03 img {
	position: relative;
	top: -3px;
}
#navi02 li.level04 {
	background-color: #ffffff;
	border: 1px solid #b2b2b2;
	list-style-type: none;
	font-style: italic;
	display: block;
	padding: 9px 0px 9px 9px;
	line-height: 1em;
}
#navi02 li.level04 img {
	position: relative;
	top: -3px;
}

/*メインコンテンツ*/
#contents {
	float: left;
	width: 470px;
	padding-left: 20px;
}

/*見出しパタン*/
.title01 {
	width: 470px;
}
.title01 h1 {
	position: relative;
	top: -25px;
	left: 9px;
	margin-bottom: 0px;
	color: #ffffff;
	line-height: 1em;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}
.title02 {
	width: 470px;
}
.title02 p.inleft {
	position: relative;
	top: -20px;
	left: 10px;
	line-height: 1em;
	letter-spacing: 0.25em;
	font-size: 12px;
	font-weight: bold;
}
.title02 p.inright {
	position: relative;
	top: -32px;
	left: -10px;
	line-height: 1em;
	text-align: right;
	font-size: 10px;
	margin-bottom: -14px;
}
.title02 p.inright img {
	position: relative;
	top: -2px;
}
/*ジャンプメニュー無タイトル*/
.title03 {
	width: 470px;
}
.title03 p.inleft {
	position: relative;
	top: -20px;
	left: 10px;
	line-height: 1em;
	letter-spacing: 0.25em;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -4px;
}

/*特徴・写真ブロック*/
.previw {
	margin-bottom: 15px;
}
.previw p.right {
	float: right;
	margin-bottom: 5px;
}
.previw p.left {
	float: left;
	margin-bottom: 5px;
}
.previw h2 {
	color: #355fa4;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: 10px;
	font-style: italic;
	padding-right: 10px;
}
.previw h3 {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 14px;
}
.previw h4 {
	position: relative;
	top: -23px;
	left: 28px;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: -13px;
}

/*スペックプロック*/
.speck01 {
	margin-bottom: 15px;
}
.thread01 {
	width: 470px;
	border-bottom: 1px solid #b2b2b2;
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
}
.thread02 {
	width: 470px;
	margin: 0px 0px 5px 0px;
	clear: both;
}
.speck01 p.notes {
	margin-bottom: 5px;
}
.bgr20 {
	background-color: #ccd7e8;
}
.bgr50 {
	background-color: #6688bb;
	font-weight: bold;
	color: #FFFFFF;
}
.block01 {
	width: 110px;
	padding: 2px 0px 2px 4px;
	border: 1px solid #ccd7e8;
}
.block02 {
	padding: 0px 0px 0px 10px;
}
.block03 {
	border: 1px solid #b2b2b2; 
	border-collapse: collapse;
    border-spacing: 0;
}
.block03 td {
	padding: 4px;
	border: 1px #b2b2b2 solid;
	border-width: 0 0 1px 1px;
	white-space: nowrap;
	line-height: 1.1em;
	text-align: center;
}
.block03 td.aline-left {
	padding: 4px;
	border: 1px #b2b2b2 solid;
	border-width: 0 0 1px 1px;
	white-space: nowrap;
	line-height: 1.1em;
	text-align: left;
}

/*ジャンプメニュー*/
.jump01 {
	width: 470px;
}
.jump01 p.left {
	float: left;
	line-height: 1em;
}
.jump01 p.right {
	float: right;
	line-height: 1em;
	text-align: right;
	margin-bottom: 20px;
}
.jump01 img {
	position: relative;
	top: -1px;
}

/*コメント用 2009/11/24追加*/
.info {
	color: #f08080;
	font-size: 10px;
	padding-left: 4px;
}
.point {
	color: #f08080;
}

