@charset "utf-8";

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

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a[id]:hover {
	color: #666666;
}

a:active {
	color: #666666;
}

a[href$=".pdf"] {
	padding: 3px 0 3px 21px;
	background: url(../img/common/icon-pdf.gif) no-repeat 0 50%;
}

* html a.pdf {
	padding: 3px 0 3px 21px;
	background: url(../img/common/icon-pdf.gif) no-repeat 0 50%;
}     

/* base
----------------------------------------------- */

html {
	background: #FFFFFF url(../img/index/backcolor.jpg) repeat-x;
}

body {
	color: #333333;
}

#wrap {
	position: relative;
	width: 902px;
	margin: auto;
}

/* contents
----------------------------------------------- */

#contents {
	margin: 25px auto 20px;
	width: 902px;
	overflow: hidden;
	min-height: 525px;
}

#sub-contents {
	margin: 25px auto 20px;
	width: 902px;
	min-height: 550px;
	overflow: hidden;
	background: url(../img/common/bg-contents.png) repeat-y 0 0;
}

/* navigation
----------------------------------------------- */

#nav {
	overflow: hidden;
	float: right;
	width: 300;
	height: 50px;
}

#nav ul li {
	float: left;
}

#nav li a {
	overflow: hidden;
	height: 0;
	padding-top: 50px;
	display: block;
}

#nav-home a,
#nav-service a,
#nav-corp a,
#nav-contact a {
	background: url(../img/common/navi.png) no-repeat 0 0;
}

#nav-home a {
	width: 60px;
	background-position: -0px 0;
}
#nav-home a:hover,
#nav-home a.current {
	background-position: -0px -50px;
}

#nav-service a {
	width: 80px;
	background-position: -60px 0;
}
#nav-service a:hover,
#nav-service a.current {
	background-position: -60px -50px;
}

#nav-corp a {
	width: 80px;
	background-position: -140px 0;
}
#nav-corp a:hover,
#nav-corp a.current {
	background-position: -140px -50px;
}

#nav-contact a {
	width: 80px;
	background-position: -220px 0;
}
#nav-contact a:hover,
#nav-contact a.current {
	background-position: -220px -50px;
}

/* header
----------------------------------------------- */

#header {
	overflow: hidden;
	position: relative;
}

#logo {
	float: left;
	margin: 0;
	width: 200px;
}

/* middle-menu
----------------------------------------------- */

#middle-menu {
	margin: 0 0 20px 20px;
	padding-top: 20px;
	border-top: 1px solid #000000;
	width: 900px;
}

#middle-menu ul {
	overflow: hidden;
	margin-bottom: 20px;
}

#middle-menu li {
	float: left;
	margin-right: 14px;
}

/* footer
----------------------------------------------- */

#footer {
	overflow: hidden;
	margin: auto;
	padding-bottom: 10px;
	width: 902px;
}

#social {
	float: left;
	margin: 20px 0 0 0;
	width: 390px;
}
#address {
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
#copyright {
	text-align: center;
	width: 100%;
}

/* contents
----------------------------------------------- */

.con-box {
	margin: 0 20px 25px 0;
	overflow: hidden;
}

.con-box p {
	margin-bottom: 1em;
}

.con-box-b {
	margin-bottom: 25px;
	overflow: hidden;
}

.con-box-b p {
	margin: 0 0 1em 0;
}

.endotted {
	margin-bottom: 25px;
	padding-bottom: 20px;
	background: url(../img/common/line-dotted.gif) repeat-x left bottom;
}

.totop {
	clear: both;
	margin-right: 20px;
	padding-right: 1.2em;
	text-align: right;
	background: url(../img/common/icon-totop-arrow.gif) no-repeat right .3em;
}

.btn {
	margin: 25px 0 30px;
	text-align: center;
}

/* main
----------------------------------------------- */

/* sub
----------------------------------------------- */

#floatMenu {
        position: absolute;
        top: 52px;
        right: 0px;
        width: 36px;
        min-width: 36px;
        padding: 0;
        margin: 0;
}

/* common
----------------------------------------------- */

.ex-list {
	margin: 0 0 1em 0;
}

.ex-list li {
	padding-left: 1em;
	text-indent: -1em;
}

/* index
----------------------------------------------- */

#contents.page-index {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#top-topics {
	min-height: 525px;
	background: url(../img/index/creative-communication.png) no-repeat 50px 50%;
}

#topics-title {
	margin-left: 500px;
}

#topics-list {
	margin-left: 506px;
	padding: 15px 10px 0 0;
	position: relative;
}
#topics-list dt {
	margin-bottom: 5px;
}
#topics-list dd {
	margin-bottom: 25px;
}
#topics-list dd p {
	margin-bottom: 1em;
	font-size: 110%;
}


/* service
----------------------------------------------- */

#contents.page-service {
	background: url(../img/service/bg-service.png) repeat-y 0 0;
}

.service  {
	float: left;
	width: 200px;
	margin: 0 10px 25px 15px;
}

.service dt {
	margin-bottom: 3px;
	font-size: 1.1em;
	font-weight: bold;
}

.service dd ul {
	margin-left: 20px;
}

.service dd ul li {
	list-style: circle;
}

/* corporation
----------------------------------------------- */

#contents.page-corp {
	background: url(../img/corp/bg-corp.png) repeat-y 0 0;
}

#company-profile {
	width: 900px;
	margin-bottom: 40px;
}

#company-profile th {
	padding: 11px 0;
	width: 225px;
	text-align: center;
}

#company-profile td {
	padding: 11px 0 11px 20px;
	width: 655px;
}

#company-profile ul {
	margin-left: 15px;
}

#company-profile li {
	margin-bottom: 2px;
	list-style: circle;
}

#map {
	margin: 0 20px 10px;
	width: 900px;
	height: 556px;
}

/* contact
----------------------------------------------- */

#contents.page-contact {
	background: url(../img/contact/bg-contact.png) repeat-y 0 0;
}

#title-tel,
#title-contact {
	clear: both;
	float: left;
	margin: 0 1px 50px;
	width: 223px;
}

#txt-tel,
#txt-contact {
	float: right;
	width: 653px;
}

#contact {
	clear: both;
	margin: 0 0 25px 225px;
	padding-left: 20px;
	width: 654px;
}

#contact p {
	margin-bottom: 1em;
}

#tel-box {
	float: left;
	padding: 10px 0 0 10px;
	width: 205px;
	border-top: 1px solid #000000;
}

#tel-box span {
	font-size: 90%;
}

#mail-box {
	float: right;
	padding: 10px 0 0 15px;
	width: 655px;
	border-top: 1px solid #000000;
}

#thanks-box {
	margin: 200px auto 80px;
	width: 900px;
	text-align: center;
	font-size: 1.2em;
}

#thanks-box strong {
	color: #CC0000;
}

/* flyer
----------------------------------------------- */

#chart {
	margin: 30px 0;
	text-align: center;
}

#chart li {
	float: left;
}

#chart dt {
	margin-bottom: 5px;
}

#chart dd {
	margin-bottom: 15px;
	font-weight: bold;
}

/* topics
----------------------------------------------- */

#topics {
	
}

#entry-box {

}

#entry-header {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #000000;
	position: relative;
}

#main #entry-title {
	width: 520px;
	font-size: 140%;
	font-weight: bold;
}

#main #date {
	position: absolute;
	top: 3px;
	right: 0;
}

#main #entry-body {
	min-height: 300px;
}

#main #entry-body p {
	margin-bottom: 1em;
}

#archive-list {
	margin: 5px 0 0 0;
}

#archive-list li {
	margin: 0 0 5px 20px;
	font-size: 110%;
	list-style: circle;
}

/* works
----------------------------------------------- */

#works-wrap {
	width: 100%;
	height: 900px;
	background: url(../img/works/works.jpg) fixed 50% 50%;
}

#works-nav {
    background: #000000;
    border-bottom: 2px solid #999999;
    left: 0;
    opacity: 0.9;
    padding: 0.5em 0.5em 0.5em 1em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;	
}

#works-nav a {
	margin-right: 1em;
	padding: 1px 2px 2px;
	color: #FFFFFF;
}

#works-nav a.current {
	padding: 1px 2px 2px;
	border: 1px solid #CCCCCC;
	border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px; 
	background: #FFFFFF;
	color: #333333;
}

.slider {
	background: #000000;
}

#works00,#works01,#works02,#works03,#works04,
#works05,#works06,#works07,#works08,#works09,
#works10,#works11,#works12 {
	margin: 100px 0;
	width: 100%;
	height: 900px;
}

#works01 { background: url(../img/works/works01.jpg) no-repeat 50% top; }
#works02 { background: url(../img/works/works02.jpg) no-repeat 50% top; }
#works03 { background: url(../img/works/works03.jpg) no-repeat 50% top; }
#works04 { background: url(../img/works/works04.jpg) no-repeat 50% top; }
#works05 { background: url(../img/works/works05.jpg) no-repeat 50% top; }
#works06 { background: url(../img/works/works06.jpg) no-repeat 50% top; }
#works07 { background: url(../img/works/works07.jpg) no-repeat 50% top; }
#works08 { background: url(../img/works/works08.jpg) no-repeat 50% top; }
#works09 { background: url(../img/works/works09.jpg) no-repeat 50% top; }
#works10 { background: url(../img/works/works10.jpg) no-repeat 50% top; }
#works11 { background: url(../img/works/works11.jpg) no-repeat 50% top; }
#works12 { background: url(../img/works/works12.jpg) no-repeat 50% top; }
