/*○○○○○○○○○○○○○○○○○*/
/*広報支援 スタイルシート
           http://hosoi.org/ 　　　 */
/*○○○○○○○○○○○○○○○○○*/

/************************************/
/*ページ全体のスタイル　　　　　　　*/
/************************************/

body{
	font-family: 'Hiragino Kaku Gothic Pro W3', Osaka, Verdana,'Lucida Grande',Arial,sans-serif;
	color: #000000;
	line-height: 120%;	
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	background-image:  url("body_bg.gif");
/*	background-attachment:fixed ;
	background-repeat:no-repeat ;
	background-position: center center;
*/
	}

html {
	scrollbar-base-color: #CCCCCC;
	}

form {
	margin:0px;
	}

/*リンクのスタイル 　　　　　　　　 */
/************************************/

a{
	text-decoration: none;
	}

a:link{
	text-decoration: none;
	color: #003333;
	}

a:visited{
	text-decoration: none;
	color: #669900;
	}

a:hover{
	text-decoration: underline;
	color: #33CC00;
	}

a img{
	border:0px;
	}

/*ヘッダタグのスタイル 　　　　　　 */
/************************************/

h1{
	font-family: 'Hiragino Kaku Gothic Pro W3', Osaka, Verdana,'Lucida Grande',Arial,sans-serif;
	font-size: 200%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	}

h2{
	font-family: 'Hiragino Kaku Gothic Pro W3', Osaka, Verdana,'Lucida Grande',Arial,sans-serif;
	font-size: 150%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	}

h3{
	font-family: 'Hiragino Kaku Gothic Pro W3', Osaka, Verdana,'Lucida Grande',Arial,sans-serif;
	font-size: 125%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	}

h4{
	font-family: 'Hiragino Kaku Gothic Pro W3', Osaka, Verdana,'Lucida Grande',Arial,sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	}

h5{
	font-family: 'Hiragino Kaku Gothic Pro W3', Osaka, Verdana,'Lucida Grande',Arial,sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	}

/* List Tags                        */
/************************************/

ul{
	list-style-type: none;
	}

ul ul{
	list-style-type: disc;
	}

ul ul ul{
	list-style-type: square;
	}

/* 引用文(エントリ内)               */
/************************************/

blockquote{
	font-size: 90%;
	line-height: 120%;
	margin:5px 5px 5px 20px;
	padding:5px 10px 5px 10px;
	border-left: 15px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px ridge #000000;
	border-bottom: 1px ridge #000000;
	}

fieldset{
	}


legend{
	}



/************************************/
/*レイアウト用Div　　　　　　　　　*/
/************************************/

/*コンテナ　　　　　　　　　　　　　*/
/************************************/

#container{
	width:764px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:  url("con_bg.gif");
	}


/*ヘッダ　　　　　　　　　　　　　　*/
/************************************/

#banner{
	font-family: 'Hiragino Kaku Gothic Pro W3', Osaka, Verdana,'Lucida Grande',Arial,sans-serif;
	color: #FFFFFF;
	background-image: url("banner_bg.jpg");
	background-color: #669966;
	padding: 10px 15px 0px 15px;
	margin:0px;
	height:90px;
	}

#banner a{
	color: #FFFFFF;
	}

#banner h1{
	font-size:xx-large;
	font-weight: bolder;
	font-style:italic;
	}

#b-parts{
	padding-top:40px;	
	}

#description{
	font-size: small;
	color: #FFFFFF;
	}

#search{
	float:right;
	}

/*ナビゲーション　　　　　　　　　　*/
/************************************/

#navitable{
	width:764px;
	background-color: #000000;
	}

#globalnavi { 
	width: 600px;
	margin: 0px;
	list-style-type: none;
	font-size: 12px;
	}

#globalnavi ul {  
	margin:0px;
	padding-left: 0px;
	list-style-type: none;
	}

#globalnavi li {	
	width: 116px;
	float: left;
	text-align: center;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	}
	
#globalnavi li a{  
	display: block;
	width: 106px;
	padding: 5px;
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
	}

#globalnavi li a:hover {  
	text-decoration: underline;
	background-color: #CCCCCC;
	color: #000000;
	}

#mail { 
	width: 150px;
	margin: 0px;
	list-style-type: none;
	font-size: 12px;
	}

#mail ul {  
	margin:0px;
	padding-left: 0px;
	list-style-type: none;
	}

#mail li {	
	width: 146px;
	float: left;
	text-align: center;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	}
	
#mail li a{  
	display: block;
	width: 136px;
	padding: 5px;
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
	}

#mail li a:hover {  
	text-decoration: underline;
	background-color: #CCCCCC;
	color: #000000;
	}


/*メインコンテンツ　　　　　　　　　*/
/************************************/

/*ボディ*/


#main{
	float:left;
	width:502px;
	height:auto;
	overflow:hidden;
	background-image: url("con_bg.gif");
	background-repeat:rpeat-y;
	}

#sub{
	float:right;
	width:252px;
	height:100%;
	overflow:hidden;
	background-image: url("side_bg.gif");
	background-repeat:rpeat-y;
	}


/*サイドメニュー*/
.sidetitle{
	text-align: center;
	margin: 0px 5px 0px 5px;
	padding: 2px 0px 2px 0px;
	display: block;
	border: 1px solid #666666;
	background-image:  url("sidetitle.jpg");
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	}

.sidetitle a:link{
	display: block;
	border: 1px solid #666666;
	margin: -2px 0px -2px 0px;
	text-decoration: none;
	background-image:  url("sidetitle.jpg");
	color: #FFFFFF;
	}

.sidetitle a:visited{
	display: block;
	border: 1px solid #666666;
	margin: -2px 0px -2px 0px;
	text-decoration: none;
	background-image:  url("sidetitle.jpg");
	color: #FFFFFF;
	}

.sidetitle a:hover{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
	background-color: #cccccc;
	margin: -2px 0px -2px 0px;
	text-decoration: none;
	background-image:  url("");
	color: #000000;
	}

.s-center{
	margin: 0px 5px 10px 5px;
	padding:10px 5px 10px 5px;
	font-size: 80%;
	text-align: center;
	}

.s-left{
	margin: 0px 5px 10px 5px;
	padding:10px 5px 10px 5px;
	font-size: 80%;	
	text-align: left;
	}

.s-right{
	margin: 0px 5px 10px 5px;
	padding: 0px 5px 0px 5px;
	font-size: 80%;	
	text-align: right;
	}

.s-moblog{
	margin: 0px 5px 10px 5px;
	padding:0px 0px 0px 0px;
	font-size: 80%;
	text-align: center;
	}

.s-center h3 {
	padding: 0px;
	font-size: 120%;
	}

.s-left h3 {
	padding: 0px;
	font-size: 120%;
	}

.s-center ul{
	padding-left: 2px;
 	list-style-type: none;
	margin: 0px;
	font-size: 95%;
	}

.s-left ul{
	padding-left: 2px;
 	list-style-type: none;
	margin: 0px;
	font-size: 95%;
	}

.s-center table {
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
	margin-left:auto;
	margin-right:auto;
	}

/*サイドメニュー特殊パーツ*/

.ad{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	text-align: center;
	}

.pagerank {
	font-family: 'Hiragino Kaku Gothic Pro W3', Osaka, Verdana,'Lucida Grande',Arial,sans-serif;
	font-size: 95%;
	border: 0px;
	width: 55%;
	background-color:#99cc99;
	}

/*カレンダー*/
#calendar {
	line-height: 110%;
	font-size: 100%;
	text-align: center;
	margin:0px 0px 5px 0px;
	}

#calendar a {
	font-weight: bold;
	}

#calendar table {
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	font-size: 95%;
	text-align: center;
	font-weight: bold;
	letter-spacing: .3em;
	margin:0px 0px 5px 0px;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

/*Moblogパーツ*/

.moblog{
	font-size: 80%;
	}

.moblog h4{
	font-size: 100%;
	font-weight: bold;
	}

.moblog h5{
	font-size: 90%;
	}

/*BBSパーツ*/

.bbsform {
	font-weight: bold;
	font-size: 90%;
	font-weight:normal;
	padding: 3px;
	margin: 0px;
	}
		
.bbscontent {
	font-size: 80%;
	font-weight:normal;
	border-top: 1px dashed #006600;
	padding: 3px 5px 3px 5px;
	margin: 0px;
	}
		
.bbsdate {
	font-size:90%;
	font-weight:normal;
	padding: 0px;
	margin: 0px;
	}	

.bbsdate a{
	font-weight: bold;
	}
	
.bbsfooter {
	font-size:80%;
	font-weight:normal;
	border-top: 1px dashed #006600;
	padding: 3px;
	}

/*カテゴリツリー*/

ul.tree {
	margin: 0px!important;
	padding: 0px!important;
	list-style: none!important;
	}

ul.tree ul {
	margin: 0px!important;
	padding: 0px!important;
	}

ul.tree li {
	margin: 0px!important;
	padding: 0px 0px 0px 16px!important;
	background-image: url(tree_lst.gif);
 	background-repeat: no-repeat!important;
	list-style: none!important;
	}

ul.tree li.end {
	background-image: url(tree_end.gif);
	list-style: none;
	}

/*メインパーツ*/

.contentheader{
	padding:0px 15px 0px 15px;
	}

.content {
	padding:0px 15px 5px 15px;
	margin:0px;
	font-size: 80%;
	}

.content img {
	float:left;
	margin:0px 10px 5px 0px;
	}

.content strong {
	font-size:150%;
	}

.clearfloat{
	height:0px;
	clear:left;
	}

.clearboth{
	height:0px;
	clear:both;
	}

.content table {
	position:relative;
	top:0px;
	margin:0px;
	padding: 0px;
	border-collapse: collapse;
	}

.c-title{
	margin: 0px;
	padding: 0px;
	}

.c-title h2{
	font-size: 125%;
	font-weight: bold;
	}

.c-title h3{
	font-size: 105%;
	font-weight: bold;
	}

.c-title a:link{
	display: block;
	border: 1px solid #666666;
	padding: 2px 2px 2px 10px;
	text-decoration: none;
	background-image:  url("c-title.jpg");
	color: #FFFFFF;
	}

.c-title a:visited{
	display: block;
	border: 1px solid #666666;
	padding: 2px 2px 2px 10px;
	text-decoration: none;
	background-image:  url("c-title.jpg");
	color: #FFFFFF;
	}

.c-title a:hover{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
	background-color: #cccccc;
	padding: 2px 2px 2px 10px;
	text-decoration: none;
	background-image:  url("");
	color: #000000;
	}

.p-title{
	margin:10px 0px 5px 0px;
	padding: 0px;
	background-image:  url("c-title.jpg");
	}

.p-title h2{
	border: 1px solid #666666;
	padding: 2px 2px 2px 10px;
	font-size: 125%;
	font-weight: bold;
	}

.p-title h3{
	border: 1px solid #666666;
	padding: 2px 2px 2px 10px;
	font-size: 105%;
	font-weight: bold;
	color: #FFFFFF;
	}

.category{
	text-align: right;
	font-size: 95%;
	}

.posted{
	text-align: right;
	font-size: 75%;
	margin:0px 15px 10px 15px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dashed #666666;
	}

.c-posted{
	text-align: left;
	font-size: 75%;
	margin:0px 15px 10px 15px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dashed #666666;
	}

.c-posted img {
	clear:left;
	}

.navi{
	margin:0px 0px 10px 0px;
	font-size: 75%;
	}

/*サイト案内　　　　　　　　　　　　*/
/************************************/

#siteinfo {
	width:764px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image: url("info_bg.gif");
	background-repeat:rpeat-y;
	line-height: 115%;
	text-align: right;
	font-size: 10pt;
	padding: 0px;
	}

#siteinfo p {
	margin:0px 10px 0px 10px;
	padding-bottom:10px;
	}