@charset "Shift_Jis";
*{
	margin:						0;
	padding:					0;
	background-color:			transparent;
	}

/*基本指定*/

body{font-family:Verdana, Arial, "MS UI Gothic", Osaka, serif;  font-size:0.7em;  color:#808080;  line-height:1.6em;  background-color:transparent;
background-image:url(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}
p{}/*指定なし*/
ul{list-style-position:inside;}
ul li{list-style-type:square;}
dl{}/*指定なし*/
dt{padding:5px 0 5px 13px;  border-bottom:1px dotted #808080;  background-image:url(dt_list.gif);  background-position:0% 50%;  background-repeat:no-repeat;}
dd{padding:5px 0;}
address{font-style:normal;  color:#B384B0;}

/*各ID*/
div#CONTAINER{}

/*ヘッダーの指定*/
div#HEADER{
	height:						100px;
	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:						25%;
	padding:					0 10px;
	}
h2.navi_title{
	padding:					5px 0 5px 5px;
	font-size:					1.2em;
	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:						70%;
	height:						330px;
	background-image:			url(contents_bg.jpg);
	background-position:		100% 100%;
	background-repeat:			no-repeat;
	}
div.contents{
	margin-bottom:				35px;
	}
div.contents p a{
	background-color:				#B33D85;
}

h2.contents_title{
	margin-bottom:				10px;
	padding:					7px 0 7px 16px;
	color:						#B33D85;
	font-size:					1.2em;
	background-image:			url(h2_title.gif);
	background-position:		0% 0%;
	background-repeat:			repeat-y;
	}

div.scroll_area{}/*指定なし*/
ul.top{display:none;}/*非表示*/
li.page_top{}/*非表示*/

/*フッターの指定*/
div#FOOTER{
	clear:						both;
	padding:					30px 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;}