@charset "utf-8" ;

/* ========== override ========== */
body {
	padding: 0;
	margin: 0;
	background: url(null) fixed;
	background-image:url(../images/bg.gif);
	line-height: 1.5em;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴPro W3", "メイリオ", "MS　UIゴシック", sans-serif;
	font-size: 80%;
}
img {
	border: 0;
}
p, ul, li, td {
	padding: 0;
	margin: 0;
	list-style:none;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴPro W3", "メイリオ", "MS　UIゴシック", sans-serif;
}
h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}
table {
	padding: 0;
	margin: 0;
}
table td {
	vertical-align: top;
}
em {
	font-size: medium ;
	font-style: normal;
}

/* ========== basic text link ========== */
a {
	color: #999;
	text-decoration: none ;
}
a:hover {
	color: #ccc;
	text-decoration: underline ;
}

/* ========== basic ========== */
#bg{
	width:100%;
	background-color:transparent;
	background-image:url(../images/bg.gif);
}
#works #wrap{
	width:100%;
	background-color:transparent;
	background:url(../images/works_bg.jpg) center 0;
	background-repeat:no-repeat;
}
#inquiry #wrap{
	width:100%;
	background-color:transparent;
	background:url(../images/inquiry_bg.jpg) center 0;
	background-repeat:no-repeat;
}
#recruit #wrap{
	width:100%;
	background-color:transparent;
	background:url(../images/recruit_bg.jpg) center 0;
	background-repeat:no-repeat;
	}
#efforts #wrap{
	width:100%;
	background-color:transparent;
	background:url(../images/efforts_bg.jpg) center 0;
	background-repeat:no-repeat;
	}
#wrap{
	width:100%;
	background-color:transparent;
	background:url(../images/main_bg.jpg) center 0;
	background-repeat:no-repeat;
}

#contents{
	width:955px;
	margin:0 auto;
}
#contents_l{
	width:482px;
	padding:0;
	margin:0;
	background-color:transparent;
	float:left;
}

#slideshow{
	margin:30px 0 0 0;
}

#contents_l h1{
	padding:260px 0 210px 150px;
}
#contents_r{
	width:472px;
	padding:0;
	margin:0;
	background-color:transparent;
	float:left;
}
/* ========== menu ========== */
#menu{
	padding:0 0 0 0px;
	margin:0;
	width:472px;
	overflow: hidden;
	position: relative;
}
#menu li{
	list-style-type:none;
	padding:0;
	margin:0;
}
#menu a{
	display:block;
	padding:0;
	margin:0;
}
#menu .home,
#menu .company,
#menu .media,
#menu .report,
#menu .column,
#menu .howto,
#menu .works{
	float:left;
	padding:0;
	margin:0;
}

#menu .home a{
	width:50px;
	height:36px;
	background: transparent url(../images/menu_btn_home.gif) 0 0;
}
#menu .company a{
	width:73px;
	height:36px;
	background: transparent url(../images/menu_btn_company.gif) 0 0;
}
#menu .media a{
	width:70px;
	height:36px;
	background: transparent url(../images/menu_btn_media.gif) 0 0;
}
#menu .report a{
	width:69px;
	height:36px;
	background: transparent url(../images/menu_btn_report.gif) 0 0;
}
#menu .works a{
	width:69px;
	height:36px;
	background: transparent url(../images/menu_btn_works.gif) 0 0;
}
#menu .column a{
	width:70px;
	height:36px;
	background: transparent url(../images/menu_btn_column.gif) 0 0;
}
#menu .howto a{
	width:71px;
	height:36px;
	background: transparent url(../images/menu_btn_howto.gif) 0 0;
}
#menu .home a:hover{
	background: transparent url(../images/menu_btn_home.gif) 0 -36px;
}
#menu .company a:hover{
	background: transparent url(../images/menu_btn_company.gif) 0 -36px;
}
#menu .media a:hover{
	background: transparent url(../images/menu_btn_media.gif) 0 -36px;
}
#menu .report a:hover{
	background: transparent url(../images/menu_btn_report.gif) 0 -36px;
}
#menu .column a:hover{
	background: transparent url(../images/menu_btn_column.gif) 0 -36px;
}
#menu .howto a:hover{
	background: transparent url(../images/menu_btn_howto.gif) 0 -36px;
}
#menu .works a:hover{
	background: transparent url(../images/menu_btn_works.gif) 0 -36px;
}

/* ========== header ========== */
#header{
	width:472px;
	height:51px;
	margin:30px 0 0 0;
	background-image:url(../images/header_bg.jpg);
	position: relative;
}

#header .logo{
	width:206px;
	padding:19px 0 0 25px;
	float:left;
}
#header .sub{
	width:230px;
	float:left;
	text-align:right;
	font-size:9px;
}
#header ul{
	line-height:125%;
	margin:10px 0 0 0;
}

/* ========== Contents Childe ========== */
#cc_head{
	width:472px;
	height:10px;
	margin:4px 0 0 0;
	background-image:url(../images/cc_head.jpg);
}
#cc_main{
	width:472px;
	background-image:url(../images/cc_main.jpg);
}
#cc_foot{
	width:472px;
	height:10px;
	background-image:url(../images/cc_foot.jpg);
	margin:0 0 30px 0;
}
.gototop{
	width:90%;
	text-align:right;
	font-size:85%;
}

/* ========== utilities ========== */

/* clearfix */
.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.cf { zoom: 1; }

/* clearboth */
.cb {
	clear: both;
}

.invisible {
	display: none;
}
.space_2line {
	padding-top: 3em;
}

.fl { float: left; }
.fr { float: right; }

.txtRight {
	text-align: right;
}

.txtCenter {
	text-align: center;
}

.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
