@charset "Shift_JIS";		/* このファイル内での文字コード指定 */

/* style.css */

/* ver. 1 */


/*===============================*/
/*              ユーザインタフェース      　　　　*/
/*===============================*/


#top-ring
	{
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:200px;
	}

#titlebar
	{
	position:absolute;
	left:200px;
	top:0px;
	width:750px;
	height:100px;
	background-color:#000000;
	}

#overlay
	{
	position:absolute;
	left:32px;
	top:25px;
	width:143px;
	height:143px;
	z-index:101;
	}

#lastupdate
	{
	position:absolute;
	left:450px;
	top:0px;
	width:320px;
	height:19px;
	background-color:#000000;
	z-index:100;
	padding-bottom:0px;
	}

#main
	{
	position:absolute;
	left:200px;
	top:155px;
	width:550px;
	}

#top_main
	{
	position:absolute;
	left:200px;
	top:155px;
	width:550px;
	
	
  background-image : url(../../images/Al_S4R.jpg);
}

#headline
	{
	position:absolute;
	left:220px;
	top:110px;
	width:500px;
	padding-top:1px;
	padding-bottom:3px;
	background-color:#ffffff;
	}

#sub
	{
	position:absolute;
	left:769px;
	top:100px;
	width:180px;
	padding-top:10px;
	background-color:#ffffff;
	}

#naviarea
	{
	position:absolute;
	left:0px;
	top:200px;
	width:149px;
	height:546px;
	}


/*===============================*/
/*            　　　　  汎   用   　　　　　　　　*/
/*===============================*/

body
	{
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	}

p
	{
	font-size:100%;
	color:#222222;
	margin: 1em 0;
	line-height:125%;
	}

h1, h2, h3, h4, h5, h6,
div, pre, address, blockquote
	{
	display: block;
	padding: 0;
	}

a:link
	{
	color:#3557de;
	}

a:visited
	{
	color:#888888;
	}

a:active,
a:focus
a:hover
	{
	color: #de0d2d;
	}

a img
	{
	border: 0px solid;
	}

/* =========== リスト =========== */

ul, dl, ol
	{
	display: block;
	margin: 1em 0;
	}

ul, ol
	{
	padding-left: 0;
	}

ul
	{
	list-style-type: disc;
	}

li
	{
	display: list-item;
	font-size:90%;
	margin-left: 3em;
	margin-bottom: 0.5em;
	line-height: 110%;
	}

ol
	{
	list-style-type: decimal;
	line-height: 130%;
	}

ul ul
	{
	margin-left: 2em;
	margin-top: 0.2em;	
	margin-bottom: 0.5em;
	list-style-type: square;
	}

ul ul li
	{
	margin-bottom: 0.2em;
	}

dt
	{
	font-weight: bold;
	}

dd
	{
	margin-top: 0.2em;
	margin-bottom: 1em;
	margin-left: 4em;
	line-height: 1.5;
	}

/*===============================*/
/*             目的別テキストプロパティ 　　　　*/
/*===============================*/


p.lastupdate	/*更新日時を示す*/
	{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#ffffff;
	margin:0px 20px 0px 0px;
	text-align:right;
	z-index:102;
	}

p.headline	/*更新日時を示す*/
	{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#000000;
	margin:0px 20px 0px 0px;
	z-index:109;
	}

p.footlinks	/*ページ下リンク用*/
	{
	font-size:80%;
	text-align:center;
	}

p.copyright	/*著作権表示*/
	{
	font-size:70%;
	color:#aaaaaa;
	text-align:right;
	}

.comment	/*コメント*/
	{
	font-size:95%;
	font-weight:normal;
	margin-left:3em;
	}

.linkcomment
	{
	font-weight:normal;
	margin-left:3em;
	}

p.small	/*本文中のちょっとした注釈*/
	{
	font-size:85%;
	font-weight:bold;
	}

/*===============================*/
/*           　　　テキストボックス　　　　　　*/
/*===============================*/


div.article	/*アーティクル用*/
	{
	position:relative;
	margin:0px 20px 20px 5px;
	padding:1px 10px 5px 85px;
	border-color:#333333;
	border-style:dotted;
	border-width:2px 0px 0px 2px;
	/*background-image:url("../water_corner2.jpg");*/
	background-repeat:no-repeat;
	}

div.article h1	/*各アーティクルの大見出し*/
	{
	position:relative;
	margin: 0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	border-style:dotted;
	border-width:0px 4px 4px 0px;
	border-color:gray;
	color:#950747;
	font-size:135%;
	font-weight:bold;
	/*background-image:url("../grid_white_2x2.gif");*/
	}

.article span.date	/*各アーティクルの大見出し*/
	{
	position:relative;
	margin: 0px 0px 5px 0px;
	padding:5px 5px 5px 5px;
	color:#495d85;
	font-size:80%;
	font-weight:bold;
	}

div.article h3	/*各アーティクルの小見出し*/
	{
	color:#000066;
	font-size:110%;
	font-weight:bold;
	text-align:center;
	}
	
div.article img
	{
	z-index:+1;
	}
	
div.article p	/*アーティクル内本文*/
	{
	font-size:95%;
	}

div.default	/*一般的なテキストボックス*/
	{
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	}
div.default h1
	{
	font-size:150%;
	color:#413870;
	}

div.default p	/*一般的なテキストボックス内テキスト*/
	{
	font-size:100%;
	color:#222222;
	line-height:1.5;
	}

div.default img
	{
	margin:10px;
	}

.sectionname	/*アルバム用*/
	{
	margin:10px 20px 0px 32px;
	padding:3px 10px 3px 10px;
	background-color:#000066;
	color:#e87c09;
	text-align:left;
	font-weight:bold;
	}

div.section	/*アルバム用*/
	{
	position:relative;
	margin:0px 20px 10px 5px;
	padding:10px 10px 10px 10px;
	border-color:#3333ff;
	border-style:solid;
	border-width:1px 0px 0px 1px;
	}


.albumname	/*アルバム用*/
	{
	margin:10px 20px 0px 32px;
	padding:3px 10px 3px 10px;
	background-color:#000066;
	color:#e87c09;
	text-align:left;
	font-weight:bold;
	}

div.album	/*アルバム用*/
	{
	position:relative;
	margin:0px 20px 10px 5px;
	padding:10px 10px 10px 10px;
	border-color:#3333ff;
	border-style:solid;
	border-width:1px 0px 0px 1px;
	}

div.album li
	{
	margin-left: 200px;
	}

div.album img
	{
	 float:left;
	 margin:10px;
	 }

p.release
	{
	color:#888888;
	font-size:60%;
	font-style:italic;
	}

div.linkbox
	{
	position:relative;
	font-size:100%;
	margin:10px 30px 5px 0px;
	padding:0px 0px 0px 8px;
	border-style:dotted;
	border-color:#115c4a;
	background-color:#93c4cf;
	border-width:2px 0px 2px 0px;
	z-index:200;
	}

div.linkbox2
	{
	position:relative;
	font-size:100%;
	margin:10px 0px 5px 30px;
	padding:0px 0px 0px 8px;
	border-style:dotted;
	border-color:#aaaaa0;
	background-color:#eeeee0;
	border-width:2px 0px 2px 0px;
	z-index:200;
	}

div.linkbox a,
div.linkbox2 a,
	{
	font-size:110%;
	font-weight:bold;
	}

.indigoband	/*青バック見出し*/
	{
	padding:5px;
	color:#ffffff;
	width:100%;
	background-color:#413870;
	text-align:center;
	}

.blackband	/*黒バック見出し*/
	{
	padding:5px;
	color:#ffffff;
	width:100%;
	background-color:#413870;
	text-align:center;
	}

.kakomi		/*かこみ*/
	{
	margin:10px 30px 10px 30px;
	padding:0px 10px 10px 10px;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	}

.redbox
	{
	position:relative;
	border-color:#ff2f0f;
	background-color:#ffccda;
	border: 1px solid;
	padding: 6px 6px;
	text-align:center;
	font-size:100%;
	}

.bluebox
	{
	position:relative;
	border-color:#000066;
	background-color:#bddcff;
	border: 1px solid;
	padding: 6px 6px;
	text-align:center;
	font-size:100%;
	}

/*===============================*/
/*            右ペイン用テキストボックス　　　　*/
/*===============================*/
div.subred		/*右ボックス赤バージョン*/
	{
	position:relative;
	font-size:80%;
	margin:10px 10px 10px 0px;
	padding:10px 10px 10px 10px;
	border-style:solid;
	border-color:#fc4454;
	background-color:#fcc7b1;
	border-width:0px 0px 2px 10px;
	z-index:200;
	}
	
div.subblue		/*右ボックス青バージョン*/
	{
	position:relative;
	font-size:80%;
	margin:10px 10px 10px 0px;
	padding:10px 10px 10px 10px;
	border-style:solid;
	border-color:#442266;
	background-color:#c7d0fc;
	border-width:0px 0px 2px 10px;
	z-index:200;
	}

DIV.subblue02		/*右ボックス青2バージョン*/
	{
	BORDER-RIGHT: #68AFF0 0px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #000066 0px solid;
	PADDING-LEFT: 10px;
	FONT-SIZE: 80%;
	Z-INDEX: 200;
	PADDING-BOTTOM: 10px;
	MARGIN: 10px 10px 10px 0px;
	BORDER-LEFT: #000066 10px solid;
	PADDING-TOP: 10px;
	BORDER-BOTTOM: #000066 2px solid;
	POSITION: relative;
	BACKGROUND-COLOR: #68AFF0
	}

div.subyellow		/*右ボックス黄バージョン*/
	{
	position:relative;
	font-size:80%;
	margin:10px 10px 10px 0px;
	padding:10px 10px 10px 10px;
	border-style:solid;
	border-color:#fcad0f;
	background-color:#ffeec2;
	border-width:0px 0px 2px 10px;
	z-index:200;
	}

div.subgreen		/*右ボックス緑バージョン*/
	{
	position:relative;
	font-size:80%;
	margin:10px 10px 10px 0px;
	padding:10px 10px 10px 10px;
	border-style:solid;
	border-color:#61b898;
	background-color:#d1fcff;
	border-width:0px 0px 2px 10px;
	z-index:200;
	}

div.subgray		/*右ボックス灰バージョン*/
	{
	position:relative;
	font-size:100%;
	margin:10px 10px 10px 0px;
	padding:10px 10px 10px 10px;
	border-style:solid;
	border-color:#555555;
	background-color:#dddddd;
	border-width:0px 0px 2px 10px;
	z-index:200;
	}