﻿@charset "utf-8";
/* CSS Document */

/****************************************************************/
/*                                                              */
/*         office f(エフ) http://www.ito01.com                  */
/*                                                              */
/****************************************************************/

/*******************************************/
/*          全ての要素をゼロ               */
/*******************************************/
* {
	padding: 0px;
	margin: 0;
}

/*******************************************/
/*          ページ全体                     */
/*******************************************/

body {
	font-size: 0.8em;
	text-align: center;
	padding-top: 10px;
	background-color: #ffffff;
}

/*******************************************/
/*          全体                           */
/*******************************************/
#group {
	width: 800px;
	text-align: left;
	color:#333333;
	width : 800px;
}

P {
	text-align: left;
	line-height: 1.5em;
	padding: 5px;
}

/*******************************************/
/*          見出し                         */
/*******************************************/
h1 {
	background-image: url(image/h1_bg.gif);
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	height: 20px;
	padding-left: 10px;
	padding-top: 5px;
}

h2 {
	width: 188px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	background-image: url(image/m_ttl_bg.gif);
	color: #ffffff;
	font-weight : bold;
	font-size: 14px;
	line-height: 20px;
	border: 1px dotted #999999;
}

h3 {
	text-align: left;
	background-image: url(image/m_ttl_bg.gif);
	color: #ffffff;
	font-weight : bold;
	font-size: 14px;
	line-height: 20px;
	border: 1px dotted #999999;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	position: relative;
}

/*******************************************/
/*          ヘッダー                       */
/*******************************************/
#group #header {
	width: 100%;
	height: 200px;
	background-image: url(image/main_img.gif);
	text-align: left;
}

#group #header #logo {
	font-size: 60px;
	color: #ffffff;
	font-family: "Garamond";
	padding-top: 60px;
	padding-left: 30px;
}

#group #header #text {
	font-size: 13px;
	color: #ffffff;
	padding-left: 35px;
}

/*******************************************/
/*          ナビメニュー                   */
/*******************************************/

#group #navi {
	width: 100%;
	height:30px;
	margin: 0 auto;
	background-image: url(image/navi_bg1.GIF);
}

#group #navi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#group #navi ul li {
	float: left;
	margin:0;
	padding:0;
	text-align: center;
	border-right: 1px solid #fff;
}

#group #navi ul li a {
	display: block;
	width: 125px;
	height: 21px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(image/navi_bg1.gif);
	overflow: hidden;
	text-decoration: none;
	color: #FFF;
	padding-top: 9px;
}
#group #navi ul li a:link {
	color: #fff;
}
#group #navi ul li a:hover {
	color: #ff0;
	text-decoration: underline;
}

/************************************************/
/*        コンテンツ                            */
/************************************************/
#group #c_group {
	width: 778px;
	padding: 10px;	
	background-color: #FFF;
	border: solid 1px #CCC;
}

#group #c_group #left {
	float : left;
	width: 200px;
}

#group #c_group #content {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	width: 565px;
}

#group #c_group .floatclear {
	clear: left;
	display: block;
}

/************************************************/
/*        フッター                              */
/************************************************/
#footer {
	width: 770px;
	background-image: url(image/footer_bg.gif);
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	padding: 15px;
}

/************************************************/
/*        サイドメニュー                        */
/************************************************/

#c_group #left ul {
	width: 190px;
	list-style-type: none;
	text-align: left;
	background-color: #ffffff;
	color: #000000;
}

#c_group #left ul li {
	font-size: 14px;
	padding: 5px 5px 5px 10px;
	border-left: 1px dotted #999999;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}


/************************************************/
/*        著作表示                              */
/************************************************/
.writing {
	line-height: 3em;
}
