﻿@charset "utf-8";

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: setting

==========================================================
*/


/*
===== 1: universal reset =================================
*/

*{
	margin			: 0;
	padding			: 0;
}

/*
===== 2: body and base setting ===========================
*/

body {
	text-align		: center;/* box centering */
	font			: normal 0.8em 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	margin			: 0px;
	padding			: 0px;
	background		: #FFF ;
	color			: #000;
	}


/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding			: 0;/* margin&padding reset */
	line-height		: 1.4em;/* base line height */
	text-align		: left;
	display			: block;
	margin			: 0px;
	font-size		: small;
	}
table {
	margin 			: 0;
	empty-cells		: show;
	font-size		: small;
	}
hr,.areaAnchor,.anchor {
	display 		: none;
	}
img {
	border			: none;/* img do not want a border */
	vertical-align	: bottom;
	}
li {
	list-style		: none;
	}/* link do not want a dot */

a{
	text-decoration	: none;
	}

/* acronyms and abbreviations styles 
-------------------------------------*/

/*
===== 3: setting =================================
*/

div#sitemap-main{
	border			: 1px solid #333333;
	margin			: 30px 0px;
	background		: #FBFBFB;
	height			: 100%;/*ie*/
	}

div#sitemap-corse{
	float			: left;
	width			: 300px;
	padding			: 10px;
	margin			: 0px 0px 0px 0px;
	}

div#sitemap-sub-menu{
	float			: right;
	width			: 300px;
	padding			: 10px;
	margin			: 0px 5px 0px 0px;
	}

div#sitemap-corse h2, div#sitemap-sub-menu h2 {
	font-size		: 1.5em;
	_font-size		: 1.0em;
	}

div#sitemap-corse h3, div#sitemap-sub-menu h3{
	font-size		: 1.1em;
	_font-size		: 0.8em;
	border			: 1px solid #9FAEC5;
	background		: #F8FFFF url(../assets/images/title_decoration_sitemap.gif) no-repeat left center;
	padding			: 2px 0 2px 20px;
	margin			: 4px 0px 0px 0px;
	}

div#sitemap-main ul{
	margin			: 0px 0 10px 0px;
	border-width	: 0px 1px 1px 1px;
	border-style	: solid;
	border-color	: #eeeeee;
	}


div#sitemap-main li{
	padding			: 10px;
	background		: url(../images/assets/menu_icon_small.gif) no-repeat left center;
	padding			: 5px 0 5px 10px;
	margin			: 2px 0 0 8px;
	_font-size		: 0.7em;
	}
