﻿@charset "utf-8";
@import "top.css";
@import "service.css";
@import "blog.css";
@import "outline.css";
@import "blog.css";

/* 概要設定 */
body {
	margin:0px;
	padding:0px;
	FONT-SIZE:11px;
	color:#333333;
	line-height:16px;
	FONT-FAMILY:Verdana,ＭＳ Ｐゴシック,Arial,Osaka;
	letter-spacing:1px;
	TEXT-DECORATION:none;
	text-align:center;
	background-image:url("../img/bg.gif");
}

a:link {
	COLOR:#74B76A;
	TEXT-DECORATION: none;
}

a:visited {
	COLOR:#74B76A;
	TEXT-DECORATION: none;
}

a:hover {
	COLOR:#990000;
	TEXT-DECORATION: underline;
}

a:active {
	COLOR:#74B76A;
	TEXT-DECORATION: none;
}

/* テキスト関連 */

.small {
	font-size:9px;
}

/* その他 */
input {
	FONT-FAMILY:Verdana,ＭＳ Ｐゴシック,Arial,Osaka;
	FONT-SIZE:11px;
}

textarea {
	FONT-FAMILY:Verdana,ＭＳ Ｐゴシック,Arial,Osaka;
	FONT-SIZE:11px;
}

p.contact {
	margin:0px 0px 5px 0px;
}

/* ヘッダー */
#container {
	width:800px;
	margin:0 auto;
	text-align:center;
	background-color:#FFFFFF;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

h1 {
	font-weight:normal;
	font-size:9px;
	margin:3px;
	text-align:left;
}

#header {
	display:table;
	width:770px;
	height:65px;
	margin:15px 15px 0px 15px;
	clear:both;
	virtical-align:middle;
}

#logo {
	float:left;
	width:230px;
	height:60px;
	margin:0px;
}

#menu {
	float:right;
	width:530px;
	height:60px;
	margin:0px;
}

#menu_above {
	height:26px;
	text-align:right;
	width:530px;
	text-align:right;
}

#menu_bottom {
	clear:both;
	text-align:right;
	margin-top:5px;
	height:34px;
}

/* メイン */
#main {
	display:table;
	clear:both;
	width:770px;
	height:100%;
	text-align:left;
	font-size:11px;
	margin:15px 15px 15px 15px;
}

/* フッター */
#footer {
	width:800px;
	height:20px;
}

#footer_text {
	margin:5px;
	text-align:right;
	border-top:1px solid #777777;
	vertical-align:middle;
	font-size:8px;
	color:#000000;
}

