@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0
}
html,body{
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.5;
}
p,ul,ol,form,dl,dt,dd {
	margin: 0;
	padding: 0;
	}

h1,h2,h3,h4,h5,h6,ui,il {
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	}
ul, ul li {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}
img {
	border: 0;
}
.clear {
	clear:both;
}

.fix{
	float:left;
	display:block;
}
.right{
	float:right;
	display:block;
}
.white {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	*text-indent: -9000px; /* for IE7 */ 
	_text-indent: -9000px; /* for IE6 */ 
}
.logo_mark {
	background-image: url(../images/logo_mark.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 60px;
	font-size: 10px;
	position: absolute;
	top: 15px;
	right: 20px;
}
/* ここから本文 */
#wrapper {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#main-sidebar {
	float: left;
	width: 260px;
	height: 100%;
	position: fixed;
	background-color: #495054;
	color: white;
	opacity: 0.8;
}

#main-sidebar .logo {
	background-color: #FFFFFF;
	margin-top: 70px;
	margin-right: 0;
	margin-bottom: 70px;
	margin-left: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 260px;
	height: 40px;
}
#main-sidebar .logo a { color: white; }
#main-sidebar .logo a h1 {
	margin: 0;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 260px;
}

#main-sidebar ul　{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-size: 90%;
}
#main-sidebar ul .var_nav {
	position: relative;
	background: #383e41;
	width: 260px;
	height: 70px;
	margin-bottom: 5px;
}
#main-sidebar ul .link_bg {
	width: 10px;
	height: 70px;
	position: absolute;
	background: #E01B6A;
	color: #fff;
	z-index: 2;
}
#main-sidebar ul .link_bg i {
	 position:relative;
}
#main-sidebar ul .link_title {
	position:absolute;
	width:100%;
	z-index:3;
	color:#fff;
}
#main-sidebar ul .var_nav:hover .link_bg {
	width:100%;
	background:#E01B6A;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;  
}
#main-sidebar ul .var_nav:hover a {
	font-weight:bold;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out; 
	-o-transition:all .5s ease-in-out; 
	-ms-transition:all .5s ease-in-out;
	 transition:all .5s ease-in-out;  
}
#main-sidebar ul a{
	display: block;
	position: absolute;
	float: left;
	font-family: arial;
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 70px;
	text-align: center;
	top: 3px;
}
#main-sidebar ul span {
	margin-top:25px;
	display:block;
}
#main-contents {
	float: right;
	height: 100%;
	width: 650px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#main-title{
	float: left;
	width: 650px;
	height: 140px;
	animation-name: 'title';
	animation-duration: 6s;
	animation-timing-function: ease;
	animation-delay: 3s;
	background-image: url(../images/index_title.png);
	margin-top: 200px;
}
#main-contents h2.concept {
	background-image: url(../images/concept.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 650px;
	margin-top: 30px;
	margin-bottom: 130px;
}
#main-contents h2.profile {
	background-image: url(../images/profile.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 650px;
	margin-top: 30px;
	margin-bottom: 130px;
}
#main-contents h2.policy {
	background-image: url(../images/policy.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 650px;
	margin-top: 30px;
	margin-bottom: 130px;
}
#main-contents h2.contact {
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 650px;
	margin-top: 30px;
	margin-bottom: 130px;
}
#main-contents h2.works {
	background-image: url(../images/works.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 650px;
	margin-top: 30px;
	margin-bottom: 130px;
}

#main-contents h3 {
	width: 650px;
	margin-bottom: 15px;
	font-size: 24px;
	text-align: center;
}

#main-contents p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.5;
	width: 650px;
}
#wrapper #main-contents p.sign {
	background-image: url(../images/sign.png);
	background-repeat: no-repeat;
	width: 650px;
	height: 50px;
	margin-top: 25px;
}

/* パターン6 */
table {
	width: 650px;
	border-collapse: collapse;
	font-size: 100%;
}
table img {
	margin: 5px;
}

table th.t_top {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #383E41;
}
table th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
table td.t_top {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #E01B6A;
}
table td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}
