﻿@charset "utf-8";
/* CSS Document */

/****************************************************************/
/*                                                              */
/*         ALPHA                                                */
/*                                                              */
/****************************************************************/

/*******************************************/
/*          全ての要素をゼロ               */
/*******************************************/
* {
  padding: 0;
  margin: 0;
}

/*******************************************/
/*          ページ全体                     */
/*******************************************/

body {
	text-align: center;
	font-size: 0.8em;
	padding-top: 10px;
	background-color: #FFF;
}

/*******************************************/
/*          見出し                         */
/*******************************************/
h1 {
	background-image: url(image/h1_bg.gif);
	font-size: 13px;
	color: #000000;
	padding-top: 0px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 25px;
	border: 1px solid #CCC;
}

h2 {
	width: 198px;
	text-align: center;
	height: 23px;
	background-image: url(image/m_ttl_bg.gif);
	color: #000000;
	font-weight : bold;
	font-size: 14px;
	border: 1px solid #CCC;
	padding-top: 7px;
}

h3 {
	height: auto;
	text-align: left;
	height: 23px;
	background-image: url(image/m_ttl_bg.gif);
	color: #000000;
	font-weight : bold;
	font-size: 13px;
	border: 1px solid #CCC;
	padding-top: 7px;
	padding-left: 10px;
}

/*******************************************/
/*          コンテンツ全体                 */
/*******************************************/
#group {
	text-align: left;
	color: #333;
	width: 787px;
	background-color: #FFF;
}

P {
	text-align: left;
	line-height: 1.5em;
	padding: 5px;
}

/*******************************************/
/*          ヘッダー                       */
/*******************************************/
#group #header {
	width: 785px;
	height: 200px;
	background-image: url(image/main_img.jpg);
	text-align: left;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#group #header #logo {
	font-size: 60px;
	color: #000000;
	font-family: "Garamond";
	padding-top: 60px;
	padding-left: 30px;
}
#group #header #text {
	font-size: 13px;
	color: #333333;
	padding-left: 35px;
}

/*******************************************/
/*          ナビメニュー                   */
/*******************************************/
#group #navi {
	width: 785px;
	height:30px;
	margin: 0 auto;
	background-color: #333;
	border: 1px solid #CCC;
}
#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.last {
	border-right: none;
}

#group #navi ul li a {
	display: block;
	width: 130px;
	height: 21px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(image/navi_bg1.gif);
	overflow: hidden;
	text-decoration: none;
	color: #000000;
	padding-top: 9px;
}
#group #navi ul li a:link {
	color: #000000;
}
#group #navi ul li a:hover {
	color: #ff0;
	text-decoration: underline;
}

/*******************************************/
/*          コンテンツ                     */
/*******************************************/
#c_group {
	padding: 10px 0 10px 0;
}

#c_group #left {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

#c_group #content {
	width: 570px;
	margin:0 0 0 215px;
}


#c_group .floatclear {
	clear: left;
	display: block;
}

/*******************************************/
/*          フッター                       */
/*******************************************/
#footer {
	background-image: url(image/footer_bg.gif);
	font-size: 13px;
	color: #000000;
	text-align: center;
	padding: 15px;
	border: 1px solid #CCC;
}

/*******************************************/
/*          コンテンツ詳細                 */
/*******************************************/


#left ul {
	width: 200px;
	list-style-type: none;
	text-align: left;
	background-color: #fffacd;
	color: #333;
}

#left ul li {
	font-size: 14px;
	height: 30px;
	padding-top: 10px;
	padding-left: 10px;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

#left ul li a {
	color: #333;
}

#left ul li a:hover {
	color: #00F;
	text-decoration: underline;
}


/*******************************************/
/*          著作表示                       */
/*******************************************/

.writing {
	text-align: center;
	line-height: 3em;
}


