/*
Theme Name:moridenki.com
Theme URL:http://moridenki.com
Description:moridenki
Author:office morie
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #242424;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #000;
	color: #ccc;
}

a:link {
	color:#F90;
}

a:visited {
	color:#FC0;
}

a:hover {
	color:#F00;
}

a:active {
	color:#F90;
}


img {
	border:none
}

.center {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.right {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.float_clear {
	clear: right;
}

 /* ---------- ボックス構造 ---------- */
#container {
	text-align: center;
	width: 100%;
}

#header {
	overflow: hidden;
	position: relative;
	width: 880px;
	padding-right: 40px;
	padding-left: 40px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

#menu {
	background-image: url(images/menu/bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 50px;
}

#contents {
	overflow: hidden;
	position: relative;
	width: 880px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main {
	width: 600px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#main h2 {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 10px;
	margin-top: 20px;
	line-height: 1;
}

#sidebar {
	width: 220px;
	float: right;
	padding: 10px;
	background-color: #000000;
	margin-top: 10px;
	text-align: left;
}

#banner {
	width: 240px;
	text-align: left;
	margin-top: 10px;
	float: right;
}

#footer {
	background-color: #000000;
	height: 100px;
	width: 100%;
}

 /* ---------- #header ---------- */
#header h1 {
	font-size: 0%;
	color: #242424;
	text-indent: -9999px;
	line-height: 0;
} 

#header #header_left {
	float: left;
	width: 400px;
	text-align: left;
}

#header #header_right {
	float: right;
	width: 400px;
	text-align: right;
	padding-top: 30px;
	padding-right: 5px;
}

#header_image {
	width: 880px;
	padding-right: 40px;
	padding-left: 40px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

 /* ---------- #menu ---------- */
#menu #menu_box {
	text-align: left;
	width: 870px;
	padding-left: 10px;
	padding-top: 12px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

#menu_box a.menu_link {
	color:#fff;
}

#menu_box a.menu_link:visited {
	color:#fff;
}

#menu_box a.menu_link:hover {
	color:#6cf;
}

#menu_box a.menu_link:active {
	color:#6cf;
}

#menu_box ul {
}

#menu_box li {
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 17px;
}

#menu_box li a {
	display: block;
	text-decoration: none;	
}

 /* ---------- #top_page ---------- */
#main .main_box {
	overflow: hidden;
	position: relative;
	width: 580px;
	font-size: 75%;
	text-align: left;
}

#main h2 {
	margin-bottom: 20px;
}

#main .box_left {
	float: left;
	width: 180px;
}

#main .box_right {
	float: right;
	width: 390px;
	line-height: 1.75;
}

.orange {
	color: #Fc0;
	font-weight: bold;
	margin-bottom: 5px;
}

#main #whatsnew_box {
	width: 560px;
	font-size: 75%;
	text-align: left;
	padding: 10px;
	line-height: 1.5;
	margin-top: 10px;
	border-top: 1px solid #000000;
}

#whatsnew_box h3 {
	margin-bottom: 10px;
}

#whatsnew_box ul {
	list-style-type: square;
	margin-left: 20px;
}

 /* ---------- #サービスリストページ ---------- */

#services {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

#services li {
	margin-left: 60px;
	list-style-type: none;
	margin-top: 20px;
}

#services .cat_photo {
	float: left;
	width: 90px;
}

#services .cat_title {
	padding: 10px;
	float: right;
	width: 480px;
}

#services hr{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

#service_n {
	text-align: left;
	font-size: 90%;
	line-height: 1.8;
	margin-top: 30px;
	margin-bottom: 100px;
}

#service_n dt {
	font-weight: bold;
	letter-spacing: 0.1em;
}

#service_n dd {
	margin-bottom: 20px;
}

#service_n h2 {
	text-align: left;
	padding-bottom: 20px;
	margin-top: 30px;
	line-height: 1;
	border-bottom-style: none;
}

#service_n h3 {
	font-size: 1em;
	padding-top: 20px;
}

.repair {
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 580px;
	border: 1px solid #000000;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px;
}

.repair h4 {
	font-size: 90%;
	margin-bottom: 10px;
}

.repair_text {
	font-size: 90%;
	float: left;
	width: 360px;
	line-height: 1.5;
}

.repair_image {
	float: right;
	width: 200px;
}

#sub_menu {
	font-size: 65%;
	margin-left: 30px;
}

#sub_menu li {
	display: block;
	list-style-type: none;
	float: left;
	margin-right: 4px;
}


 /* ---------- #会社概要（About Us）ページ ---------- */

#about {
	text-align: left;
}

#about table {
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: 90%;
}

#about .td1 {
	text-align: right;
	padding: 5px;
	width: 160px;
	line-height: 1.8;
	background-color: #333333;
}

#about .td2 {
	padding: 5px;
	width: 400px;
	line-height: 1.8;
	background-color: #666666;
}

 /* ---------- #アクセスページ ---------- */
#access {
	text-align: left;
	margin-top: 30px;
}

#access h3 {
	font-size: 96%;
	color: #fc0;
	margin-top: 20px;
	margin-bottom: 10px;
}

#access p {
	margin-bottom: 50px;
	line-height: 1.5;
}
#access #googlemap {
	background-color: #000000;
	padding: 10px;
	width: 560px;
	font-size: 80%;
	margin-bottom: 50px;
	line-height: 1.5;
}

#access a:link {
	color:#FF9900;
}

#access a:visited {
	color:#FF9900;
}

#access a:hover {
	color:#FF6600;
}

#access a:active {
	color:#FF6600;
}

 /* ---------- #問い合わせ（Contact Us）ページ ---------- */
#contact {
	text-align: left;
	line-height: 2;
	font-size: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
}

#contact table {
	margin-top: 30px;
}

#contact .td1 {
	text-align: right;
	padding: 5px;
	width: 160px;
	line-height: 1.8;
}

#contact .td2 {
	padding: 5px;
	width: 400px;
	line-height: 1.8;
}

 /* ---------- 問い合わせありがとう（thanks）ページ ---------- */
#thanks {
	text-align: left;
	font-size: 90%;
	line-height: 2;
	margin-top: 100px;
	margin-bottom: 100px;
}

 /* ---------- 最新情報（WhatsNew）ページ ---------- */

#whatsnew {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

#whatsnew .box1 {
	padding: 3px;
	width: 560px;
	background-color: #000000;
	line-height: 2;
	font-size: 90%;
	margin-left: 20px;
	margin-bottom: 30px;
}

#whatsnew .box2 {
	border: 1px solid #333333;
	padding: 15px;
}

#whatsnew .box1 p {
	margin: 10px;
}

.box2 .date {
	text-align: right;
}

.box1 h3 {
	text-align: left;
	font-weight: normal;
	font-size: 100%;
}

 /* ---------- #サイトマップ（Contact Us）ページ ---------- */
#sitemap {
	text-align: left;
	line-height: 2;
	background-image: url(images/sitemap/bg_image.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 50px;
}

#sitemap ul {
	margin-left: 30px;
	font-size: 90%;
}

#sitemap li ul {
	list-style-type: none;
	font-size: 100%;
}

 /* ---------- #sidebar ---------- */
#sidebar h3 {
	margin-top: 40px;
	margin-bottom: 50px;
	text-align: center;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	margin-bottom: 30px;
	margin-top: 10px;
	margin-left: 10px;
}

 /* ---------- #footer ---------- */
#footer address {
	font-style: normal;
	font-size: 85%;
	line-height: 1.5;
	padding-top: 5px;
}

#footer strong {
	letter-spacing: 0.1em;
}

#footer p {
	font-size: 80%;
	margin-top: 10px;
}


