﻿@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

img,
object,
embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* 汎用クラス */
[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left .5em;
}

.mark1 {
  background-image: url(../img/share/mark_1.gif);
}

.mark2 {
  background-image: url(../img/share/mark_2.gif);
}

.mark3 {
  background-image: url(../img/share/mark_3.gif);
}

.mark4 {
  background-image: url(../img/share/mark_4.gif);
}

.mark5 {
  background-image: url(../img/share/mark_5.gif);
}

.opacity, .opTest img:hover {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55.0);
  -ms-filter: "alpha(opacity=55.0)";
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.box_size, .test {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* clearfix */
.clearfix, .test, #contents, #header #nav {
  *zoom: 1;
}
.clearfix:after, .test:after, #contents:after, #header #nav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* TEST */
.test {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 5px 10px 2px 12%;
  -moz-border-radius: 5px 10px 2px 12%;
  -ms-border-radius: 5px 10px 2px 12%;
  -o-border-radius: 5px 10px 2px 12%;
  border-radius: 5px 10px 2px 12%;
  -webkit-background-size: 100px auto;
  -moz-background-size: 100px auto;
  -ms-background-size: 100px auto;
  -o-background-size: 100px auto;
  background-size: 100px auto;
  min-height: 777px;
  _height: 777px;
  background: url(../img/share/bg_test.gif);
  font-size: 139%;
}

/*----------------------------------------------------
	element style
----------------------------------------------------*/
body {
  background: white;
  background: url(../images/indexbg.gif);
  border-top: 4px solid #e73562;
  color: #000;
  font-family: Sans-Serif;
}

input, textarea {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html body, * html input, * html textarea {
  font-family: Sans-Serif;
}

.externalIcon {
  margin: 0 3px;
  vertical-align: middle;
}

a:link {
  color: #ffcc00;
}
a:visited {
  color: #ffcc00;
}
a:hover {
  text-decoration: none;
  color: #990000;
}
a:active {
  color: #ffcc00;
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
  width: 900px;
  margin: 0 auto;
  padding: 0;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
  width: 870px;
  padding: 0;
  background: #660000;
}
#contents .pageTop {
  clear: both;
  margin: 0;
  text-align: right;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header {
  width: 830px;
  padding: 20px;  
  background-image: url(../images/h1bg.png);
}
div#header h1   {
	padding-left: 10px;
	color:#ff0066;
	font-size: 50px;
	font-family:serif;
}
#header #nav li {
  float: left;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer {
  width: 870px;
  background: #000;
  text-align: center;
  padding-top: 10px;
  color: #999;
}

#footer ul {
  margin-left: 10px;
}

#footer li {
  padding: 5px 5px;
  float:left;
}
#footer .copyright {
  padding-top: 10px;
}


/* menu要素 
----------------------------------------------------------- */  
#menu{
	background-color: #000000;
	padding-top: 7px;
	padding-bottom: 3px;
	margin: 0;
	border-top: 1px #993333 solid; /* 項目の上境界線 */
	width: 870px;
	height: 25px;
	color: #993333;
	text-decoration:none; text-indent:0px; 
	text-align: center;
  font-size: 15px;
}

#menu a {
  font-family: Serif;
	color: #ffcc00;
	text-decoration:none; text-indent:0px;
	padding:0 0 0 13px; font-weight:bold; margin:0; width:inherit;
	background-color:#000000; 
}
#menu a:hover {
	background:url(../images/navi_h.png) no-repeat 2px 2px; 
}

/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main {
  float: right;
  width: 600px;
  background: #660000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #cc9933;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
#main table, #main ol, #main ul, #main dl, #main blockquote, #main pre, #main p {
  margin-bottom: 15px;
}

.pink{ color:#ff0066; }

h2 {
  color: #000000;
  font-size: 16px;
  font-family:serif;
}

h3 {
  color: #ffcc00;
  font-size: 16px;
  font-family:serif;
}

h4 {
  color: #ff0066;
  font-size: 16px;
  font-family:serif;
}

h5 {
  color: #660000;
  font-size: 16px;
  font-family:serif;
}

textarea.new{
	width: 178px;
	height: 10em;
	line-height: 1.5em;
	border: 1px dashed #ffffff;
	margin-left: 25px;
	margin-bottom: 7px;
	padding: 10px;
	color: #ffffff;
	background: #000000;
}


.dc {float: left; font-size: 24pt; width: 1em; height: 1em; font-weight:double;}

#mainContentsInner{
	padding: 10px 10px 20px;
	letter-spacing: 0.2em;
	height: 100%;
}

#mainBox{
	background:url(images/bgbox.png) no-repeat; 
	background-position: center;
	margin-left: 10px;
	padding: 130px 130px 200px;
	color: #fff6d8;
}

/* --- ボックス --- */
div.section {
	width: 600px; /* ボックスの幅 */
	padding-bottom: 1px; /* ボックスの下パディング */
	margin: 10px auto;
	background-color: #000000; /* ボックスの背景色 */
}

div.section div.heading {
	margin: 0 0 1em; /* 見出しエリアのマージン（上、左右、下） */
	padding: 5px; /* 見出しエリアのパディング */
	background: #3f3f3f url(head2.gif) repeat-x top; /* 見出しエリアの背景 */
	border: 1px #666666 solid; /* 見出しエリアの境界線 */
}

div.section h3 {
	margin: 0;
	padding: 2px 0 2px 7px; /* 見出しのパディング（上右下左） */
	border-left: 4px #ff0066 solid; /* 見出しの左境界線 */
	font-size: 100%; /* 見出しの文字サイズ */
	color: #ffcc00; /* 見出しの文字色 */
	line-height: 100%;
}

/* --- ボックス内の段落 --- */
div.section p {
	margin: 1em 10px; /* 段落のマージン（上下、左右） */
	color: #ffcc00;
}

p.top {
	margin-right: 10px;
	text-align: right;
}

div.bgblack {
	margin-top: 10px;
    padding: 20px;
	background: #000;
	border: 1px solid #666;
	letter-spacing: 0.2em;
	line-height: 140%;
    /* IE以外なら丸角も！ */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/* --- 新着情報エリア --- */
div.update {
width: 520px; /* 新着情報エリアの幅 */
}

/* --- 見出し --- */
div.update h3 {
margin: 0 0 5px; /* 見出しのマージン（上、左右、下） */
font-size: 100%;
}

/* --- 新着リスト --- */
div.update dl {
width: 100%; /* 新着リストの幅 */
margin: 0;
border-top: 1px #ff0000 dotted; /* 新着リストの上境界線 */
}

/* --- 日付エリア --- */
div.update dt {
width: 130px; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%;
}

/* --- 本文エリア --- */
div.update dd {
margin: 0;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #000 dotted; /* 本文エリア下境界線 */
line-height: 120%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/*----------------------------------------------------
	#sub
----------------------------------------------------*/
#sub {
  float: left;
  width: 250px;
  height: 100%;
  background: #996600;
}

#sideContentsInner{
	margin-left: 15px;
	padding: 10px 10px 20px;
}

#menuBox{
	background:url(../images/ber.png) no-repeat; 
	width: 209px;
	height: 59px;
	margin-left: 20px;
	padding: 20px 40px 0px;
	font-size: 20px;
	font-family:serif;
	color: #ffcc00;
	font-weight: bold;
}

#menuBox a {
	color: #ffcc00;
}

#menuBox a:hover {
	color: #000000;
}

#sideBox{
	background:url(../images/bgside.png) no-repeat; 
	margin-left: 30px;
	height: 216px;
	padding: 37px 35px 0;
	color: #ffcc00;
}

/* --- リストエリア --- */
ul.list {
margin: 0;
padding: 0;
list-style-type: none;
}

/* --- リスト項目 --- */
ul.list li {
	margin-left: 20px;
	padding: 0 0 5px 25px; /* 項目のパディング（上右下左） */
	background: url(../img/top/list.png) no-repeat 5px 0.4em; /* マーカー画像 */
	line-height: 160%;
	font-size: 14px;
}

/* --- link --- */
#sidelink {
	margin-left: 25px;
	line-height: 200%;
	font-size: 14px;
}

/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
@media print {
  * html body {
    zoom: .7;
  }
}