/*
	Yahoo UI Library Reset CSS
	http://developer.yahoo.com/yui/reset/
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure { 
	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; } */
h1 {
	font-size:130%;
	font-weight:normal;
	color : #ff0000 ;
}
h2 {
	font-size:120%;
	font-weight:normal;
	color : #000000 ;
}
h3 {
	font-size:150%;
	font-weight:normal;
	font
	face :メイリオ;
	color : #002828 ;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* ******************************************************** */

/* body要素 背景色変更 #0000ff */

body {
	   font-family: "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", sans-serif;  /* border-top: solid 3px maroon; */
	   background-color: #ffffff;                                             */#00008b or ffffff or #f5f5f5 */
}

/* a要素 */

a:link {
	text-decoration: none;
	color: darkslategrey;
}
a:visited {
	text-decoration: none;
	color: darkslategrey;
}
a:hover, a:active {
	text-decoration: underline;
	color: darkgrey;
}

/* 外枠のデザイン  width: 900px */

#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: snow;
	/*outline: solid 1px red;*/

}

/* ヘッダーのデザイン margin: 0px auto; width: 880px  */

#header {
	width: 880px;
	margin: 0px auto;
/*outline: solid 1px blue;*/
}

/** ヘッダーのLogo width: 880px  **/

#headerLogo {
	width: 880px;
	height: 400px;
	margin : 0px 0px 0px 0px;
/*outline: solid 1px orange;*/

}




/* グローバルナビゲーションのデザイン  */

/*　横上段メニュー　 */

#menu {
       padding: 5px 0 10px 0px;   /* padding: 5px 0px 10px 0px;  */
}
       
#menu li {
    display: inline;
    width:220px; /*width:160px;*/
    list-style:none;
    float:left;
    text-align:center;
    font-size:16px;
    border-right:none;
}

#menu li a {
    padding:25px;  /* padding:15px; */
    display:block;
    text-decoration:none;
    color:#ffffff; /*文字色フロント#ffffff*/
    border-right:1px solid #ffffff ;
    background:#0000ff; /*フロント背景色#006400 */
    font-weight:bold; /*文字の太さ*/
}

#menu li a:hover {
    color:#006400; /*反転文字色*/
    background:#adff2f; /*反転バック色背景*/
}

#nav li{
	padding: 0px 0px 14px 0px; */padding: 0px 0px 4px 0px;*/
}


/* コンテンツ部分のデザイン  */


#article {
    float: center;
	width: 880px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/* 本文のスタイルを指定する */

.aa { color: #000000;
       font-family: "メイリオ";
       font-size: 1.2em;
       text-align: left;
       line-height: 1.5;
}

.aaa { color: #0000ff;
       font-family: "メイリオ";
       font-size: 1.2em;
       text-align: left;
       line-height: 1.5;
}

.bbb { color: #191970;
       font-family: "メイリオ";
       font-size: 1.2em;
       text-align: left;
       line-height: 1.2;
       margin-left: 50px;
}

.ccc { color: #191970;
       font-family: "メイリオ";
       font-size: 1.2em;
       text-align: left;
       line-height: 1.5;
}

.ddd { color: #000000;
       font-family: "メイリオ";
       font-size: 1em;
       }
.eee { color: #000000;
       font-family: "メイリオ";
       font-size: 1.5em;
       text-align: left;
       margin-left: 100px;
}

/* フッターのデザ イン #copyright {loat:left;} → {float:left;} */

#footer {
clear: both;
width: 900px;
border-top: solid 1px maroon;
padding: 10px 10px 20px 0;
}
#copyright {float:right;}




