@charset "UTF-8";

body,div,p,ul,li,dl,dt,dd,span,h1,h2,h3,h4,address {
	margin: 0;
	padding: 0;
}
body {
	font-size: 80%;
	line-height: 1.8;
	font-family: Georgia, Constantia, Hoefler Text, serif;
}
img {
	border: 0;
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
a:link {
	color: #626262;
	text-decoration: none;
}
a:visited {
	color: #626262;
	text-decoration: none;
}
a:hover,a:focus {
	color: #626262;
	text-decoration: underline;
}
a:active {
	color: #626262;
	text-decoration: underline;
}
body#home {
	background: url(images/common/bg_menu.gif) repeat-x;
}
body#sub {
	background: url(images/common/bg_body02.gif) repeat-x;
	height: 155px;
}
div#wrap {
	width: 800px;
	margin: 0 auto;
}
div#header p.total {
	margin: 115px 0 73px 0;
}
body#home div#header ul.globalMenu li {
	float: left;
}
body#sub div#header ul.globalMenu li {
	margin-right: 55px;
	float: left;
}
body#sub div#header ul.globalMenu {
	margin: 10px 0 50px 0;
}
body#home div#header ul.globalMenu li.last {
	margin-right: 0;
}
body#sub div#header h1 {
	text-align: right;
	margin-top: 108px;
}
div#contents div.news {
	margin: 90px 0 0 410px;
}
div#contents div.news h2 {
	color: #626262;
	font-size: 120%;
}
div#contents div.news dl dt {
	padding-top: 5px;
	float: left;
	clear: both;
}
div#contents div.news dl dd {
	padding: 5px 0 5px 100px;
}
div#contents h1 {
	width: 171px;
	margin: 90px auto 15px auto;
}
div#contents div.section {
	margin-bottom: 60px;
}
div#contents div.section h2 {
	margin-bottom: 5px;
	font-size: 300%;
}
div#contents div.section h3 {
	font-size: 150%;
	margin-bottom: 10px;
}
div#contents div.section h4 {
	font-size: 120%;
	margin-bottom: 10px;
	border-bottom: 1px dotted #626262;
}
div#contents div.section p {
	margin-bottom: 20px;
}
div#contents dl.profile dt {
	padding-top: 20px;
	float: left;
	clear: both;
}
div#contents dl.profile dd {
	padding: 20px 0 20px 150px;
}
div#contents div.kanban p {
	margin-bottom: 30px;
}
div#contents div.contact {
	width: 490px;
}
div#contents div.contact dl dt {
	padding-top: 10px;
	width: 150px;
	float: left;
	clear: both;
}
div#contents div.contact p.submit {
	text-align: right;
}
div#contents div.contact dl dd {
	padding: 10px 0;
}
div#contents div.contact p.notice {
	margin-bottom: 10px;
}
div#contents div.mainContent {
	width: 520px;
	float: left;
}
div#contents div.mainContent div.blogContent h2 {
	padding-bottom: 5px;
	border-bottom: 1px dotted #626262;
}
div#contents div.mainContent div.blogContent p {
	margin: 20px 0;
}
div#contents div.mainContent div.blogContent div.footerNav,
div#contents div.mainContent div.blogContent p.return1{
	margin: 20px 0 50px 0;
	text-align: right;
	border-top: 1px dotted #626262;
}
div#contents div.mainContent div.blogContent div.footerNav div.feedback {
	display: inline;
	float: left;
	clear: both;
}
div#contents div.mainContent div.blogContent div.footerNav p.return {
	display: inline;
}
div#contents div.mainContent div.blogContent div.navigation {
	margin-bottom: 50px;
	border-top: 1px dotted #626262;
}
div#contents div.subContent {
	width: 240px;
	float: right;
}
div#contents div.subContent h3 {
	border-bottom: 1px dotted #626262;
}
div#footer {
	margin-top: 50px;
}
div#footer address {
	width: 319px;
	margin: 0 auto;
}
body#sub div#footer {
	width: 100%;
	padding-top: 5px;
	border-top: 1px solid #000;
}

/* clearfix
-----------------------------------*/
body#home div#header ul.globalMenu:after,
body#sub div#header ul.globalMenu:after,
body#sub div#contents:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* IE7用 */
body#home div#header ul.globalMenu,
body#sub div#header ul.globalMenu,
body#sub div#contents {
	min-height: 1px;
}
/* IE6用 */
* html body#home div#header ul.globalMenu,
* html body#sub div#header ul.globalMenu,
* html body#sub div#contents {
	height: 1px;
}

