@charset "UTF-8";

/* Suggest order
*display
*list-style
*position
*float
*clear
*width
*height
*margin
*padding
*border
*background
*color
*font
*text-decoration
*text-align
*vertical-align
*white-space
*other text
*content
*/

/* layout  ------------------------------*/
*{
	margin: 0;
	padding: 0;
}

body {
	font-family:"Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック”,”MS P Gothic",Helvetica, Arial, sans-serif;
	color: #EEE;
	background: #000000;
	}

#obi {
	width: 900px;
    margin: 0;
    padding: 5px;
	background-color:#333333;
}
#obi h2 {
	font-size:10pt;
}

#container{
    position: relative;
	width: 900px;
    margin: 0;
    padding: 0;
	background: #000000 url(../img/right.jpg) no-repeat;
	background-position:350px 0px;
	text-align: left;
	line-height: 1.4em;
}

#pageup {
	
}

#copyright {
	float:left;
	width: 900px;
    margin-bottom: 0 ;
    padding-bottom:50px;
    padding-left:10px;
	border-top: 1px #FFFFFF solid; 
}


/* foot menu  ------------------------------*/

#foot {
	float:right;
}

/* default  ------------------------------*/
h1,h2,h3,h4,h5 {
	/* font-weight: normal; */
	margin: 0;
	padding: 0;
	line-height:1.5em;
}

img {border:0;}

hr {
	display:none;
	clear: both;
}

form {margin:0;padding:0}

option {
	padding-right: 0px;
}

label{cursor: pointer;}

p {
	text-indent:0em;
}

th {
	font-weight: normal;
	text-align: center;
}

.clear {clear: both;}

#pline1 {
	clear: both;
	height: 1px;
	margin: 5px 0;
	background: url(../images/i_pline_sblue.gif) repeat-x;
	font-size: 1px;
}



/* link  ------------------------------*/
a:link{
color:#ffffff;
text-decoration:underline;
}
a:visited{
color:#ffffff;
text-decoration:underline;
}
a:active{
color:#ffffff;
text-decoration:underline;
}
a:hover{
color:#ff6633;
text-decoration:underline;
}

/* link other */
a.foot:link {
color:#333333;
text-decoration:underline;
}
a.foot:active {
color:#333333;
text-decoration:underline;
}
a.foot:visited{
color:#333333;
text-decoration:underline;
}
a.foot:hover{
color:#333333;
text-decoration:underline;
}

