@charset "utf-8";
@import url("reset.css");
@import url("default.css");
@import url("fontstyle.css");

/* --------------------------------------------------------------------
		Font-size Adjustment.
			77% = 10px	|	123.1% = 16px	|	167% = 22px
			85% = 11px	|	131% =  17px	|	174% = 23px 
			93% = 12px	|	138.5% = 18px	|	182% = 24px 
			100% = 13px	|	146.5% = 19px	|	189% = 25px 
			108% = 14px	|	153.9% = 20px	|	197% = 26px 
			116% = 15px	|	161.6% = 21px	| 
-------------------------------------------------------------------- */

/* Basic config ---------------------------*/
html {
}
body {
	text-align: center;
	background: #fff;
}
a:link {
	color: #1B1211;
	text-decoration: none;
}
a:visited {
	color: #1B1211;
	text-decoration: none;
}
a:hover {
	color: #1B1211;
	text-decoration: underline;
}
a:active {
	color: #1B1211;
	text-decoration: underline;
}

/* start: main construction ------------------------------ */
#container {
	width: 800px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	padding-top: 15px;
}
#header {
	border-bottom: 1px solid #505050;
	margin: 0 0 15px 0;
	background: url(../img/common/headerBg.png) right top no-repeat;
}
#footer {
	clear: both;
	padding: 5px 0 25px;
}
/* end: main construction ------------------------------ */

/* start: Header section ------------------------------ */
#header h1 {
	text-indent: -9999px;
	overflow: hidden;
	width: 260px;
	height: 70px;
	float: left;
	margin: 0 25px 0 0;
}
#header h1 a {
	display: block;
	overflow: hidden;
	width: 260px;
	height: 70px;
	background: url(../img/common/logo.gif) no-repeat;
}
#headerFlt {
	width: 515px;
	float: right;
}
#header h2 {
	text-align: right;
	font-weight: normal;
	font-size: 77%;
	height: 53px;
	margin: 0 5px 5px 0;
}
/* end: Header section ------------------------------ */

/* start: Menu section ------------------------------ */
#header ul {
	margin: 0;
}
#header li {
	list-style-type: none;
	height: 26px;
	float: left;
	margin: 0 22px 0 0;
	text-indent: -10000px;
	overflow: hidden;
}
#header li a {
	display: block;
	height: 26px;
}
#header li a:hover {
	background-position: 0 -26px;
}
li#mnProfile,
li#mnProfile a {
	width: 83px;
}
li#mnProfile a {
	background: url(../img/common/navi/profile.gif) no-repeat;
}
li#mnWorks {
	width: 57px;
}
li#mnWorks a {
	background: url(../img/common/navi/works.gif) no-repeat;
}
li#mnConcept {
	width: 73px;
}
li#mnConcept a {
	background: url(../img/common/navi/concept.gif) no-repeat;
}
li#mnBlog {
	width: 55px;
}
li#mnBlog a {
	background: url(../img/common/navi/blog.gif) no-repeat;
}
li#mnLinks {
	width: 54px;
}
li#mnLinks a {
	background: url(../img/common/navi/links.gif) no-repeat;
}
li#mnContact {
	width: 83px;
	margin-right: 0;
}
li#mnContact a {
	background: url(../img/common/navi/contact.gif) no-repeat;
}
/* end: Menu section ------------------------------ */

/* start: commonArea ------------------------------ */
.commonArea {
	margin: 50px 0 0;
}
#commonNavi {
	width: 165px;
	float: left;
}
#commonMainArea {
	float: right;
	width: 600px;
	line-height: 1.8;
}
#commonNavi ul {
	margin: 0;
}
#commonNavi ul,
#commonNavi ul li {
	list-style-type: none;
}

#commonNavi ul li {
	line-height: 1.8em;
}

#commonNavi ul li a {
	font-size: 85%;
	text-decoration: none;
	color: #1B1211;
	padding: 0 0 0 20px;
	background: url(../img/style/localNaviArrow.png) 0 50% no-repeat;
}

/* start: Page-Top Button ------------------------------ */
p.pageTop {
	clear: both;
	margin: 0 0 25px;
	text-indent: -9999px;
	overflow: hidden;
}
p.pageTop a {
	display: block;
	width: 55px;
	height: 15px;
	float: right;
	background: url(../img/style/pageTop.png) 0 0 no-repeat;
}
/* end: Page-Top Button ------------------------------ */

/* start: Footer section ------------------------------ */
#footer ul {
	margin: 30px 0 15px 0;
	text-align: center;
}
#footer li {
	list-style-type:none;
	display: inline;
	margin: 0 15px 0 0;
}
#footer li a {
	color: #377AAF;
	padding: 0 15px 0 0;
	background: url(../img/top/footerBorder.gif) top right no-repeat;
}
#footer p {
	margin: 0;
	text-align: right;
	font-size: 77%;
}
/* end: Footer section ------------------------------ */

/* start: clearfix ------------------------------ */
.clearfix:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
} 

.clearfix {
	display: inline-block;
}

/* Hides from Mac IE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hide from Mac IE */
/* end: clearfix ------------------------------ */

