@charset "Shift_JIS";

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

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

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

/* ----- 基本構造 ----- */
*	{
	font-style: normal;
	font-weight: normal;
}
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

html,body	{height:100%;}
body	{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
}
* html body,*:first-child+html body{font-size: small;}

/* ----------------------------------------------- */
/* ----- レイアウト ----- */

body#INDEX	{	}

div#PAGETOP	{
	margin: 0 auto;
	width: 700px;
	height:100%; 
	min-height:100%;
	border-right: 1px solid #9ECCDB;
	border-left: 1px solid #9ECCDB;
	position: relative;
}
body > #PAGETOP{height:auto;}
div#HEADER	{
	background-image: url(img/aiva.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 450px;
	height: 300px;
	margin-left: 15px;
	padding-top: 25px;
}
ul#PAN	{
	font-size: 77%;
	text-align: right;
	line-height: 25px;
	width: 670px;
	height: 25px;
	position: absolute;
	left: 15px;
	top: 0;
}
ul#PAN li {display: inline;}
ul#PAN li a {
	background-image: url(img/pan.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
div#MENU	{
	width: 216px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	right: 15px;
}
div#MENU	li{
	background-color: #EFEAF4;
	width: 216px;
	margin-bottom: 4px;
}
div#MENU	a{
	color: #000000;
	text-decoration: none;
	text-align: right;
	display: block;
	line-height: 72px;
	height: 72px;
	padding: 0 10px;
}
	li#MENU01	{	}
	li#MENU02	{	}
	li#MENU03	{	}
	li#MENU04	{	}
	li.menu-on{background-color: #CAB8D9!important;}
	li.menu-on a{color: #FFFFFF !important;}
	li.menu-on a,div#MENU li a:hover	{
	background-image: url(img/menu_on.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left !important;
}
div#KIZI	{
	line-height: 1.5;
	width: 670px;
	padding: 0 15px 1.5em;
}
div.text	{
	background-image: url(img/back_text.gif);
	background-repeat: repeat-y;
	background-position: 200px 0;
	border-top: 1px solid #9ECCDB;
	padding: 0.5em 0 0 215px;
}
div.text p,ol,#KIZI ul,dl {margin-bottom: 1em;}
ul.modori	{
	font-size: 85%;
	text-align: right;
	list-style-type: none;
	margin-bottom: 0em !important;
}
ul.modori li{display: inline;}
div#FOOTER	{
	font-size: 85%;
	text-align: right;
	width: 700px;
	padding: 1px 0 1em;
	border-top: 1px solid #4C9DC2;
}
div#FOOTER ul	{
	width: 685px;
	padding: 1em 15px 0 0;
	border-top: 1px solid #9ECCDB;
}
div#FOOTER li{
	display: inline;
	margin-left: 2em;
}
	li#FOOTER01	{	}
	li#FOOTER02	{	}
	li#FOOTER03	{	}
/* ----------------------------------------------- */
/* ----- 見出し ----- */
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	margin:0;
	padding:0;
	height:1%;
}
h1	{
	font-family: Impact, Chicago, sans-serif;
	font-size: 153.9%;
	color: #FFFFFF;
	letter-spacing: 2px;
	padding: 10px 0 0 10px;
}
h2	{
	color: #0073A8;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	width: 190px;
	position: relative;
	bottom: -2em;
}
#MENU h2,#FOOTER h2	{display: none;}
h3,h4,h5{
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	margin-bottom: 0.5em;
}
h3	{
	color: #000000;
	background-image: url(img/h3.gif);
	padding-left: 15px;
	position: relative;
	left: -15px;
}
h4	{
	color: #00AFCC;
	background-image: url(img/h4.gif);
	padding-left: 16px;
}
h5	{
	color: #FFCC00;
	background-image: url(img/h5.gif);
	padding-left: 15px;
}
h6	{
	color: #0073A8;
	font-weight: bold;
	letter-spacing: 1px;
}


/* ----------------------------------------------- */
/* ----- アンカー ----- */
a	{color: #D87D88;}
	a:link	{	}
	a:visited	{color: #B46773;}
	a:hover	{text-decoration: none;}
	a:active	{
	position: relative;
	top: 1px;
}
	a:focus	{	}

/* ----------------------------------------------- */
/* ----- リスト ----- */
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	{
	color: #0073A8;
	font-weight: bold;
	margin-bottom:0.1em;
}
	dd	{
	margin: 0 0 0.3em 1em;
}


/* ----------------------------------------------- */
/* ----- フォーム ----- */
fieldset{border-style: none;}
input,textarea{
	font-size: 100%;
	background-color: #f5f5f5;
	padding: 2px;
	margin:1px;
	border: 1px solid #000000;
}
	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	{	}
option	{	}
optgroup	{}

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

table {font-size: inherit;}

/* ----------------------------------------------- */
/* ----- 段落 ----- */
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;
	border: 1px dotted #000000;
	margin-bottom: 0.5em;
	padding: 5px;
	height:1%;
}
q{
	color: #808080;
	background-color: #f5f5f5;
	border-bottom: 1px dotted #000000;
}
cite{font-style:oblique;}

/* ----- 整形済みテキスト ----- */
pre	{
	font-size: 100%;
	font-family: monospace;
	color: #000000;
	line-height: 1.1;
	background-color: #F5F5F5;
	border: 1px solid #000000;
	margin-bottom: 0.5em;
	padding: 5px;
	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%;
}
