/* --- header --- */

#header {
    color: #5f5f5f;
    font-size: 36px;
    text-align: left;
    margin: auto;
    padding: 5px 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #ffffff
}

/* --- fotter --- */

#footer {
	clear: both;
}

/* --- main --- */

body {
    background-color: white;
    color: #5f5f5f;
    margin: 0;
    padding: 0;
}

#body {
    background-color: white;
    color: #5f5f5f;
	text-align: left;
    margin-left: auto;
	margin-right: auto;
    text-align: left;
    font-size: 12px;
    text-align: left;
    width: 1000px;
    margin: auto;
    padding: 5px 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #ffffff
}

.title {
	background-image: url(img/title.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 161px;
	margin: 30px 0 30px 30px;
	padding: 0;
}

.table {
	background-image: url("");
	background-repeat: no-repeat;
	background-position: right bottom;
}

h1 {
	font-size: 36px;
	font-weight: 100;
	margin: 10px 0 5px 10px;
}

h2 {
	background-color: white;
	color: #cc7888;
	font-size: 12px;
	letter-spacing: 2px;
	margin: 10px 0;
	padding: 0 0 3px;
	border-width: 0 0 1px;
	border-style: dotted;
	border-color: #5f5f5f;
}

hr.line{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50), rgba(0,0,0,0)); 
}
/* ---
#body_left {
	float: left;
	width: 600px;
	height: 360px;
	padding: 0 0 10px 0;
    margin: 0px 0 17px 0px;
	overflow-y: scroll;
}

#body_right {
	color: #5f5f5f;
	font-size: 12px;
	line-height: 16px;
	text-align : left;
}
--- */
#menu {
	width: 100%;
	height: 30px;
	margin: 10px 0 20px 5px;
}

#footer_right {
    float: right;
}

.clearRight {  
    clear:right;  
}

.counter {
}

.list {
	background: transparent;
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style-type: none;
}

.list li {
	width: 120px;
	margin: 0;
	padding: 0;
	text-align: ;
	font-size: 14px;
	float: left;
}

.list a {
	display: block;
	position: relative;
	padding: 8px 0;
	font-weight: bold;
	text-decoration: none;
}

#top {
	width: 100%;
	height: 380px;
}

#main {
	width: 100%;
	height: 420px;
}

a {
	text-decoration: none;
}

a:link {
	color: #5f5f5f;
}

a:visited {
	color: #5f5f5f;
} 

a:hover {
	color: #cc7888;
}

a:active {
	color: #5f5f5f;
} 

blockquote {
	color: #555555;
	background-color: #FFFFFF; 
	border-style: solid; 
	border-width: 1px 1px;
	border-color: #cc7888;
	margin: 0px 80px; 
	padding: 17px 10px; 
	font-size: 14px;
}

.mainlog {
	color: #5f5f5f; 
	font-size: 12px;
	margin: 0 0 5px 0;
	line-height: 16px;

}
.moji_s {
	color: #5f5f5f;
	font-size: small; 
}

.moji_xs {
	color: #5f5f5f;
	font-size: x-small;
}

/* --- tab --- */

.tabs {
    position: relative;
	margin: 5px auto;
	width: 100%;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 120px;
	height: 30px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{
	left: 120px;
}
.tabs input#tab-3{
	left: 240px;
}
.tabs input#tab-4{
	left: 360px;
}

.tabs label {
	background: #e69297;
	background: -moz-linear-gradient(top, #f09ca2 0%, #e69297 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f09ca2), color-stop(100%,#e69297));
	background: -webkit-linear-gradient(top, #f09ca2 0%,#e69297 100%);
	background: -o-linear-gradient(top, #f09ca2 0%,#e69297 100%);
	background: -ms-linear-gradient(top, #f09ca2 0%,#e69297 100%);
	background: linear-gradient(top, #f09ca2 0%,#e69297 100%);
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	position: relative;
	padding: 0 20px;
    float: left;
	display: block;
	width: 80px;
	color: #5f5f5f;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 3px 3px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}

.tabs label:after {
    content: '';
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}

.tabs input:hover + label {
	background: #f09ca2;
}

.tabs label:first-of-type {
    z-index: 4;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs input:checked + label {
    background: #fff;
	z-index: 6;
}

.clear-shadow {
	clear: both;
}

.content {
    background: #fff;
	position: relative;
    width: 100%;
	height: 380px;
	z-index: 5;
}

.content div {
    position: absolute;
	top: 0;
	left: 0;
	padding: 10px 40px;
	z-index: 1;
    opacity: 0;

    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
}

.content-1 {
	float: left;
	width: 600px;
	height: 360px;
	padding: 0 0 10px 0;
    margin: 0px 0 17px 0px;
	overflow-y: scroll;
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}

.content div h2,
.content div h3{
	background-color : white;
	color: #cc7888;
	font-size: 12px;
	letter-spacing : 2px;
	margin: 10px 0;
	padding: 0 0 3px;
	border-width: 0 0 1px;
	border-style: dotted;
	border-color: #5f5f5f;
}

.content div p {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin: 0;
	color: #5f5f5f;
	padding-left: 15px;
}


/* --- bxslider --- */
.frameLine {
    border: solid 1px #CCC;
    padding: 20px;
}

.bx-wrapper {
	width: 1000px;
	height: 200px;
    margin: 0 auto;
    position: relative;
}

.bx-wrapper .bx-pager {
    text-align: center;
    margin-top: 5px;
}

.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    z-index: 9999;
}

.bx-prev {
    left: 10px;
}

.bx-wrapper .bx-next {
    right: 10px;
}

.bx-pager a {
    background: #5f5f5f;
    text-indent: -9999px;
    display: block;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/* --- ナビゲーションバー --- */
.nav {
	width: 802px; /* ナビゲーションの幅 */
	background-color: #ffffff; /* ナビゲーションの背景色 */
	border-top: 1px #ffffff solid; /* 上枠線 */
	border-bottom: 1px #ffffff solid; /* 下枠線 */
	font-size: 90%;
}

/* --- メニューエリア --- */
.nav .nl {
	width: 800px; /* メニューの幅 */
	margin: 0 auto; /* センターに配置 */
	padding: 0;
	background-color: #ffffff; /* メニューの背景色 */
	border-right: 1px #ffffff solid; /* メニューの右枠線 */
	border-left: 1px #ffffff solid;
	list-style-type: none;
	text-align: center;
}

/* --- メニュー項目 --- */
.nav .nl li {
	width: 100px; /* 項目の幅 */
	float: left;
}

/* --- リンク --- */
.nav .nl li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 8px 2px; /* リンクエリアのパディング（上下、左右） */
	border-right: 1px #ffffff solid; /* リンクエリアの左枠線 */
	text-decoration: none; /* テキストの下線（なし） */
}

/* --- ポイント時の設定 --- */
.nav .nl li a:hover {
	background-color: #00e0e0; /* ポイント時の背景色 */
	text-decoration: none; /* テキストの下線 */
	color: #ffffff;
}

/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}

.clearFix {
	min-height: 1px;
}
