@charset "utf-8";
/*
	Site Name: AIM
	Description: initial setting
	Version: 0.9
	Author: HAGIWARA Mizuho & SHIKATA Satoru
*/

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: link setting

==========================================================
*/

/*
===== 1: universal reset =================================
*/
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
/*body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}*/
body {
    text-align:center;/* box centering */
    font: 13px "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
    *font-size:small;
    *font:x-small;
    margin: 0 0 3px 3px;
    padding: 0;
    background: #FFF;
    color:#333;
}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.4em;}
/*
===== 2: body and base setting ===========================
*/



/* 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.4;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
	/*font-size:small;*/
}
table {margin : 0;empty-cells: show;font-size:inherit;font:100%;}
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 */

select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}/*99% for safari; 100% is too large*/
pre, code {font:115% monospace;*font-size:100%;}/*Bump up !IE to get to 13px equivalent*/

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.4em;}

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/* Fonts */

h1 {
    display: block;
    font-size: 167%;
    font-weight: 900;
}

h1.after {
    margin-top: 10px;
}

h2 {
/*
    display: block;
    margin: 20px 0 12px 0;
    padding: 4px 0 4px 8px;
    background-color: #444444;
    color: #ffffff;
    font-weight: bold;
    font-size: 92%;
    clear: left;
    */
}

h2 a {
    color: #ffffff;
}

h3 {
    font-weight: bold;
    margin-top: 7px;
}

/*
===== 3: link setting ===========================
*/

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#navigation  a {
    /*color :#eee;*/
    text-decoration: none;
}

#navigation  a:hover {
    color :#fff;
    text-decoration: underline;
}

#footer a {
    color: #ffffff;
}
