@charset "utf-8";
/* メインのCSSファイル。変更の可能性が高い部分の右側にコメントを入れてます */
body  {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;/* 基本設定となる文字の色 */
	background-image: url(images/back.gif);
}
.font-red{
	color:#CC0000;
}
.font-small{
	font-size:10px;
}
.blog{
	font-size:18px;
	line-height:1.8em;
	color:#FF6633;
	text-align:center;
	padding: 20px 0;
}
.center{
	text-align:center;
}

/* メイン部分（全てのコンテンツを囲うdiv） */
.main #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/back-border.gif);
	background-repeat: repeat-y;
	background-position: 180px;
} 

/* ヘッダー */
.main #header {
	background-image:url(images/header.jpg);/* ヘッダー画像 */
	height:65px;
	padding: 85px 10px 0 440px;
} 
.main #header dl {
	margin: 0;
	padding:0;
	font-size:11px;
	line-height:1.3em;
	color:#FFFFFF;
}
.main #header dt {
	float:left;
}
.main #header dd {
	margin-left: 45px;
	margin-bottom:3px;
}
#contentsdiv{
}


/* TOPメニュー */

#topmenu {
	width: 780px;
	padding:0 0;
	background-repeat: no-repeat;
	height: 100px;
	line-height:1.3em;
	position: relative;
}

#topmenu ul{
	margin:0;
	list-style-type:none;
}

/* TOPメニュー内 カテゴリ */
#topmenu ul li{
	font-size:12px;
	margin-bottom:8px;
	text-align:center;
}

#topmenu li{
	float: left;
	width: 170px;
	background-repeat: no-repeat;
	height: 100px;
	line-height:6em;
}

#topmenu ul li a{
	color:#000000; /* カテゴリ文字色 */
	display: block;
	position: relative; /* IE6用 */
	height:20px;
	text-decoration:none;
}

.topmenu div.text{
    position: absolute;
    width: 100%;
    left: 0; 
    text-align: center; 
    color: #000000; 
    font-size: 12px;
    line-height: 12px;
}

/* 左メニュー */
#sidebar1 {
	float: left;
	width: 180px;
	padding:20px 0;
	background-repeat: no-repeat;
	height: 560px;
	line-height:1.3em;
}
#sidebar1 ul{
	margin:0;
	list-style-type:none;
	padding:0;
}


/* 左メニュー内 カテゴリ */
.main #sidebar1 ul li{
	font-size:12px;
	margin-bottom:8px;
	text-align:center;
	width:140px;
	margin:0 auto;
}
.menu01{
	background-image:url(images/menu01.gif);
}
.menu01 a:hover{
	background-image:url(images/menu01r.gif);
}
.menu02{
	background-image:url(images/menu02.gif);
}
.menu02 a:hover{
	background-image:url(images/menu02r.gif);
}
.menu03{
	background-image:url(images/menu03.gif);
}
.menu03 a:hover{
	background-image:url(images/menu03r.gif);
}
.menu04{
	background-image:url(images/menu04.gif);
}
.menu04 a:hover{
	background-image:url(images/menu04r.gif);
}
.menu05{
	background-image:url(images/menu05.gif);
}
.menu05 a:hover{
	background-image:url(images/menu05r.gif);
}
.menu06{
	background-image:url(images/menu06.gif);
}
.menu06 a:hover{
	background-image:url(images/menu06r.gif);
}
.menu07{
	background-image:url(images/menu07.gif);
}
.menu07 a:hover{
	background-image:url(images/menu07r.gif);
}
.main #sidebar1 ul li a{
	color:#000000; /* カテゴリ文字色 */
	display: block;
	position: relative; /* IE6用 */
	height:30px;
	text-decoration:none;
	padding-top:50px;
}
.main #sidebar1 li a:hover{
	color:#FFFFFF;
	font-weight:bold;
}
.main #sidebar1 li a:active{
	color:#FF0000;
	text-decoration:none;
}


/* 右メインコンテンツ部 */
.main #mainContent {
	width:560px; 
	float:left;
	padding:20px;
	min-height:400px;
	height: auto !important;
	height: 400px;
}
.main #mainContent h1 {
	font-size:20px;
	display:block;/* 見出し1背景色 */
	text-align:center;
	color: #FF3300;
	margin-bottom: 20px;
	margin-top: 0px;
	background-image: url(images/h1-back.gif);
	letter-spacing: 2px;
	height: 40px;
	line-height: 32px;
}
.main h2 {
	padding:5px;
	font-size:16px;
	border-left:#333333 solid 5px;/* 見出し2左線 */
	border-bottom:#333333 solid 1px;
	border-right:#333333 solid 1px;
	border-top:#333333 solid 1px;
	width: 100%;
}
.company dl{
	padding:0;
	margin:0;
	background-image:url(images/company-back.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
} 
.company dt{
	padding-left:10px;
	margin-bottom:10px;
	font-size:14px;
	color:#CC0000;
	text-decoration:underline;
} 
.company dd{
	padding-left:10px;
	margin-bottom:10px;
} 
.company ul{
	font-size:14px;
	line-height: 1.5em;
} 
/* 社長挨拶 */
.main #greeting {
	width:780px;
	height:212px;
	background-image:url(images/greeting.jpg);
	margin: 0;
	padding-top: 18px;
}
.main #greeting table{
	width:100%;
}
.greeting-writing{
	margin-left:215px;
	margin-right:20px;
	font-size: 13px;
}
/* --- フッターメニュー --- */
div#footermenu {
	text-align: center;
	width: 750px;
	margin: 0 auto;
}
div#footermenu ul.flist {
margin: 20px 0; /* メニューのマージン（上下、左右） */
padding: 0;
list-style-type: none;
text-align: center; /* メニューのセンタリング */
}
/* --- フッターメニュー項目 --- */
div#footermenu ul.flist li {
padding: 0 3px 0 7px; /* 項目のパディング（上右下左） */
border-left: 1px #000000 solid; /* 項目の左境界線 */
display: inline;
}
div#footermenu ul.flist li.listfirst {
border-left: none;
}
/* フッター */
.main #footer {
	height:40px;
	text-align: center;
	color: #FFFFFF;
	background-color: #003300;
} 
.main #footer p {
	margin: 0;
	padding: 10px 0;
}
/* テーブル用 */
table{
	width:540px;
	margin:0 auto;
	border-top:#000000 1px solid;
	border-left:#000000 1px solid;
	border-collapse: collapse;
}
th{
	background-color:#99CC66;
	color:#00350B;
	padding:5px;
	border-right:#000000 1px solid;
	border-bottom:#000000 1px solid;
	width: 90px;
}
td{
	padding:5px;
	border-right:#000000 1px solid;
	border-bottom:#000000 1px solid;
}
/* プライバシーポリシー用 */
#privacy{
	width:538px;
	height:100px;
	overflow: auto;
	margin: 5px auto 10px auto;
	border: 1px solid #000000;
	padding: 10px;
}
#privacy li{
	margin-bottom:10px;
}
#privacy ul li{
	margin-bottom:0px;
	margin-top:3px;
}
.title{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#003300;
}
/* 文字装飾 */
.deco01{
	color:#CC0000;
}

/* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
.flortright { 
	float: right;
	margin-left: 8px;
}

/* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
.flortleft { 
	float: left;
	margin-right: 8px;
}

/* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

[if IE 5]>
/* この条件分岐コメントに IE 5* を対象とした css ボックスモデルのフィックスを配置します */
.main #sidebar1 { width: 230px; }
<![endif]

[if IE]>
/* この条件分岐コメントにすべてのバージョンの IE を対象とした css のフィックスを配置します */
.main #sidebar1 { padding-top: 30px; }
.main #mainContent {
	zoom: 1;
}
/* 上述の専用のズームプロパティにより、いくつかのバグを回避するのに必要な hasLayout が IE に対して設定されます */
<![endif]
