@charset "utf-8";
@import url("ctd.css");
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
	background-attachment: fixed;
	background-image: url(../temp_img/back_img.jpg);
	background-repeat: no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	line-height: 1.4em;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
	margin-bottom: 0px;
	margin-left: 5px;
}
.banar_box p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
}
.banar_box h2 {
	font-size: 14px;
	color: #039;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #039;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../temp_img/sub_back2.jpg);
	background-repeat: repeat-x;
	height: 18px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #039;
}


a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 930px; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	background-image: url(../temp_img/con_back.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	width: 920px;
	margin-right: 5px;
	margin-left: 5px;
	height: 65px;
}

/* ~~ レイアウトに使用するカラムです。~~ 

1) 余白は、div の上部または下部にのみ配置されます。これらの div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

2) カラムはすべてフロートしているため、マージンは指定されていません。マージンを追加する必要がある場合は、フロート方向には指定しないでください (例えば、右フロートに設定した div の右マージン)。多くの場合、代わりに余白を使用できます。このルールに従わない場合は、div のルールに「display:inline」宣言を追加し、一部のバージョンの Internet Explorer でマージンが 2 倍になるバグを回避する必要があります。

3) クラスはドキュメント内で複数回使用できるので (またエレメントには複数のクラスを適用できます)、カラムには ID ではなくクラス名が割り当てられます。例えば、必要に応じて 2 つのサイドバー div をスタックできます。クラスを各ドキュメントで一度しか使用しないのであれば、ユーザーの好みに応じて、クラス名を ID に変更することができます。

4) ナビゲーションを右ではなく左に配置したい場合、これらのカラムを反対方向にフロートさせると (すべて右方向にする代わりに、すべて左方向に設定)、反転してレンダリングされます。HTML ソース内で div を移動する必要はありません。

*/
.sidebar1 {
	float: right;
	width: 220px;
	padding-bottom: 10px;
	margin-right: 20px;
	padding-top: 10px;
}
.content {
	width: 635px;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-right: 10px;
	margin-bottom: 30px;
}

/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 0px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}

/* ~~ ナビゲーションリストのスタイル付け (Spry などの事前作成済みのフライアウトメニューを使用する場合は削除できます) ~~ */
ul.nav {
	list-style: none; /* リンク用の上部のボーダーを作成します。他のすべてのものは LI 上で下部のボーダーを使用して配置されます。 */
	margin-bottom: 5px; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
}
ul.nav li {
	margin-bottom: 5px;
}
ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	display: block;  /*この幅により、IE6 でボタン全体をクリックできるようになります。IE6 をサポートする必要がない場合は削除できます。適切な幅を計算するには、サイドバーコンテナの幅からそのリンクの余白を減算します。 */
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	color: #FFF;
}

/* ~~ フッター ~~ */
.footer {
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	background-image: url(../temp_img/under.jpg);
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: right;
	font-size: 12px;
	color: #FFF;
	height: 160px;
	margin-top: 20px;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#mainimage {
	clear: both;
	width: auto;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#pagetytle {
	clear: both;
	width: auto;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}

#infomation {
	height: 180px;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
	background-image: url(../temp_img/info_toptytle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	font-size: 14px;
	line-height: 1.4em;
	padding-left: 0px;
	border: 1px solid #666;
}
#infomation2 {
	height: auto;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	line-height: 1.4em;
	padding-left: 10px;
	border: 1px solid #666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#infomation ul li {
	list-style-image: url(../temp_img/head_mark.gif);
	list-style-type: none;
	margin-bottom: 7px;
}
#topnavi {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 15px;
	height: 250px;
}
.table_box {
	width: 600px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 12px;
	border: 1px solid #0080CB;
	clear: both;
	line-height: 1.4em;
}
.table_box4 {
	width: 600px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 12px;
	border: 1px solid #999999;
	clear: both;
	line-height: 1.4em;
	padding: 5px;
	height: auto;
}


.table_box2 {
	width: 600px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 12px;
	clear: both;
	margin-top: 10px;
	line-height: 1.6em;
}
.container .content .policy_box p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 1em;
}
.policy_box h2 {
	font-size: 14px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}


.policy_box {
	width: 600px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 12px;
	clear: both;
	margin-top: 10px;
	line-height: 1.6em;
}

.table_box3 {
	width: 600px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 12px;
	clear: both;
	margin-top: 10px;
	line-height: 1.6em;
	border: 1px solid #999;
	padding-bottom: 10px;
	padding-top: 0px;
}
.table_box6 {
	width: 270px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 25px;
	font-size: 12px;
	clear: right;
	margin-top: 10px;
	line-height: 1.6em;
	border: 1px solid #999;
	padding-bottom: 10px;
	padding-top: 0px;
	float: left;
}
.table_box5 {
	width: 500px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 12px;
	clear: both;
	margin-top: 10px;
	line-height: 1.6em;
	padding-bottom: 10px;
	padding-top: 0px;
}

.table_box2 p {
	padding: 0px;
	margin: 0px;
}


.center_box {
	width: 550px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 12px;
	margin-top: 20px;
	text-align: center;
	clear: both;
}
.center_box3 {
	width: 610px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 12px;
	margin-top: 5px;
	text-align: center;
	clear: both;
}
.center_box2 {
	width: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 14px;
	margin-top: 0px;
	text-align: center;
}


.banar_box {
	width: 620px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 14px;
	height: auto;
	line-height: 1.2em;
	clear: both;
	text-align: left;
}
.con_box_l {
	padding: 5px;
	float: left;
	height: auto;
	width: 285px;
	border: 1px solid #CCC;
	margin: 5px;
}
.con_box_l2 {
	padding: 5px;
	float: left;
	height: auto;
	width: 600px;
	border: 1px solid #CCC;
	margin: 5px;
}
.img_left {
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	padding: 5px;
}
.shopitem {
	height: auto;
	width: 275px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	float: left;
	padding: 5px;
	text-align: center;
	border: thin solid #E7E7E7;
}
.img_left2 {
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	float: left;
	padding: 5px;
}

.img_light {
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: right;
	padding: 5px;
	clear: right;
}





.tyuusyaku {
	font-size: 14px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	text-indent: -1em;
	line-height: 1.4em;
}


.topnavi_icon {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	height: 70px;
	margin-right: 5px;
	box-shadow: 1px 1px 1px #666;

}
#head_navi {
	clear: right;
	float: right;
	height: 55px;
	margin-bottom: 5px;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 20px;
	width: 620px;
	overflow: hidden;
}
#head_navi ul {
	list-style-type: none;
	text-align: right;
}
#under_navi a {
	color: #FFF;
}
#head_navi ul li {
	float: left;
	height: auto;
	width: auto;
	margin-right: 5px;
	margin-bottom: 2px;
	text-align: center;
	display: block;
	border: 1px dotted #999;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
}


#Insert_logo {
	float: left;
	margin-left: 15px;
}
.container .footer p {
	margin: 0px;
}
#under_navi {
	margin-bottom: 15px;
}
a img {
    border-style:none;
}
a:hover img{
	filter: alpha(opacity=70); /*For IE*/
	opacity: 0.7; /*Opera・Safari*/
	-moz-opacity: 0.7; /*For FireFox*/
}
#page_mainimg {
	height: auto;
	width: 622px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#page_mainimg2 {
	height: 300px;
	width: 622px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#page_mainimg3 {
	height: 400px;
	width: 622px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.table_box2 .box01 h2 {
	font-size: 14px;
	font-weight: bold;
	background-color: #9CF;
	margin-left: 150px;
	padding: 3px;
	margin-bottom: 5px;
	color: #039;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #039;
}


#under_navi p {
	line-height: 1.8em;
}

.content h3 {
	font-size: 16px;
	font-weight: bold;
	color: #0080CB;
	margin-bottom: 20px;
	background-color: #9CF;
	display: block;
	height: 21px;
	width: 595px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-image: url(../temp_img/sub_back.gif);
	background-repeat: no-repeat;
}
.content .table_box4 h3 {
	font-size: 14px;
	font-weight: bold;
	color: #03C;
	background-image: url(../temp_img/sub_back.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
.table_box4 ul {
	margin-left: 1em;
}
.content .table_box4 ul li {
	margin-left: 170px;
	margin-bottom: 5px;
}



.waku_name {
	font-size: 16px;
	font-weight: bold;
	color: #0080CB;
	margin-bottom: 5px;
	background-color: #9CF;
	display: block;
	height: 21px;
	width: 595px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-image: url(../temp_img/sub_back.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
}
.waku_name_haloween {
	font-size: 16px;
	font-weight: bold;
	color: #E95F0E;
	margin-bottom: 5px;
	background-color: #F4C830;
	display: block;
	height: 21px;
	width: 595px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-top: 0px;
}
.waku_name_2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
	background-color: #157DD3;
	display: block;
	height: 21px;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-top: 0px;
	text-align: center;
}
.waku_name_xmas {
	font-size: 16px;
	font-weight: bold;
	color: #EF3A3A;
	margin-bottom: 14px;
	background-color: #A1DD88;
	display: block;
	height: 21px;
	width: 555px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 45px;
	margin-top: 0px;
	background-image: url(../aqualab/1411/xmas_icon01.png);
	background-repeat: no-repeat;
}
.waku_name_newyear {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 14px;
	background-color: #75A4E4;
	display: block;
	height: 21px;
	width: 555px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 45px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-image: url(../aqualab/1412/icon_matsu.png);
}
.waku_name_special {
	font-size: 16px;
	font-weight: bold;
	color: #6B5B16;
	margin-bottom: 5px;
	display: block;
	height: 25px;
	width: 595px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-repeat: repeat-x;
	margin-top: 0px;
	background-image: url(../temp_img/spe_back.jpg);
}


/* iframe marinepia-news */

#info {
	border : 0px;
	padding : 0px;
	margin : 0px;
	width : 100%;
	height : 100%;
	scroll : none;
}

/* staff blog */
#leftside {
  margin-left : 20px;
  float:left;
}

#content_blog {
  float:left;
}
#list {
  text-align : left;
  font-size : 9pt;
}
.content p {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.under_line1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399CC;
	padding-right: 2px;
	padding-left: 2px;
}
.font_mini {
	font-size: 12px;
	line-height: 1.4em;
}
#live_cap {
	font-size: 12px;
	line-height: 1.4em;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	width: 0px;
}

#live_body {
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	height: 370px;
	background-image: url(../live/live_back_white.png);
	background-repeat: repeat-y;
}
#nakama_body {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	height: auto;
	background-image: url(../nakama/nakama_back_white.png);
	background-repeat: repeat-y;
}
#nakama_photo {
	height: auto;
	width: 480px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#nakama_body p {
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
}
.container .content blockquote {
	padding-left: 1em;
	margin: 0px;
}
.box01 {
	width: 290px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	float: left;
	height: 190px;
}
.table_box2 .box01 p {
	margin-left: 150px;
}
.font_right {
	text-align: right;
}
.table_box2 p {
	padding: 0px;
}
.box01 p {
	line-height: 1.4em;
}
#movie {
	width: 400px;
	margin-top: 5px;
	margin-right: 50px;
	margin-left: 50px;
	text-align: center;
}
#movie h2 {
	color: #0066FF;
	font-size: 14px;
	text-align: center;
	background-color: #99FFFF;
	width: 100%;
}
.font_red {
	color: #F90B0F;
	font-weight: bold;
}
.side_220 {
	width: 220px;
	margin-bottom: 5px;
}
.table_box p {
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.waku_name_special img {
	margin-right: 5px;
	margin-bottom: -3px;












}
.phitobox {
	margin: 5px;
	float: left;
	height: auto;
	width: 173px;
	text-align: center;
}
.phitobox img {
	width: 160px;
	height: auto;
}
.shopitem img {
	width: 250px;
	height: auto;
}
.shop_info {
	font-size: 14px;
	padding: 5px;
	height: 85px;
	width: 250px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.shopitem .shop_info h2 {
	color: #264F80;
	font-weight: bold;
	font-size: 14px;
	background-color: #AFE7FB;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
}
.shop_price {
	font-size: 14px;
	font-weight: bold;
	color: #D53241;
	text-align: right;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px dotted #353535;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.shopitem .shop_info p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
}
.content #infomation2 p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
