@charset "utf-8" ;



* {
	margin:0;
	padding:0;
	line-height:1.5;
	}
	
body {
	margin:0 auto;
	padding:0;
	font-family: Verdana, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, Osaka-等幅, Arial, Helvetica, sans-serif; 
	text-align:center;
	font-size:14px;
	color:#333;
	background-image:url(../images/header_line.gif);
	background-position:top;
	background-repeat:repeat-x;
	}

html {
	overflow-y:scroll;
	}
	
img {
	border:none;
	}	
	
a {
	color:#333;
	}
	
a:link {
	color:#333;
	}
	
a:visited {
	color:#666;
	}
	
a:hover {
	color:#f60;
	}
	
div#wrapper {
	width:850px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFFFFF;
	}
	
div#header {
	width:850px;
	color:tranceparent;
	background-image:url(../images/header/header_back02.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
/*	
div#header {
	width:850px;
	color:tranceparent;
	background-image:url(../images/header_back.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}	
*/

div#header:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height:0;   
    clear:both;
	} 

h1 {
	padding-right:15px;
	width:850px;
	height:20px;
	text-align:right;
	background-color:#eaeaea;
	color:#000;
	border-bottom:1px solid #ccc;
	font-size:13px;
	font-weight:normal;
	}
	
div#header p#logo {
	float:left;
	}
	
div#header p#text {
	margin-top:10px;
	padding-right:240px;
	float:right;
	}
	
	
	
	
	
div#header2 {
	width:850px;
	color:tranceparent;
	}
/*	
div#header2 {
	width:850px;
	color:tranceparent;
	background-image:url(../images/header_back.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}	
*/

div#header2:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height:0;   
    clear:both;
	} 

h1 {
	padding-right:15px;
	width:850px;
	height:20px;
	text-align:right;
	background-color:#eaeaea;
	color:#000;
	border-bottom:1px solid #ccc;
	font-size:13px;
	font-weight:normal;
	}
	
div#header2 p#logo {
	float:left;
	}
	
div#header2 p#text {
	margin-top:10px;
	padding-right:240px;
	float:right;
	}

	