@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:white;
	font-size:95%;
	font-family:verdana,"ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",Sans-Serif;
	color:white;
	line-height:1.5;
}

html {
	overflow-y:scroll;
}

p {
	margin:0 0 8px;
}

h2 {
	margin-bottom:5px;
}


img,
fieldset {
	border:0;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:#FFF;
}

a:link {
	color:#FFF;
}

a:visited {
	color:#FFF;
}

a:hover {
	color:#FFF;
}

a:active {
	color:#FFF;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	margin-bottom:10px;
	background:#000;
}

#header h1 {
	width:740px;
	margin:0 auto;
	padding:10px 15px 0;
}

#header h1 {
	width:740px;
	margin:0 auto;
	padding:10px 15px 10px;	
	font-size:100%;
}

#header2 {
	margin-bottom:10px;
	background:#fff;
	height:300px;
	background:url(../images/ajax.jpg) repeat-y;
background-position: center;


}

#header2 p {
	width:740px;
	margin:0 auto;
	font-size:100%;
	color:black;
}


/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	margin-bottom:15px;
	padding:10px;
	background:#333;
}

#footer ul {
	margin:0 auto 5px;
	text-align:center;
}

#footer ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height:1.1;
	border-left:1px solid white;
}

#footer ul li.utilityHome {
	border-left:0;
}

#footer p#copyright {
	text-align:center;
	margin-bottom:0;
}


/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#wrap {
	background:#000;
}

#contents {
	width:760px;
	margin:0 auto;
	background:url(images/bg.gif) repeat-y;
	overflow:hidden;
	padding-top:10px;
}


/* __main
------------------------------------------*/

#main {
	float:left;
	width:480px;
	padding:10px;
	background:#000;
	color:#fff;
}

#main a {
	color:#FFF


;
}

#main a:hover {
	text-decoration:none;
}

/* __sub
------------------------------------------*/

#sub {
	float:right;
	width:230px;
	padding:10px;
	background:#333;
	margin-top:15px;
}

#sub h3 {
	margin-bottom:5px;
	font-size:100%;
	letter-spacing:1px;
}

#sub p {
	margin:0 0 20px;
	padding:5px;
	background:#333;
	border:1px solid #EFEFEF;
}

