@charset "utf-8";
@import url("nav1.css");
@import url("selector.css");
@import url("hover3.css");

/*@import url("http://netdna.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.css");*/

a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #09F;
}
div,p,table{
	margin: 0px;
	padding: 0px;
	}
ul,ol,li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
	}
iframe {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ";
	font-size: 12px;
	line-height: 1.5em;
}
.wrapper {
	width: 1025px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
header {
	width: 1024px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.sub {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.sub span a:link{
	display: block;
	width: 130px;
	text-align: center;
	float: right;
	color: #FFF;
	border-radius: 0px 0px 3px 3px;        /* CSS3草案 */
	-webkit-border-radius: 0px 0px 3px 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 0px 0px 3px 3px;   /* Firefox用 */
	margin-left: 1px;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/sub_bg.png);
	background-repeat: repeat;
	text-decoration: none;
}
.sub span a:visited {
	color: #FFF;
}
.sub span a:hover {
	color: #FFF;
	background-image: url(../images/sub_bg_hover.png);
	background-repeat: repeat;	
}





header .logo a{
	padding: 0px;
	float: left;
	width: 380px;
	height: 65px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 380px;
	margin: 0px;
	display: block;
}
header  h1{
	float: left;
	font-size: 11px;
	width: 270px;
	font-weight: normal;
	margin-left: 35px;
	margin-top: 10px;
}

.navigation a{
	padding: 0px;
	float: right;
	width: 302px;
	height: 49px;
	display: block;
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navigation a:hover{
	filter: alpha(opacity=65);
    -moz-opacity:0.65;
    opacity:0.65;
}
.main {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.bg {
	padding: 0px;
	height: 150px;
	width: 1025px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.contents {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.side {
	float: left;
	width: 220px;
	margin-top: 20px;
}
.side ul {
	margin: 0px;
	float: left;
	width: 220px;
	background-image: url(../images/side_gra.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.side ul li {
	float: left;
}

.side ul li a {
	display: block;
	margin: 0px;
	float: left;
	width: 188px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #466b9d;
	background-image: url(../images/side_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;
	text-decoration: none;
	font-size: 13px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #466b9d;
	border-left-color: #466b9d;
}
.cm {
	float: left;
	width: 755px;
	margin-left: 50px;
}
p {
	float: left;
	width: 100%;
	line-height: 23px;
	font-size: 14px;
}







/*#side {
	padding: 0px;
	float: left;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#side ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 250px;
}
#side ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 45px;
	width: 250px;
}
#side .button {
	display: inline-block;
	width: 250px;
	height: 54px;
	font-weight: 400;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	float: left;
}
#side .button::before, #side .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#side .button, #side .button::before, #side .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#side .button11 {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
	line-height: 50px;
	overflow: hidden;
	font-size: 18px;
	padding-left: 40px;
	width: 250px;
	float: left;
	font-family: "メイリオ";
	font-size: 12px;
	color: #504f4f;
	text-shadow: 0px 1px 1px #bbbaba;
	font-weight: bold;

}
#side .button11:hover {
	color: #fff;
}
#side .button11::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
#side .button11:hover::after {
	background: #333;
	-webkit-transform: scale(1);
	transform: scale(1);
}


#side .button12 {
	position: relative;
	z-index: 2;
	background-color: #f8f7f7;
	border: 1px solid #333;
	color: #333;
	overflow: hidden;
	font-size: 18px;
	padding-left: 40px;
	width: 250px;
	float: left;
	font-family: "メイリオ";
	font-size: 12px;
	color: #504f4f;
	text-shadow: 0px 1px 1px #bbbaba;
	font-weight: bold;
}
#side .button12:hover {
	color: #fff;
	text-shadow: 0px 0px 0px #000;
}
#side .button12::after {
	content: '\f138';
	font-family: fontawesome;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	font-weight: normal;
}
#side .button12:hover::after {
	color: #FFF;
	content: '\f138';
	font-family: fontawesome;
	top: 0;
	left: 0px;
	background: #333333;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	font-weight: normal;
}
#side #banner {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;
}
#side #banner img {
	padding: 1px;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
*/
.page-top {
	position: fixed;
	right: 35px;
	bottom: 50px;
	height: 100px;
	width: 100px;
}
footer {
	float: left;
	width: 100%;
	height: auto;
	background-color: #333333;
	padding-top: 20px;
	padding-bottom: 60px;
	margin-top: 60px;
}
footer .logo {
	height: 70px;
	width: 300px;
	background-image: url(../images/footer_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
footer .logo p {
	color: #f7f7f7;
	margin-top: 40px;
}

footer ul {
	list-style-type: none;
	float: left;
	height: 25px;
	width: 685px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}
footer ul li {
	float: left;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
footer ul li a:link {
	color: #FFF;
}
footer ul li a:visited {
	color: #FFF;
}
footer ul li a:hover {
	color: #09F;
}
footer .common {
	padding: 0px;
	float: left;
	width: 600px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	color: #FFF;
}
