/*
Theme Name: MRI
Theme URI: http://kanjiruoctopus.com
Description: This is my blog theme.
Author: Takahiro Kikuchi
Author URI: http://kanjiruoctopus.com
*/


html {
	background-color: #000000;
	color: #FFFFFF;
}

a {
	text-decoration: none;
}

a:link , 
a:visited ,
a:hover ,
a:active {
    color: #FFFFFF;
}

#container {
}


/*--------------------
 ClearFix
--------------------*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix{
	zoom: 1;
}


/*--------------------
 Header
--------------------*/
header {
	width: 100%;
	height: 80px;
	padding-bottom: 10px;
	border-bottom: solid 1px #FFFFFF;
}

header #header_center {
	width: 950px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}

header #header_center h1 {
	width: 190px;
	height: 50px;
	padding-top: 30px;
	float: left;
}

header #header_center h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(./images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}


/* Navi */


header #header_center nav a.header_english {
	margin-right: 16px;
	position: absolute;
	top: 4px;
	right: 0;
}

header #header_center nav ul {
	width: 760px;
	height: 40px;
	padding-top: 40px;
	float: left;
}

header #header_center nav ul li {
	width: 95px;
	height: 40px;
	float: left;
}

header #header_center nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 40px;
}

header #header_center nav ul li a:hover {
	background-color: #999999;
}


/*--------------------
 Main
--------------------*/
#main {
	width: 950px;
	margin: 0 auto;
}

#content {
	margin: 50px 0 50px 0;
}


/* Top */


.top #content article section {
	width: 600px;
	float: left;
}

.top #content article section h2 {
	display: block;
	width: 487px;
	height: 495px;
	text-indent: -9999px;
	margin: 0 auto 2em auto;
	background-image: url(./images/top_logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.top #content article section p {
	text-align: center;
}

.top #content article section#news {
	float: right;
	width: 300px;
	padding: 10px;
	border: solid 1px #FFFFFF;
}

.top #content article section#news ul li time {
	font-weight: bold;
	padding-left: 10px;
	border-left: 5px solid #E5FF00;
}

.top #content article section#news ul li span.top_title {
	display:block;
	margin:1em 0 2em 0;
}


/* About */

.about a:link , 
.about a:visited ,
.about a:hover ,
.about a:active {
    color: #E5FF00;
}

.about #content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
	padding: 0 0 5px 10px;
	border-bottom: solid 1px #FFFFFF;
}

.about #content article h1 {
	display: none;
}

.about #content article ul li.about_title {
	line-height: 2em;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: dashed 1px #666666;
}

.about #content article ul li.about_title h2 {
	float: left;
	display: block;
	font-size: 16px;
	font-weight: bold;
	border-left: 5px solid #E5FF00;
	margin-bottom: 0;	/* reset */
	padding: 0 0 0 10px;	/* reset */
	border-bottom: none;	/* reset */
}

.about #content article ul li ul {
	margin-left: 200px;
}


/* Concept */


.concept #content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
	padding: 0 0 5px 10px;
	border-bottom: solid 1px #FFFFFF;
}

.concept #content article section {
	width: 950px;
	line-height: 2em;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: dashed 1px #666666;
}

.concept #content article section h1.minimax {
	width: 222px;
	height: 52px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 1.5em;
	background-image: url(./images/concept_minimax.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.concept #content article section h1.concept_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1.5em;
	padding-left: 10px;
	border-left: 5px solid #E5FF00;
}

.concept #content article section p ,
.concept #content article section ul {
	margin-bottom: 1.5em;
}

.concept #content article section ul li {
	margin-left: 15px;
	list-style-type: circle;
}

.concept #content article section p.text_bottom {
	margin-bottom: 0;
}


/* PR */


.pr a:link , 
.pr a:visited ,
.pr a:hover ,
.pr a:active {
    color: #E5FF00;
}

.pr #content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
	padding: 0 0 5px 10px;
	border-bottom: solid 1px #FFFFFF;
}

.pr #content article {
	width: 950px;
	line-height: 2em;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: dashed 1px #666666;
}

.pr #content article h1 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	border-left: 5px solid #E5FF00;
}

.pr #content article time {
	float: left;
	display: block;
	width: 150px;
	font-size: 16px;
	font-weight: bold;
}

.pr #content article #text {
	float: left;
	width: 600px;
}

.pr #content article img {
	float: right;
	width: 100px;
}

.pr #content p.pagelink span.pageprev {
	float: left;
}

.pr #content p.pagelink span.pagenext {
	float: right;
}


/* Service */


.service #content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
	padding: 0 0 5px 10px;
	border-bottom: solid 1px #FFFFFF;
}

.service #content article section {
	line-height:2em;
	width: 950px;
	margin-bottom: 25px;
}

.service #content article section h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1.5em;
	padding-left: 10px;
	border-left: 5px solid #E5FF00;
}

.service #content article section ul.service_organization {
	width: 777px;
	height: 360px;
	display: block;
	text-indent: -9999px;
	background-image: url(./images/service_organization.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.service #content article section ul.service_organization h2 {
	border-left: none;
}

.service #content article section ul li.service_title {
	line-height: 2em;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: dashed 1px #666666;
}

.service #content article section ul li h2 {
	float: left;
	display: block;
	font-size: 16px;
	font-weight: bold;
	border-left: 5px solid #E5FF00;
	margin-bottom:none;	/* reset */
	border-bottom:none;	/* reset */
	padding:0 0 0 10px;	/* reset */
}

.service #content article section ul li ul {
	margin-left: 300px;
}


/* Works */


.works a:link , 
.works a:visited ,
.works a:hover ,
.works a:active {
    color: #E5FF00;
}

.works #content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
	padding: 0 0 5px 10px;
	border-bottom: solid 1px #FFFFFF;
}

.works #content article {
	width: 950px;
	line-height: 2em;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: dashed 1px #666666;
}

.works #content article time {
	float: left;
	width: 150px;
	display: block;
	font-size: 30px;
	font-weight: bold;
}

.works #content article #text {
	float: left;
	width: 400px;
}

.works #content article #text h3 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	border-left: 5px solid #E5FF00;
}

.works #content article #text p.works_abouttitle {
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 1.5em;
	padding-left: 10px;
	border-left: 5px solid #E5FF00;
}

.works #content article #text p.works_about {
	margin-left: 40px;
}

.works #content article img {
	float: right;
	width: 315px;
}

.works #content p.pagelink span.pageprev {
	float: left;
}

.works #content p.pagelink span.pagenext {
	float: right;
}


/* Recruit */


.recruit #content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
	padding: 0 0 5px 10px;
	border-bottom: solid 1px #FFFFFF;
}

.recruit #content article section ul.recruit_program {
	background-image: url(./images/recruit_program.gif);
	background-repeat: no-repeat;
	background-position: 10px 40px;
}.recruit #content article section ul.recruit_mobile {
	background-image: url(./images/recruit_mobile.gif);
	background-repeat: no-repeat;
	background-position: 10px 40px;
}.recruit #content article section ul.recruit_seisaku {
	background-image: url(./images/recruit_seisaku.gif);
	background-repeat: no-repeat;
	background-position: 10px 40px;
}.recruit #content article section ul.recruit_design {
	background-image: url(./images/recruit_design.gif);
	background-repeat: no-repeat;
	background-position: 10px 40px;
}.recruit #content article section ul.recruit_system {
	background-image: url(./images/recruit_system.gif);
	background-repeat: no-repeat;
	background-position: 10px 40px;
}.recruit #content article section ul.recruit_kikaku {
	background-image: url(./images/recruit_kikaku.gif);
	background-repeat: no-repeat;
	background-position: 10px 40px;
}

.recruit #content article section ul li.recruit_title {
	line-height: 2em;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: dashed 1px #666666;
}

.recruit #content article section ul li h1 {
	float: left;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	border-left: 5px solid #E5FF00;
}

.recruit #content article section ul li ul {
	margin-left: 300px;
}

.recruit #content article section ul li ul li ul {
	margin-left: 40px;
}


/* Solution */


.solution #content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
	padding: 0 0 5px 10px;
	border-bottom: solid 1px #FFFFFF;
}

.solution #content article section {
	width: 950px;
	line-height: 2em;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: dashed 1px #666666;
}

.solution #content article section h1 ,
.solution #content article section h2 {
	font-size: 16px;
	font-weight: bold;
	border-left: 5px solid #E5FF00;
	margin-bottom: 1.5em;	/* reset */
	border-bottom: none;	/* reset */
	padding: 0 0 0 10px;	/* reset */
}

.solution #content article section p {
	margin-bottom: 1.5em;
}

.solution #content article section p.text_bottom {
	margin-bottom: 0;	/* reset */
}

.solution #content article section ul li.solution_title {
	margin-left: 100px;
	margin-bottom: 1.5em;
}
.solution #content article section ul li.solution_title h3 {
	line-height: 1.5em;	/* reset */
	font-weight: bold;
	padding-left :10px;
	border-left: 5px solid #E5FF00;
}

.solution #content article section ul li.solution_title ul li span {
	float: left;
}

.solution #content article section ul li.solution_title ul li ul {
	margin-left: 250px;
}


/* Contact us */


.contact #content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
	padding: 0 0 5px 10px;
	border-bottom: solid 1px #FFFFFF;
}

.contact #content article section h1.contact_title {
	display: none;
}

.contact #content article section h1 {
	font-size: 12px;
	font-weight: bold;
	border-left: 5px solid #E5FF00;
	margin-bottom: 1.5em;	/* reset */
	padding: 0 0 0 10px;	/* reset */
	border-bottom: none;	/* reset */
}

.contact #content article section p ,
.contact #content article section dl ,
.contact #content article section dl dd {
	margin-bottom: 1.5em;
}

.contact #content article section dl dt {
	font-weight: bold;
	margin-bottom: 1.5em;
	padding-left: 10px;
	border-left: 5px solid #E5FF00;
}


/*--------------------
 Footer
--------------------*/
footer {
	width: 100%;
	height: 60px;
	border-top: solid 1px #FFFFFF;
}

footer address {
	width: 950px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: right;
}
