*{
margin: 0;
padding: 0;
font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
address {
line-height: 1.0;
font-style: normal;
font-weight: 400;
}

ul,li{
list-style-type:none;
}
img{
border: none;
vertical-align:top;
}

body{
background: url("../image/bg.gif") ;
}
a{
overflow:hidden;
}
a:link {
text-decoration:none;/*下線を消す（下線を出したいときはtext-decoration:underline）*/
color:#1e90ff ; /*未訪問リンクのカラー*/
}
a:visited {
text-decoration:none;/*下線を消す（下線を出したいときはtext-decoration:underline）*/
color:#8ADD00 ; /*訪問済みリンクのカラー*/
}
a:hover {
text-decoration:underline;/*下線を消す（下線を出したいときはtext-decoration:underline）*/
color:#8ADD00 ; /*マウスが乗ったときのカラー*/
}
/* ------------------------------
 header
------------------------------ */
div.header{
width:950px;
height:69px;
}

h1.header{
float:left;
height:63px;
width:197px;
}
div.head_right{
float:right;
width:753px;
height:63px;
}
/*-----------------------------------------
container
----------------------------------------*/
div#container{
width: 950px;
position:absolute;
right:50%;
margin-right:-475px;
background:#fff;
border:solid 1px #ccc;
padding:0 10px 0 10px;
}



/* ------------------------------
 contents
------------------------------ */
div#contents{
width:930px;
padding:0px 10px;
margin-top:-10px;
}

div#pan{
font: normal normal 400 13px/16px "";
position:absolute;
top: 150px;
left:10px;
color:#555;
}
/* ------------------------------
footer
------------------------------ */
div#footer{
width:950px;
padding:3px 0;
height:12px;
color:#fff;
background:#013365;
text-align:right;
margin-bottom:10px;
}

address{
font: normal normal 400 12px/14px "";
padding-right:11px;
}


/* ------------------------------
 clear hack
------------------------------ */

.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clear {
	display: inline-block;
	min-height: 1px;/* IE 7 only */
}

/* Mac IE Hack ＼*/
* html .clear {
	height: 1%;
}

.clear {
	display: block;
}
/* Mac IE Hack */