﻿@charset "utf-8";

body  {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	color: #000000; /* 全体の文字色 */
	background-color: #fff; /* 全体の背景色 */
	margin-left: auto;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.cont #container {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #999999; /* 外側ボックスの境界線 */
	text-align: left;
	background-color: #fff; /* 外側ボックスの背景色 */

} 

.cont #header {  
	margin: 0;
	padding: 0;
	height: 120px;
        background-image: url(../images/kekon1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
} 

.cont #header p {  
	padding-top: 0px;
	padding-left: 15px;
	width: 600px;
} 

.cont #header h1 {
	margin: 0;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}


.cont h2 {
	margin-top: 5px;
	margin-left: 9px;
	padding-top: 3px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	text-align: left;
	border-left  :solid 10px #FF6600;
	border-bottom:solid 1px #FF6600;
	width: 740px;
}

.cont #header a:link {
	color: #666;
        border: none;
}
.cont #header a:visited {
	color: #666;
        border: none;
}
.cont #header a:hover {
	color: #ff0000;
        border: none;
}
.cont #header a:active {
	color: #666;
        border: none;
}



.cont #mainContent {
	margin: 15px 222px 0 10px;	
	width: 730px;
}


.cont #footer {
	padding: 10px 10px;
	background-color:#FFF0FF; /* フッターの背景色 */
	text-align: center;
	vertical-align: middle;
} 
.cont #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
	color: #1353F6;
}

a:link {
	color: #0033FF; /* リンク文字色 */
	text-decoration: underline;
}
a:visited {
	color: #6633FF; /* 訪問済リンク文字色 */
	text-decoration: underline;
}
a:hover {
	color: #ffffff; /* マウスオーバー時リンク文字色 */
	text-decoration: underline;
	background-color: #cc0000; /* マウスオーバー時リンク文字背景色 */
}
a:active {
	color: #0033FF; /* 押下時リンク文字色 */
	text-decoration: underline;
}

a img {
	margin: 0px;
	border: none;
	vertical-align: bottom;
}

/* repeat */
.contbx1 {
	margin: 0 10px 15px 10px;
}

.contbxrsltt {
	margin: 0 10px 14px 10px;
	padding: 2px 12px;
	background-color: #6D6AF8;
	border-bottom: solid 1px #ccc;
	color: #FFFFFF;
	width: 735px;
}

.contbxrsltd {
	margin: 0 10px 20px 10px;
	padding: 12px;
	background-color: #ffffff;
	border: solid 1px #ccc;
	width: 735px;
}

.contbx1ct {
	margin: 0 10px 15px 10px;
	text-align: center;
}

.contbxad1 {
	margin: 0px;
	border: 1px solid #fff;
	text-align: left
	background-color: #FFFFFF; 
	width: 780px;
}


.contbxsearch1 {
	margin: 0 10px 15px 10px;
	padding: 20px 10px 10px 10px;
	border: 1px solid #A6BEFD; /* 検索ボックスまわりの境界線色 */
	background-color: #fff; /* 検索ボックスまわりの背景色 */
	width: 735px;
}

.contbxsearch2 {
	margin: 0;
	padding: 0;
	text-align: center;
}

.contbxsearch3 {
	margin: 0;
	padding: 20px;
	text-align: left;
}


.combutton {
 margin: 6px 0 0 0;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearlft {
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.c1 { 
        text-align:left;
	font-size:15px;
	margin-top :3px;
	margin-left :50px;
	margin-bottom	:3px;
	font-weight: bold;
	color:#666;
}

.c2    { 
	 color		     :#3333ff;
	 font-size	     :12px;
         text-align	     :left;
	 padding-top  	     :0px;
	 padding-left 	     :50px;
	 margin-top  	     :5px;
	 width		     :700px;
	 font-weight: bold;
       }

.red {
	color:#FF0000;
	font-size:16px;
	font-weight: bold;
} 

.red2 {
	font-size:16px;
	font-weight: bold;
	background-color: #cc0000;
	color:#fff;
} 

.orenji {
	color:#FF6600;
	font-size:16px;
} 
.bule {
	background-color: #E1FFFF;
}
	

.yellow {
	background-color: #FFDFFF;
}

.table ｛
	margin-top       :10px;
	margin-left      :20px;
	margin-bottom    :10px;
｝
