@charset "Shift_JIS";

/*======================================

	基本設定

=======================================*/

* {
	margin: 0px;
	padding: 0px;
	line-height: 1.0;
}

body {
	background-color: #fff;
	font-family : "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 12px;
	color: #555;
	text-align: center;
}

a:link {
	text-decoration:underline;
	color:#3366CC;
}

a:visited {
	text-decoration:underline;
	color:#3366CC;
}

a:active {
	text-decoration:underline;
	color:#3366CC;
}

a:hover {
	text-decoration:none;
	color:#FF0000;
}

img {
	border: none;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

form fieldset {
	border: none;
}

/*======================================

	見出し

=======================================*/

h1 {
	font-size: 9px;
	color: #999;
	font-weight: normal;
	float: left;
}

h1 a:link {
	color: #999;
	text-decoration:none;
}

h1 a:visited {
	color: #999;
	text-decoration:none;
}

h1 a:hover {
	color: #999;
	text-decoration:underline;
}

h2 {
	font-size: 12px;
	font-weight: normal;
}

h3 {
	text-align: left;
	font-size: 16px;
	font-family: "Century Gothic", Futura, "Gill Sans", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 1px 0 0 7px;
	border-left: 15px solid #00aedb;
}

h4 {
	text-align: left;
	font-size: 16px;
	font-family: "Century Gothic", Futura, "Gill Sans", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 1px 0 0 7px;
	border-left: 15px solid #0059c7;
}


/*======================================

	リスト

=======================================*/

#ol01{
	text-align: left;
	list-style-type: none;
	width: auto;
	line-height: 1.5;
}

#ol01 ol{
	margin: 20px 0 0 0;
	text-align: left;
	list-style-type: none;
	width: auto;
	line-height: 1.5;
}

#ol01 li{
	margin: 10px 0;
	list-style-type: none;
	line-height: 1.5;
}


.cate ol{
	text-align: left;
	list-style-type: none;
	width: auto;
}

.cate li{
	background: url(../img/menu3.gif) no-repeat left top;
	padding-left: 15px;
	margin: 7px;
	list-style-type: none;
}

.cate li a:link,
.menu li a:link {
	color: #555;
	text-decoration:none;
}

.cate li a:visited,
.menu li a:visited {
	color: #555;
	text-decoration:none;
}

.cate a:hover,
.cate li a:hover,
.menu li a:hover {
	color: #000;
	text-decoration:underline;
}

.cate a:link {
	color: #333;
	text-decoration:none;
}

.cate a:visited {
	color: #333;
	text-decoration:none;
}

/*======================================

	レイアウト設定

=======================================*/

#all,
#header,
#footer {
	width: 850px;
}

/* ----------　ページ全体　------------- */

#all {
	margin: 0px auto 10px auto;
	text-align: center;
	background: #fff url(../img/bktop.gif) repeat-x;
}


/* ----------　ヘッダー　------------- */

#header {
	text-align: left;
	height: 100px;
	margin: 0 0 10px 0;
	background: url(../img/title2.gif) bottom left no-repeat;
}

#title {
	width: 210px;
	margin: 35px 0 0 0;
	float:left;
}

#info {
	width: 640px;
	margin: 45px 0 0 0;
	float:right;
}

#info ul{
	list-style-type: none;
	width: auto;
}

#info li{
	background: url(../img/b01.gif) no-repeat left center;
	padding-left: 15px;
	margin: 0 15px 0 20px;
	list-style-type: none;
	float: right;
}

#info li a:link {
	color: #888;
	text-decoration:none;
}

#info li a:visited {
	color: #888;
	text-decoration:none;
}

#info li a:hover {
	color: #888;
	text-decoration:none;
}

.menu {
	border: 1px solid #ccc;
	margin-bottom: 15px; 
	background: #f1f1f1;
	padding: 5px;
}

.menuin {
	height: 24px;
	color: #333;
	background: #fff;
}

.menu ol{
	margin-left: 3px;
	text-align: center;
	list-style-type: none;
	width: auto;
}

.menu li{  /*850-(2+10+3)=835/5=167*/
	background: url(../img/menu4.gif) no-repeat right center;
	padding: 7px 0 5px 0;
	width: 167px;
	list-style-type: none;
	float: left;
}

.menu li.me2{
	background-image: none;
}


/* ----------　メイン 左側サイド　------------- */

#side {
	margin-bottom: 30px; 
	width: 160px;
	float:left;
}

.cate {
	border: 1px solid #ccc;
	width: 158px;
	margin-bottom: 15px; 
}

.cate div {
	margin: 4px; 
	width: 150px;
	height: 25px;
	background: #e0e0e0;
}

.cate div h2 {
	line-height: 25px;
}

/* ----------　メイン　------------- */

#main {
	width: 670px;
	float:right;
}

/* ----------　ワイド　------------- */

#main2 {
	width: 670px;
	float:right;
	text-align: left;
}

/* ----------　検索　------------- */
#search {
	background: #fff url(../img/bksearch.gif) repeat-x;
	height: 49px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 16px 0 0 0;
}

.formtx {
	border: 3px solid #0059C7;
	padding: 3px 0 0 0;
}

.formbu {
	padding: 3px 0 0 0;
}



/* ----------　ワイド　------------- */

#wide {
	width: 800px;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
}

.widein1 {
	border: 1px solid #ccc;
	padding: 25px;
}

.widein1 p{
	line-height: 1.5;
	margin: 2px 0px;
}

.widein1 ul{
	margin: 10px 40px;
	width: auto;
}

.widein1 li{
	padding: 3px;
	list-style-type: decimal;
}

.widein2 {
	padding: 25px;
}

.widein2 p{
	line-height: 1.5;
}

.widein2 ul{
	margin: 10px 0px;
	width: auto;
}

.widein2 li{
	padding: 3px;
	list-style-type: none;
}

.widein2 li.li01{
	font-size: 14px;
	color: #003399;
}

.widein3 {
	padding: 15px;
}

.widebox{
	margin: 0 0 20px 0;
}

.widebox p {
	line-height: 1.5;
}

#category {
	width: 740px;
	overflow: auto;
	margin: 20px 0px;
}
#category table{
	font-size:12px;
	border-collapse: collapse;
}
#category td{
	text-align:left;
	vertical-align:top;
	border:1px solid #cccccc;
	padding:10px;
	width:50%;
}
#category ul{
	margin:0px 0px 0.5em 0px;
	padding:0px;
	list-style:none;
}

#category td ul li { padding:1px;}
#category td ul li ul li{ float:left; width:170px}
#category td ul li ul li ul{float:none; margin-left:8px; border-left:2px solid #cccccc;}
#category td ul li ul li ul li{float:none; width:160px;}

.red{
	color: #FF0000;
}

.red2{
	color: #CC3333;
}


.blue{
	color: #006633;
	font-size: 14px;
}

.blue2{
	color: #3366CC;
}

/* ----------　メイン左　------------- */

#naiyo {
	width: 530px;
	float:left;
}

#naiyo2 {
	width: 530px;
	float:left;
	text-align: left;
	line-height: 1.5;
}


#topinfo {
	text-align: left;
	line-height: 1.5;
	margin: 0 0 20px 0;
	padding: 10px;
	border: 3px solid #C4ECF7;
}

#navi {
	font-size: 10px;
	margin: 0 0 10px 0;
	float:left;
}

#navi2 {
	text-align: left;
	font-family: "Century Gothic", Futura, "Gill Sans", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 1px 0 0 7px;
	border-left: 15px solid #00aedb;
}

.navi3 {
	text-align: left;
	font-family: "Century Gothic", Futura, "Gill Sans", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 1px 0 0 7px;
	border-left: 15px solid #0059c7;
}

.mokuj {
	font-size: 11px;
	text-align: left;
}

.mokuj2 {
	font-size: 11px;
	text-align: center;
}

#change {
	float:right;
}

.conttop { 
	background: url(../img/bkdot1.gif) repeat-x left bottom;
	height: 35px;
	text-align: left;
	padding: 0 10px 10px 10px;
}

.cont { 
	background: url(../img/bkdot1.gif) repeat-x left bottom;
	text-align: left;
	height: 145px;
	padding: 10px;
}

.c01 {
	width: 122px;
	float: left;
}

.c02 {
	background: url(../img/bkcont.gif) no-repeat left top;
	text-align: center;
	width: 28px;
	height: 31px;
	font-size: 10px;
	font-weight: bold;
	padding-top: 9px;
	float: left;
}

.c05 {
	background: url(../img/bkcont.gif) no-repeat left top;
	text-align: center;
	width: 28px;
	height: 31px;
	float: left;
}

.c03 {
	margin-bottom: 5px;
	float: right;
}

.c04 {
	width: 120px;
	height: 90px;
	border: 1px solid #ccc;
}

.c21 {
	width: 375px;
	float: right;
}

.c22 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.c22 a:link {
	color: #073CA5;
	text-decoration: none;
}

.c22 a:visited {
	color: #073CA5;
	text-decoration: none;
}

.c22 a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.c23 {
	margin: 0 0 0 10px;
	color: #0099CC;
	font-weight: normal;
	font-size: 9px;
}

.c24 {
	margin-left: 15px;
}


.c30 {
	margin: 0 0 0 10px;
}

.c25 {
	color: #777;
	font-size: 9px;
}

.c26 {
	float: left;
}

.c27 {
	float: right;
	margin-bottom: 5px;
}

.c27 img {
	margin: 0 0 0 5px;
}

.c27 a:link {
	color: #999;
	text-decoration: none;
}

.c27 a:visited {
	color: #999;
	text-decoration: none;
}

.c27 a:hover {
	color: #333;
	text-decoration: underline;
}

.c28 {
	line-height: 1.3;
	margin-bottom: 5px;
	clear: both;
}

.c29 {
	background: url(../img/bkdot.gif) repeat-x left top;
	padding-top: 7px;
	line-height: 1.3;
	font-size: 9px;
	color: #999;
}

.c29 a:link {
	text-decoration: none;
}

.c29 a:visited {
	text-decoration: none;
}

.c29 a:hover {
	text-decoration: underline;
}

.syukei {
	margin-top: 15px;
	font-size: 11px;
	text-align: center;
}

/* ----------　メイン右　------------- */

#pr {
	background-color: #eee;
	width: 120px;
	height: 1100px;
	float:right;
}

.prbox {
	font-size: 11px;
	background-color: #00AEEC;
	border: 1px solid #109aff;
	margin: 10px;
	padding: 5px 0 4px 0;
	letter-spacing: 1px;
}

.prbox a:link {
	color: #fff;
	text-decoration: none;
}

.prbox a:visited {
	color: #fff;
	text-decoration: none;
}

.prbox a:hover {
	color: #fff;
	text-decoration: underline;
}

.prnew {
	font-size: 11px;
	background-color: #e0e0e0;
	border: 1px solid #aaa;
	margin: 10px;
	padding: 5px 0 4px 0;
	letter-spacing: 1px;
}

#pr ul{
	list-style-type: none;
}

#pr li{
	list-style-type: none;
	margin-bottom: 5px;
}


/* ----------　フッター　------------- */

#footer {
	padding-top: 15px;
	border-top: 3px solid #0059c7;
	font-size: 9px;
}

#footer p {
	margin-bottom: 5px;
}

#footer a:link {
	color: #555;
	text-decoration:none;
}

#footer a:visited {
	color: #555;
	text-decoration:none;
}

#footer a:hover {
	color: #000;
	text-decoration:underline;
}

#admin {
	text-align: right;
	margin-bottom: 10px;
}

