@charset "Shift_JIS";
@import url("class.css");

/*--------------------------------------------

【CDP No.17】
配布元：ALBA [http://alba.web2.jp/a/]

--------------------------------------------*/

 @import url("class.css");

/* ----------------------------------------------- */
/* ----- 基本構造 ----- */
*	{
	font-style: normal;
	font-weight: normal;
}

br {
	letter-spacing: 0;
}

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

body	{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: small;
	color: #505050;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(img/back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* ----------------------------------------------- */
/* ----- レイアウト ----- */

#HEADER	{
	width: 220px;
	position: fixed;
	left: 0px;
	top: 0px;
}
#PAN	{display: none;}
#MENU	{
	text-align: center;
	width: 220px;
	position: fixed;
	left: 0px;
	top: 70px;
}
#MENU	li{line-height: 1.8;}
#MENU	a{
	color: #000000;
	text-decoration: none;
}
li.menu-on a,div#MENU li a:hover	{
	color: #EA618E !important;
	font-weight: bold;
	text-decoration: underline !important;
}

#KIZI	{
	line-height: 1.5;
	height: 100%;
	margin-left: 320px;
	padding-right: 30px;
	max-width:45em;
}
.text{border-bottom: 1px dotted #999999;}
.text p,ol,#KIZI ul,dl {margin-bottom: 1.5em;}
.modori	{
	list-style-type: none;
	text-align: right;
	font-size: 85%;
}
.modori li{display: inline;}

#FOOTER	{
	text-align: center;
	font-size: 85%;
	width: 220px;
	position: fixed;
	left: 0px;
	bottom: 20px;
}


/* ----- IE6用(擬似フレーム) ----- */
* html,* html body	{
	overflow-y: hidden;
	display: block;
	height: 100%;
}
* html div#HEADER,* html div#MENU,* html div#FOOTER,{
 position:absolute; 
}
* html div#KIZI	{
 overflow:auto;
}

/* ----- IE6用(max-width) ----- */
* html div.text,* html h2{
	width:45em;
	width : expression(  (document.documentElement.clientWidth > 950)? "600px" :   "auto");	
}
/* ----------------------------------------------- */
/* ----- 見出し ----- */
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	margin:0;
	padding:0;
	height:1%;
}
h1	{
	font-size: 152%;
	letter-spacing: 1px;
	color: #007bbb;
	text-align: center;
	padding-top: 30px;
}
h2,h3,h4,h5,h6	{
	font-weight: bold;
	margin-bottom: 0.5em;
	background-repeat: no-repeat;
	background-position: left center;
}
h2	{
	font-size: 108%;
	letter-spacing: 1px;
	color: #2ca9e1;
	background-image: url(img/h2.gif);
	padding-left: 24px;
	margin-top: 30px;
}
#MENU h2,#FOOTER h2	{display: none;}
h3	{
	color: #000000;
	background-image: url(img/h3.gif);
	padding-left: 12px;
}
h4	{
	color: #59B9C6;
	background-image: url(img/h4.gif);
	padding-left: 15px;
}
h5	{
	color: #ffd900;
	background-image: url(img/h5.gif);
	padding-left: 11px;
}
h6	{
	color: #000000;
	letter-spacing: 1px;
}

/* ----------------------------------------------- */
/* ----- リンク ----- */
a {
	color: #2c9fb6;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background-color: #ffd900;
	text-decoration: none;
}
a:visited {color: #667799;}

/* ----------------------------------------------- */
/* ----- リスト ----- */
ol,ul {list-style:none;}
.text ol,.text ul{list-style-position: outside;}
.text ol{list-style-type: decimal;}
.text ul{list-style-type: disc;}
.text li{margin-left: 2em;}
dl	{	}
dt	{
	margin-bottom:2px;
	color: #000000;
}
dd	{
	margin: 0 0 4px 1em;
	padding: 2px 0.5em;
	border: 1px dotted #CCCCCC;
	font-size: 95%;
}


/* ----------------------------------------------- */
/* ----- フォーム ----- */
fieldset{border-style: none;}
input,textarea{
	font-size: 100%;
	background-color: #f5f5f5;
	padding: 2px;
	margin: 2px 0;
	border: 1px solid #c0c0c0;
}
input:focus,textarea:focus{
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
}
	input#TEXT	{	}
	input#CHECKBOX	{	}
	input#RADIO	{	}
	input#BUTTON	{	}

input[type="checkbox"],input[type="radio"]{
	background-color: #FFFFFF;
	border-style: none;
}
input[type="button"],input[type="submit"],input[type="reset"],button{
	background-color: #f5f5f5;
	border-top: 3px double #CCCCCC;
	border-right: 3px double #666666;
	border-bottom: 3px double #666666;
	border-left: 3px double #CCCCCC;
}
select	{margin: 2px 0;}
option	{	}
optgroup	{}

/* ----------------------------------------------- */
/* ----- テーブル ----- */

table {
	font-size: inherit;
	border-collapse: collapse;
	border: 1px solid #808080;
}
caption{
	color: #000000;
	text-align: center;
	border-bottom: 1px solid #808080;
	margin-bottom: 2px;
}
th,td{
	padding: 5px 0.5em;
	border-bottom: 1px solid #808080;
}
th{
	color: #000000;
	background-color: #f5f5f5;
	text-align: center;
	border-right: 2px solid #808080;
}
td{	border-right: 1px dotted #808080;}

/* ----------------------------------------------- */
/* ----- 段落 ----- */
p	{	}

/* ----- 水平線 ----- */
hr	{display: none;}
div.text hr{display: block;}

/* ----- 画像 ----- */
img{border-style: none;}

/* ----- 強調・追加・削除 ----- */
em,strong	{color:#ff0000;}
strong	{
	font-size: 108%;
	font-weight: bold;
	padding: 0 3px;
}
ins	{text-decoration: underline;}
del	{
	text-decoration: line-through;
	color: #999999;
}

/* ----- アドレス ----- */
#FOOTER address	{display: inline;}

/* ----- 引用 ----- */
blockquote	{
	color: #808080;
	background-color: #f5f5f5;
	height:1%;
	padding: 1em 20px 1em 40px;
	margin: 0px 0px 1em 1em;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
blockquote[title]:before {
	content: "引用:"attr(title);
	font-size: 85%;
	color: #ff9900;
	display: block;
	margin-bottom: 0.5em;
}
blockquote[cite]:after {
	content: attr(cite);
	font-size: 85%;
	color: #ff9900;
	text-align: right;
	display: block;
}
q{
	color: #808080;
	background-color: #f5f5f5;
	border-bottom: 1px dotted #000000;
}
q:before{content:"“";color: #ff9900;}
q:after{content:"”";color: #ff9900;}
cite{font-style:oblique;}

/* ----- 整形済みテキスト ----- */
pre	{
	font-size: 100%;
	font-family: monospace;
	color: #333333;
	line-height: 1.2;
	background-color: #f5f5f5;
	margin-bottom: 1em;
	padding: 0.7em;
	border-top: 1px solid #666666;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #666666;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
}
* html pre{width:95%;}
code{
	font-family: monospace;
	font-size: 100%;
}
/* ----- 他 ----- */

kbd,samp {font-size: 100%;}

/* ----- 物理要素 ----- */
b{font-weight:bold;}
i{font-style:oblique;}
big{font-size:123.1%;}
small{font-size:77%;}
tt{
	font-family: monospace;
	font-size: 100%;

}