@charset "Shift_JIS";

/*--------------------------------------------

【CDP No.11】
配布元：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	{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: small;
	color: #716359;
	background-color: #FFFFFF;
	background-image: url(http://file.calcium.o-oi.net/back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
}

/* ----------------------------------------------- */
/* ----- レイアウト ----- */

#INDEX	{	}
#HEADER	{
	background-color: #FFFFFF;
	width:180px;
	height: 30px;
	position:fixed;
	top:35px;
	left:0px;
}
#PAN	{display: none;}
#MENU	{
	width: 165px;
	position: fixed;
	left: 15px;
	top: 90px;
}
#MENU	a{
	display: block;
	font-size: 108%;
	font-weight: bold;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	background-image: url(http://file.calcium.o-oi.net/menu_y.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	padding-left: 28px;
}
.menu-on a,#MENU li a:hover	{
	background-image: url(http://file.calcium.o-oi.net/menu_r.gif)!important;
}

#KIZI	{
	height:100%;
	line-height: 1.5;
	max-width:600px;
	margin-left: 230px;
	padding-right: 30px;
}
.text p,ol,#KIZI ul,dl {margin-bottom: 1em;}
.modori	{
	list-style-type: none;
	text-align: right;
	font-size: 85%;
	margin-bottom: 2px !important;
}
.modori li{display: inline;}

#FOOTER	{
	font-size: 85%;
	position: fixed;
	width: 165px;
	left: 15px;
	bottom: 10px;
}
#FOOTER li{margin-bottom: 5px;}
	#FOOTER01	{	}
	#FOOTER02	{	}
	#FOOTER03	{	}
	
/* ----- 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:600px;
	width : expression(  (document.documentElement.clientWidth > 860)? "600px" :   "auto");	
}

/* ----------------------------------------------- */
/* ----- 見出し ----- */
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	margin:0;
	padding:0;
	height:1%;
}
h1	{
	font-size: 154%;
	line-height: 30px;
	text-align: center;
	color: #000000;
}
h2	{
	font-size: 136%;
	color: #B5B5AE;
	line-height: 1.1;
	background-image: url(http://file.calcium.o-oi.net/h2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: right;
	padding: 2em 0px 6px;
	margin-bottom: 0.5em;
}
#MENU h2,#FOOTER h2	{display: none;}
h3,h4,h5,h6{
	color: #000000;
	font-weight: bold;
	margin-bottom: 0.5em;
}
h3,h4{
	background-repeat: no-repeat;
	background-position: left center;
}
h3	{
	font-size: 108%;
	background-image: url(http://file.calcium.o-oi.net/h3_r.gif);
	line-height: 20px;
	padding-left: 25px;
	height: 20px;
}
h4	{
	background-image: url(http://file.calcium.o-oi.net/h4_y.gif);
	padding-left: 20px;
}
h5	{
	padding-left: 5px;
	border-left: 5px solid #e0e0e0;
	line-height: 1.2;
}
h6	{letter-spacing: 1px;}

/* ----------------------------------------------- */
/* ----- アンカー ----- */
a	{color: #ffa500;}
	a:link	{	}
	a:visited	{color: #e9bc00;}
	a:hover	{color: #ff4500;}
	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	{
	margin-bottom:2px;
	padding-left: 5px;
	border-left: 2px solid #000000;
	color: #000000;
	background-color: #f5f5f5;
}
dd	{
	margin: 0 0 4px 1em;
}


/* ----------------------------------------------- */
/* ----- フォーム ----- */
fieldset{border-style: none;}
input,textarea{
	font-size: 100%;
	background-color: #f5f5f5;
	padding: 2px;
	margin: 2px 0;
	border: 1px solid #000000;
}
input:focus,textarea:focus{background-color: #fafafa;}
	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{
	text-align: center;
	border-bottom: 1px solid #c0c0c0;
	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;
	margin: 0px 0px 1em 2em;
	border: 1px dotted #000000;
}
blockquote[title]:before {
	content: "引用:"attr(title);
	font-size: 85%;
	color: #ffa500;
	display: block;
	margin-bottom: 0.5em;
}
blockquote[cite]:after {
	content: attr(cite);
	font-size: 85%;
	color: #ffa500;
	text-align: right;
	display: block;
}
q{
	color: #808080;
	background-color: #f5f5f5;
	border-bottom: 1px dotted #000000;
}
q:before{content:"“";color: #ffa500;}
q:after{content:"”";color: #ffa500;}
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%;
}


/* mailform */
/*メールフォームのタイトルを囲っているタグのclass*/
#calcium_top .title{
margin:1.2em 0 0.4em; font-size:112%; font-weight:bold; color:#444; padding:2px 5px; background:#f3f3f3 url("http://file.103.blog.shinobi.jp/column_bg2.gif"); border-top:1px solid #d8d8d8;
}
/*メールフォームの説明文を囲っているタグのclass*/
#calcium_top .explain {margin:0 0 0.4em; text-indent:2em;}

p{text-indent:3em;}
p#VOICE{text-indent:0;}
#DELETE {color:#fff;}