/*
	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:120%;
	font-weight:normal;
	color : #d2691e ;
}
h2 {
	font-size:120%;
	font-weight:normal;
	color : #000000 ;
}
h3 {
	font-size:150%;
	font-weight:normal;
	font
	face :hgp明朝b;
	color : #002828 ;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* ******************************************************** */

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

body {
	   font-family: "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", sans-serif;
	   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: 230px;
	margin : 0px 0px 0px 0px;
/*outline: solid 1px orange;*/
}




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

/*　横上段メニュー　 */

#menu {
       padding: 0px 0px 0px 40px;   /* padding: 10px 0 10px 40px; */
}
       
#menu li {
    display: inline;
    width:160px;                  /* メニューBOXの幅; */
    list-style:none;
    float:left;
    text-align:center;
    font-size:16px;               /*文字サイズ */
    border-right:none;
}

#menu li a {
    padding:20px 5px 20px 5px;                  /*メニューBOX20の高さ */
    display:block;
    text-decoration:none;
    color:#ffffff;                 /*文字色フロント#ffffff*/
    border-right:1px solid #ffffff ;
    background:#7755ff;            /*フロント メニューBOX背景色#0000cd */
    font-weight:bolder;             /*文字の太さ*/
}

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

#nav li{
	padding:5px 2px 5px 0px;        /* メニューBOX間の隙間のpx */
}

/ ******************************************************************************************

#menu2 {
       padding: 0px 0px 0px 40px;   /* padding: 10px 0 10px 40px; */
}
       
#men2 li {
    display: inline;
    width:160px;                  /* メニューBOXの幅; */
    list-style:none;
    float:left;
    text-align:center;
    font-size:12px;               /*文字サイズ */
    border-right:none;
}

#menu2 li a {
    padding:20px 5px 20px 5px;                  /*メニューBOXの高さ */
    display:block;
    text-decoration:none;
    color:#ffffff;                 /*文字色フロント#ffffff*/
    border-right:1px solid #ffffff;
    background:#ff1493;            /*フロント メニューBOX背景色#0000cd */
    font-weight:bolder;             /*文字の太さ*/
}

#menu2 li a:hover {
    color:#ff1493;                  /* 反転文字色*/
    background:#ffc0cb;             /* 反転バック色背景*/
}

**********************************************************************************************

#menu7 {
       padding: 0px 0px 0px 0px;
}
       
#menu7 li {
    display: inline;
    width:230px;       /* メニューBOXの幅;*/
    list-style:none;
    float:left;
    text-align:center;
    font-size:16px;    /* フロント文字サイズ */
    border-right:none;
}

#menu7 li a {
    padding:25px;                    /* メニューバーの高さ */
    display:block;
    text-decoration:none;            /* text-decoration:none;  */ 
    color:#ffffff;                   /*文字色フロント#ffffff*/
    border-right:1px solid #ffffff ;
    background:#ff4500;              /*フロント背景色#bboodd */
    font-weight:bold;                /*文字の太さ*/
}

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

#nav7 li{
	padding:5px 0px 5px 48px;          */ padding: 0px 0px 4px 0; メニューの位置 */
}

*********************************************************************************

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


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

#section {
          float: center;
	      width: 820px;
	      padding: 0 0 0 0;
	      margin: 0 0 0 40px;
	      font-size:1,2em;
}

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

.aaa { color: #005700;
       font-size: 2.5em;
       text-align: center;
}

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

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

#copyright {
      float:right;
}

