@charset "utf-8";

* {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	list-style-type: none;
}

body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-size: 100%;
	/*background-color: #FC9;*/
background-image: url("../img/navibg.png")
}

#thrColFixHdr #container {
	width: 950px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #FFF5F0;
} 
#thrColFixHdr #header {
	background-color: #FC6;
	height: 138px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	clear: both;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("../top_img/headback.png");
} 
#thrColFixHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
#thrColFixHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 160px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	background-color: #F6F6F6;
	margin-left: 7px;
	margin-top: 10px;
	border: 1px solid #CCC;
}
#thrColFixHdr #sidebar2 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 200px;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 7px;
	border: 1px solid #CCC;
	background-color: #FFF0EE;
	text-decoration: none;
	font-size: 13px;
	color: #333;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
	text-align: center;
	height: 100%;
}
#thrColFixHdr #sidebar3 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 200px;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	background-color: #FEFFF0;
	text-decoration: none;
	font-size: 13px;
	color: #333;
	text-align: center;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#thrColFixHdr #mainContent {
	margin-top: 15px;
	margin-right: 440px;
	margin-bottom: 5px;
	margin-left: 180px;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
} 
#thrColFixHdr #footer {
	background-color: #FFDFBF;
	font-size: 12px;
	width: 880px;
_width:950px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	clear: both;
	display: block;
	position: relative;
} 
#thrColFixHdr #footer p {
	font-size: 12px;
	line-height: 1.5em;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#thrColFixHdr #container #list {
	background-color: #9CF;
}
#thrColFixHdr #container #header h1 {
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F33;
	padding-left: 150px;
}

/*サイドメニュー-----------------------------------*/
#side_menu ul {
	padding: 4px;
	margin: 4px;
}
#side_menu ul a {
	text-decoration: none;
	font-size: 13px;
	color: #333;
	text-align: left;
	display: block;
	background-color: #FFFFEC;
	text-align: left;
	font-size: 13px;
	color: #191919;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#side_menu ul a:hover {
	background-color: #FF0;
	color: #F00;
}

#side_menu ul list {
	text-align: left;
	margin-bottom: 2px;
}
#side_menu ul list a {
}
#side_menu ul list a:hover {
}

h1,h2,h3 {
	display: block;
	padding: 2px;
	font-size: 14px;
	color: #000;
	font-weight: bolder;
	word-spacing: 1.5em;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

h2,h3 {

}
#thrColFixHdr #container #sidebar3 form {
	text-align: center;
}
#thrColFixHdr #container #header h1 {
	height: 133px;
	width: 157px;
	margin: 0px;
	padding: 0px;
}
#thrColFixHdr #container #header #inhead {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#thrColFixHdr #container #header #inhead #topimp {
	float: left;
}
#thrColFixHdr #container #sidebar2 #osirase iframe {
}
/*イメージリンク・ホバー-----------------------------------*/
#thrColFixHdr #container #sidebar2 #osirase {
	width: 195px;
}
p {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
p img {
	text-decoration: none;
	border: 1px solid #666;
	margin-top: 2px;
	margin-bottom: 2px;
}
p img a {
	text-decoration: none;
	border: 1px solid #666;
}
.formside a {
	color: #000;
	text-decoration: none;
	margin-top: 3px;
	display: block;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #FFDFFD;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align: left;
	padding-left: 10px;
}
.formside {
	color: #333;
	text-decoration: none;
	font-size: 14px;
}
.formside a:hover {
	color: #F00;
	text-decoration: none;
	background-color: #FF0;
}
.f1 {
	line-height: 1.8em;
	background-color: #FC9;
	padding: 5px;
	border: 1px solid #CCC;
	margin-top: 4px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 1px;
	height: 100%;
}
#kago {
	padding: 0px;
	margin-top: 4px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	width: 195px;
	height: 55px;
}
#emailtoroku {
	font-size: 12px;
	padding: 5px;
	background-color: #FC9;
	border: 1px solid #CCC;
	text-align: center;
}
/*リストメニュー-----------------------------------*/
#list_side_menu {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.alist ul {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	clear: both;
}

.alist ul li {
	color: #333;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 2px;
	font-size: 14px;
	width: 210px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

.alist ul li a{
	text-decoration: none;
	display: block;
	padding: 5px;
}


/*▼▼▼リストメニュー【子】-----------------------------------*/
#cl1 li a{
	background-color: #FFC;
}
#cl1 li a:hover{color: #F00;background-color: #FF0;	padding: 5px;}

ul.cl1 li a{
	background-color: #FFC;
}
ul.cl1 li a:hover{color: #F00;background-color: #FF0;	padding: 5px;}


#cl2 li a{
	background-color: #FFE1FF;
}
#cl2 li a:hover{color: #F00;background-color: #FF0;	padding: 5px;}

#cl3 li a{
	background-color: #CFC;
}
#cl3 li a:hover{color: #F00;background-color: #FF0;	padding: 5px;}

#cl4 li a{
	background-color: #CFF;
}
#cl4 li a:hover{color: #F00;background-color: #FF0;	padding: 5px;}

#cl5 li a{
	background-color: #F5FB99;
}
#cl5 li a:hover{color: #F00;background-color: #FF0;	padding: 5px;}

/*▲▲▲リストメニュー【子】-----------------------------------*/


/*footer---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#thrColFixHdr #container #footer #clistcss_footer p a {
	color: #00F;
	line-height: 1.2em;
	position: relative;
}
#thrColFixHdr #container #list_side_menu ul li em a {
	text-decoration: none;
	font-weight: bold;
	color: #00F;
	font-style: normal;
}

#vali p {
	float: left;
	display: block;
	padding: 0px;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
}

#vali p img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

address {
	text-decoration: none;
	color: #000;
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	clear: both;
}#thrColFixHdr #container #sidebar1 #side_menu ul li #emailtoroku form p {
	font-size: 12px;
	color: #000;
}
#twit {
	display: block;
	width: 195px;
	margin-bottom: 5px;
	border: 1px solid #666;
	background-color: #ff8800;
	float: right;
	margin-right: 1px;
	margin-top: 5px;
}
#twit p {
	font-size: 12px;
	color: #FFF;
	margin-bottom: 3px;
}
h2.h2list {
	font-size: medium!important;
	color: #FF6600!important;
	background-color: #EEF7BB;
	width: 939px!important;
	border: 1px solid #FFFFFF;
	height: auto!important;
	float: left;
	clear: left;
	padding: 5px 3px 2px 3px;
	margin-top: 5px;

}

h3.itemlist {
	font-size: small !important;
	color: #FFCC00 !important;
	background-color: #FFFFE6;
	width: 939px!important;
	border-top: 1px solid #F5F5F5;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #E6E6FA;
	border-left: 1px solid #FFFFFF;
	height: auto!important;
	float: left;
	clear: left;
	padding:  5px 3px 2px 3px;
}
li.anikyara {color:red !important;
	clear:left;
	background-color:yellow;
	width:862px!important;
	_width:852px!important;
	display:block!important;
}