/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: "ＭＳ Ｐゴシック";Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url(bg_1.png);
 text-align: center;
}
  
a{/*リンクされた文字*/
    color:#FF0000;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#FF0000;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#FF0000;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#FFA500;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
 background-color: white;
 border-left: 2px solid grey;
 border-right: 2px solid grey;
}
#faux {
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
 background-image: url(image/haikei2.gif);
}
#header {
 color: #333;
 padding-left: 25px;
 padding-right: 20px;
 padding-top: 50px;
 height: 80px;
 margin: 0px 0px 0px 0px;
 background-color: black;
 background-image: url(logo_1.jpg);
 background-repeat: no-repeat;
 border-bottom: 5px solid yellow;
}
#navigation {
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #ABBEBE;
}

#content { 
 float: left;
 color: #333;
 width: 652px;
 line-height: 2em;
 padding-left: 40px;
 padding-top: 20px;
 padding-bottom: 20px;
 display: inline;
 position: relative;
 text-align: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px;
 padding-top: 15px;
 padding-left: 5px;
 width: 180px;
 display: inline;
 position: relative;
}
#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: #ABBEBE;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 text-align: center; 
  background-image: url(image/haikei1.gif);
}
.clear { clear: both; background: none; }

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #000080;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}


h1 {
color: white;
vertical-align: middle;
font-size: xx-large;
}

h2 {
color: red;
text-align: left;
font-size: large;
line-height: 1.8em;
}

h3 {
color: #DC143C;
text-align: left;
font-size: x-large;
text-decoration: underline;
padding: 3px;
 line-height: 1.8em;
}

h4 {
text-align: right;
font-size: middle;
margin-top: 10px;
color: blue;
}
h5 {
text-align: left;
color: red;
font-size: small;
}
h6 {
text-align: left;
color: white;
font-size: small;
}

.para {
	list-style: none;
	margin-top: 10px;
}

.list {
	list-style: square;
	margin-left: 20px;
	margin-top: 10px;
}



