﻿　charset "utf-8";"

/* CSS Document */

/*-----------------------------------------------------
共通部分
-------------------------------------------------------*/
html {
overflow: auto;

}

* {
	margin: 0;
	padding: 0;
}
body {
	line-height:1.7;
	font-size:12px;
	color:#363636;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    overflow-x: hidden;
    position: relative;
	font-weight: bold;
	text-align: center;
}

ul, li {
	list-style-type:none;
}

h1,h2,h3,h4,h5,h6,input,textarea,table {
	font-size:100%;
	font-weight:normal;
}

img{
	border:none;
}

a {
	text-decoration: underline;
}

/*-----------------------------------------------------
link
-------------------------------------------------------*/

a:link {
/*	color: #1970b1;*/
	text-decoration: none }
/*
a:visited {
	color: #1970b1;
}

a:hover {
	color: #bd69a1;
	font-weight: bold;
	text-decoration: underline }

a:active {
	color: #1b8be0;
}
*/


#wrapper{
	width:960px;
	margin:0 auto;
	margin-top: 10px;
	text-align: left;
	
}

#header,#footer{
	width:960px;

}



/*-----------------------------------------------------
header
-------------------------------------------------------*/
#header{
	height: 140px;
	margin-top: 20px;
	margin: 0 -200%; /* マージンを追記 */
	padding: 0 200%; /* マージンで横にはみ出した部分を戻す */
	margin-bottom: 5px;
	background-position: bottom;
	background-image:url("../img/header1.png");
}
#header .sub_title{
    color: #fff;
    width: 871px;
    text-align: right;
    font-weight: normal;
}

#header .log{
    width: 459px;
	height: 76px;
	float: left;
	text-indent:-9999px;
	background-image:url("../img/log2.png");
	background-repeat:no-repeat;
	}
#header .header2{
    width: 498px;
	height: 71px;
	float: left;
}
#header .header2 p{
	text-indent:-9999px;
	background-image:url("../img/header2.png");
	background-repeat:no-repeat;
    width: 498px;
	height: 50px;
}
#header .sub1{
    height: 20px;
    width: 490px;
    margin-left: 8px;
    margin-top: 4px;
}

#header .sub1 li{
	float:left;
	height:13px;
	margin-left: 10px;
	padding-left: 10px;
	color: #000;
	background-image:url("../img/icon1.png");
	background-repeat:no-repeat;

}
#header .sub1 li a{
	color: #333;
}
#header #main_menu{
	text-indent:-9999px;
	background-image:url("../img/main_menu.png");
	background-repeat:no-repeat;
	width: 942px;
    height: 43px;
    margin-left: 12px;
}
#header #main_menu li{
	float: left;
    width: 157px;
	height: 46px;
}
#header #main_menu li a{
    width: 157px;
	height: 43px;
	display: block;
}

/*-----------------------------------------------------
top
-------------------------------------------------------*/
#main .top1{
	text-indent:-9999px;
	background-image:url("../img/top1.png");
	background-repeat:no-repeat;
	width: 940px;
    height: 814px;
    margin-left: 12px;
}
#main .top4{
	text-indent:-9999px;
	background-image:url("../img/top4.jpg");
	background-repeat:no-repeat;
	width: 940px;
    height: 204px;
    margin-left: 12px;
}
#main .top2{
	text-indent:-9999px;
	background-image:url("../img/top2.png");
	background-repeat:no-repeat;
	width: 940px;
    height: 1887px;
    margin-left: 12px;
}
#main .top_button{
	text-indent:-9999px;
	background-image:url("../img/button.png");
	background-repeat:no-repeat;
	width: 736px;
    height: 50px;
	margin-left: 115px;
	margin-top: 20px;
}
#main .top_button a{
	display: block;
	width: 736px;
    height: 50px;
}
#main .top3{
	text-indent:-9999px;
	background-image:url("../img/top3.png");
	background-repeat:no-repeat;
	background-position: center;
	width: 940px;
    height: 93px;
    margin-left: 12px;
}

#main .introductionCard{
	text-indent:-9999px;
	background-image:url("../img/introduction_card.jpg");
	background-repeat:no-repeat;
	background-position: center;
	width: 940px;
    height: 550px;
    margin-left: 12px;
}



/*-----------------------------------------------------
footer
-------------------------------------------------------*/
#footer{
	clear:both;
	margin-top: 40px;
	margin-top: 20px;
}
#footer div{
	margin: 0 -200%; /* マージンを追記 */
	padding: 0 200%; /* マージンで横にはみ出した部分を戻す */
	background-image:url("../img/color1.png");
	height: 44px;
}
#footer .sub1{
	float:left;
	margin-top: 8px;
}
#footer .sub1  li{
	float:left;
	height:22px;
}
#footer .sub1 a{
	display:block;
	height:22px;
	margin-left: 5px;
	color: #fff;
    font-size: 17px;
    font-weight: normal;
	}
#footer  p{
	font-size: 14px;
	white-space: nowrap;
    text-align: right;
    color: #ccc;
}

.clear{
	clear:both;
	height:0;
	width: 0;

}





