﻿@charset "utf-8";
@import "top.css";
@import "about.css";
@import "blog.css";

/* 概要設定 */
body {
	margin:0px ;
	padding:0px;
	FONT-SIZE: 10px;
	color:#333333;
	line-height:16px;
	FONT-FAMILY: "Verdana","ＭＳ Ｐゴシック","Arial","Osaka";
	letter-spacing:1px;
	TEXT-DECORATION: none;
	text-align:center;
	background-color:#F7F5F4;
	background-image:url("../img/bg.jpg");
	background-position:50% 85px;
	background-repeat:no-repeat;
}

a:link {
	COLOR: #33CC00;
	TEXT-DECORATION: none;
}

a:visited {
	COLOR: #33CC00;
	TEXT-DECORATION: none;
}

a:hover {
	COLOR: #ff286f;
	TEXT-DECORATION: underline;
}

a:active {
	COLOR: #33CC00;
	TEXT-DECORATION: none;
}

/* テキスト関連 */
.pointed {
	color:#0089B7;
	font-size:11px;
}

.small {
	font-size:10px;
}

/* ヘッダー */
#container {
	width:800px;
	margin:0 auto;
	text-align:center;
}

#header {
	width:800px;
	height:85px;
}

#header_left {
	width:20px;
	height:85px;
	float:left;
}

#header_right{
	width:20px;
	height:85px;
	float:right;
}

#header_body {
	width:760px;
	height:85px;
	float:left;
	background-color:#FFFFFF;
}

#header_body_top {
	width:760px;
	height:20px;
}

#header_body_bottom {
	width:760px;
	height:65px;
	clear:both;
}

#header_body_logo {
	width:200px;
	height:65px;
	float:left;
}

#header_body_menu {
	width:500px;
	height:25px;
	margin-top:40px;
	float:right;
	text-align:right;
}

/* 写真半透明部 */
#photo_toumei {
	width:760px;
	height:200px;
	background-color:#ffffff;
	filter:alpha(opacity=50); /*IE*/
	-moz-opacity:0.50; /*FF*/
	opacity:0.50;
	margin:0 auto;
}

/* メイン */
#main {
	display:table;
	clear:both;
	width:800px;
	background-image:url("../img/bg_shadow.gif");
	background-color:#FFFFFF;
	text-align:left;
}

/* フッター */
#footer {
	width:800px;
	height:55px;
}

#footer_left {
	width:20px;
	height:55px;
	float:left;
}

#footer_right{
	width:20px;
	height:55px;
	float:right;
}

#footer_body {
	width:760px;
	height:55px;
	float:left;
	background-color:#FFFFFF;
}

#footer_body_top {
	width:760px;
	height:35px;
}

#footer_body_bottom {
	width:760px;
	height:20px;
	clear:both;
}

#footer_text {
	width:750px;
	margin:5px 5px 5px 5px;
	padding-top:5px;
	text-align:right;
	border-top:2px solid #777777;
	vertical-align:bottom;
	font-size:7px;
}
