@charset "Shift_Jis";
*{
	margin:						0;
	padding:					0;
	background-color:			transparent;
	}

/*基本指定*/
html{height:100%;  overflow:hidden;}
body{font-family:Verdana, Arial, "MS UI Gothic", Osaka, serif;  font-size:0.8em;  color:#666666;  line-height:1.6em;  background-color:transparent;
background-image:url(../img/bg.png); background-position:fixed;  background-attachment:fixed;  background-repeat:repeat-y;}
a{color:#B384B0;  text-decoration:none;}
a:hover{color:#FFBCFC;}
hr{display:none;}
h1{font-family:Verdana, Arial, "MS UI Gothic", Osaka, sans-serif;  font-size:1.8em;  font-weight:normal;}
h2{font-family:Verdana, Arial, "MS UI Gothic", Osaka, sans-serif;  font-size:1.4em;  font-weight:normal}
h3{font-family:Verdana, Arial, "MS UI Gothic", Osaka, serif;  font-size:1.2em;  font-weight:normal;}
h4, h5, h6{font-family:Verdana, Arial, "MS UI Gothic", Osaka, serif;  font-size:1.0em;  font-weight:normal;}
p{}/*指定なし*/
ul{list-style-position:inside;}
ul li{list-style-type:square;}
ol{list-style-position:inside;}
ol li{list-style-type:upper-alpha;}
dl{}/*指定なし*/
dt{padding:5px 0 5px 13px;  border-bottom:1px dotted #808080;  background-image:url(../img/dt_list.gif);  background-position:0% 50%;  background-repeat:no-repeat;}
dd{padding:5px 0;}
blockquote{margin:20px;  padding:10px;  color:#999;  border:1px dotted #AAA;}
blockquote:hover{padding:10px;  color:#B384B0;  border:1px dotted #B384B0;}
form{}/*指定なし*/
fieldset{border:none;}
legend{display:none;}
input{margin:3px 0;  font-family:Verdana, Arial, Osaka, serif;  font-size:1.0em;  border:1px solid #B384B0;}
textarea{margin:3px 0;  font-family:Verdana, Arial, Osaka, serif;  font-size:1.0em;  border:1px solid #B384B0;}
select{margin:3px 0;  font-family:Verdana, Arial, Osaka, serif;  font-size:1.0em;  border:1px solid #B384B0;}
address{font-style:normal;  color:#B384B0;}

/*各ID*/
div#CONTAINER{}

/*ヘッダーの指定*/
div#HEADER{
	height:						80px;
	text-align:					right;
	}
h1#name{
	margin:						20px 10px 20px 0;
	font-weight:					normal;
	font-size:					2.0em;
	}
h1#name a, h1#name a:hover{
	color:						#B33D85;
	}
ul#TOPIC{display:none;}/*非表示*/
li.topic_path{}/*非表示*/
li.topic_path a{}/*非表示*/
li.topic_path a:hover{}/*非表示*/

/*ナビゲーションの指定*/
div#NAVI{
	float:						left;
	width:						120px;
	padding:					0 10px;
	}
h2.navi_title{
	padding:					5px 0 5px 5px;
	font-size:					1.0em;
	color:						#B33D85;
	border-left:					5px solid #B33D85;
	}
ul.navi{
	list-style-position:			outside;
	}
li.navi_list{
	list-style-type:				none;
	display:						inline;
	}
li.navi_list a{
	display:						block;
	padding:					5px 0 5px 5px;
	border-left:					5px solid #B384B0;
	}
li.navi_list a:hover{
	border-left:					5px solid #FFBCFC;
	}
li#ON a{
	border-left:					5px solid #997D7E;
	}

/*コンテンツの指定*/
div#CONTENTS{
	float:						right;
	width:						80%;
	height:						450px;
	overflow:					auto;
	background-image:			url(../img/taskin_bw.jpg);
	background-position:		90% 70%;
	background-repeat:			no-repeat;
	background-attachment:		fixed;
	}
div.contents{
	margin-bottom:				35px;
	}
h2.contents_title{
	margin-bottom:				10px;
	padding:					7px 0 7px 16px;
	color:						#B33D85;
	font-size:					1.2em;
	background-image:			url(../img/h2_title.gif);
	background-position:		0% 0%;
	background-repeat:			repeat-y;
	}
h3.subtitle{
	margin:						20px 0;
	color:						#997D7E;
	}
h3.subtitle:first-letter{
	margin-right:				3px;
	padding:					10px;
	font-size:					1.2em;
	color:						#FFF;
	background-color:			#B384B0;
	}
div.scroll_area{}/*指定なし*/
ul.top{display:none;}/*非表示*/
li.page_top{}/*非表示*/

/*フッターの指定*/
div#FOOTER{
	clear:						both;
	padding:					15px 10px 0 0;
	text-align:					right;
	}
div.footer_menu{}/*指定なし*/
div.footer_menu address{
	font-style:					normal;
	}
ul.footer{}/*指定なし*/
li.footer_list{
	list-style-type:				none;
	display:						inline;
	margin-left:					10px;
	}
li#TOPBACK{
	display:						none;
	}

/*その他テンプレートのための指定*/
ul.browser{list-style-type:none;  margin:10px 0;}
li.browser_list{display:inline;  margin-right:10px;}
ul.download{list-style-type:none;  margin:10px 0;}
li.download_list{display:inline;  margin-right:10px;}
ul.banner{list-style-type:none;  margin:10px 0;}
li.banner_list{display:inline;  margin-right:10px;}
