/* ブラウザーリセット　start */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, blockquote, th, td{
	margin: 0;
	padding: 0;
}
html{
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: normal;
}
ol, ul{
	list-style:none;
}
img{
	vertical-align: bottom;
	border: none;
}
table{
	border-collapse: collapse;
	border-spacing:0;
}
caption, th{
	text-align: left;
}
.red {
	color: #F00;
}
a {
	outline: none;
	text-decoration: none;
	color: #333;
}
address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal;
	font-weight: normal;
}

/* ブラウザーリセット　end */
/* 共通部分　start */
#headerWrapper{
	width:100%;
	background-color: #CCC;
}

#header{
	margin: 0 auto;
	width:960px;
	height:120px;
	//background: #CCC url("../img/common/title.png") no-repeat 0 0;
}

#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background: repeat left top;
	position: relative;
}

#contents{
	width: 960px;
	height:100%;
	background-color:#EEE;
}
#mainWrapper{
	height:500px;
	position:absolute;
	float: right;
	margin-left: 210px;
	width: 750px;
	overflow: hidden;
}

#main{
	position:absolute;
	width: 750px;
	height:auto;
	background-color: #EEE;

}

#main #top,
#main #introduction,
#main #work,
#main #gallery,
#main #about{
	width: 750px;
	height:500px;
	background-color: #DDD;
}

#sub {
	float: left;
	width: 200px;
	height:auto;
	margin-right: -760px;
	background-color: #DDD;
}
#sub ul#switch li{
	float:left;
	width:65px;
	height: 1em;
	color: #DDD;
}

#sub ul#menu li{

}
#sub ul#menu li a{
	display: block;
	width: 200px;
	height:40px;
	background: #CCC url("../img/common/index_button_off.png") no-repeat 0 0;
	font-size: 20px;
	font-weight: bold;
	text-indent: 1.8em;
	line-height: 40px;
	letter-spacing: 3px;
	cursor: pointer;
}
#sub ul#menu li a:hover{
	background: #CCC url("../img/common/index_button_on.png") no-repeat 0 0;
}
#footerWrapper {
	position:absolute;
	background-color:#CCC;
	bottom:0%;
	height: 50px;
	width: 100%;

}

#footer {
	background-color:#333;
	margin: 0 auto;
	height: 50px;
	width: 960px;
	background: #CCC url("../img/common/footer.png") no-repeat 0 0;
}
#footer ul{
	position:absolute;
	top:15px;
	margin: 0 0 0 10px;
}
#footer ul li{
	float: left;
	margin: 0 0 0 5px;
	text-indent: 10px;
	background: url("../img/common/separate.png") no-repeat 0 bottom;
}
#footer ul li a{
	cursor: pointer;
}
#footer ul li:first-child{
	background: none;
}
.kadomaru{
	bacground-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 5px #666;
	-webkit-box-shadow: 3px 3px 5px #666;
	-o-box-shadow: 3px 3px 5px #666;
	-ms-box-shadow: 3px 3px 5px #666;
	box-shadow: 3px 3px 5px #666;
}
h1{

}
h2{
	margin:5px 0 5px 15px;
	height:25px;
	background: #DDD url("../img/common/h1.png") no-repeat 0 center;
	border-bottom:1px solid #999;
	text-indent: 25px;
	font-size: 25px;
	font-weight:bold;
	line-height:25px;
	letter-spacing: 3px;

}
h3{
	height:23px;
	background: #DDD url("../img/common/h2.png") no-repeat 0 center;
	border-bottom:1px solid #999;
	text-indent: 25px;
	font-size:18px;
	font-weight:bold;
	line-height:23px;
	letter-spacing: 3px;
}
h4{
	clear:left;
	margin:5px 0 1em 0;
	background: #DDD url("../img/common/h3.png") no-repeat 0 center;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
}

.smallRight{
	float:right;
	font-size: 14px;
	font-weight: normal;
}
/*コンテンツを必ずこれで括る*/
.value{
	clear:both;
	margin: 15px;
	width: 720px;
	height: 300px;
}
.article{
	margin: 15px;
}
/* 共通部分　end */


/* topの部分のCSS start */
#top .article{
	width:600px;
}
#top .left{
	float:left;
	margin-left:15px;
	width:300px;
	height:400px;
}
#top .right{
	float:left;
	margin-left:15px;
	width:300px;
	height:400px;
}
#top .right .up{
	width:300px;
}
#top .right .history{
	width:300px;
}
#top ul{
	margin: 0 0  30px 15px;
}
#top li{
	padding: 5px;
	border-bottom:1px solid #CCC;
}


/* topの部分のCSS end*/
/* workの部分のCSS start */
#work ul.index{
	float:right;
	margin: 0 20px 10px 0;
}

#work ul.index li{
	float:left;
	margin: 0 0 0 5px;
	text-indent: 10px;
	background: url("../img/common/separate.png") no-repeat 0 bottom;
	cursor: pointer;

}
#work ul.index li:first-child{
	background:none;
}
#work ul.index li a{
}
#work .navi{
	float: left;
	width: 210px;
	overflow:hidden;
}
#work .navi .pageWrap{
	width:1050px;
}
#work .navi .pageWrap .page{
	float:left;
	width:210px;
}
#work .navi ul{
	height: 300px;
}
#work .navi ul li{
	float: left;
	width: 100px;
}
#work .navi ul li img{
	//border: 3px solid #999;

	bacground-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 5px #666;
	-webkit-box-shadow: 3px 3px 5px #666;
	-o-box-shadow: 3px 3px 5px #666;
	-ms-box-shadow: 3px 3px 5px #666;
	box-shadow: 3px 3px 5px #666;

}
#work .navi p{
	clear: both;
	width: 210px;
	padding: 10px 0;
}
#work .navi p{
	float:left;
}
#work .navi p .next{
	float:right;
	margin-right: 5px;
}
#work p img{
	cursor: pointer;
}
#work .mainVisual{
	background-color:#FFF;
	margin-left:210px;
	width: 500px;
	height: 350px;
}
#work .mainVisual img{
	position:absolute;
	border: 3px solid #999;
}
#work .comment{
	clear:both;
	border:1px solid #000;
	text-align: right;
	margin:15px;
	padding: 5px;
	width:720;
	height: 20px;
}
/* workの部分のCSS end */
/* aboutの部分のCSS start */
#introductiondl,#about dl{
	margin-left:15px;
	padding: 3px;
	border-bottom: 1px solid #CCC;
}
#introduction dt,#about dt{
	margin: 2px;
	border-bottom: 1px solid #CCC;
	letter-spacing: 3px;
}
#introduction dd,#about dd{
	margin-left: 5em;

}
/* aboutの部分のCSS end */
