@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 641px){

/*----------------------------------------------------
	全体の基本設定
----------------------------------------------------*/

/*--- 基本設定クリア ---*/

*{
	margin: 0;
	padding: 0;
}

/*--- body設定 ---*/

body {
	background-color: #b0c4de;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 13px;
	text-align: center;			/*--- サイト外枠を中央に寄せる(IE6) ---*/

}

/*--- 画像の枠線消去 ---*/

img {
	border: none;
}


/*--- リンク文字の設定 ---*/

a:link{color:#6666ff;}
a:visited{color:#cc00ff;}
a:hover{color:#ff0000;}
a:active{color:#c0c0c0;}


/*----------------------------------------------------
	見出しの設定
----------------------------------------------------*/

/*--- h1の設定 ---*/

h1{
	float: right;			/* 指定した要素は右側に配置、続く内容は左側に回り込ませる。 */
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 13px;
}

h2 {
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 2px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-top: 1px solid #006400;
	border-right: 1px solid #006400;
	border-bottom: 1px solid #006400;
	border-left: 10px solid #006400;
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #ffffff;
	color: #000000;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight: bold;
	font-size: 15px;
}


h3 {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 8px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom: 3px solid #006400;
	color: #000000;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight: bold;
	font-size: 14px;
}


/*----------------------------------------------------
	レイアウト
----------------------------------------------------*/

/*--- サイト全体の外枠の設定 ---*/

#container {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #ffffff;
	text-align: left;
}


/*--- ヘッダ部 ---*/

#header {
	width: auto;
	height: 42px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom: 3px solid #006400;
	background-color: #ffffff;
	color: #000000;
}

/*--- タイトルロゴ(左寄せ) ---*/

#titlelogo {
	float: left;				/* 指定した要素を左側、続く要素を右側に回り込み */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 5px;
	padding: 0;
	background-color: #ffffff;
}


/*--- ナビメニューの枠 ---*/

#navi {
	clear: both;
	width: auto;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding: 0;
	background-color: #373737;
	text-align: center;
}

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

#navi ul li a {
	display: block;
	float: left;		/* 指定した要素を左側、続く要素を右側に回り込み */
	width: 100px;
	height: 25px;
	line-height: 2.3;
	padding-top: 0;
	border-right: 1px solid #c0c0c0;
	background-color: #373737;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}

#navi ul li a:hover {
	background-color: #515356;
	text-decoration: underline;
}

#home #navi #n_home a,
#contact #navi #n_contact a
{
	background-color: #006400;
	color: #ffffff;
}

/*--- clearfix ---*/

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}


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

#contents {
	float: left;				/* 指定した要素を左側、続く要素を右側に回り込み */
	width: 660px;
	height: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	background-color:#ffffff;
}


/*--- 右サイドバー全体を囲む枠部分 ---*/

#sidebar {
	float: right;			/* 指定した要素を右側、続く要素を左側に回り込み */
	width: 205px;
	height: auto;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 1px;
	background-color:#ffffff;
}


/*--- サイドバーの各タイトル部分 ---*/

#sidebar .titles {
	line-height: 1.7;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px solid #006400;
	border-right: 1px solid #006400;
	border-bottom: 1px solid #006400;
	border-left: 1px solid #006400;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px; 
	background-color: #006400;
	color: #fffafa;
	font-weight: normal;
	text-align: center;
}



/*--- サイドバーの上段部分のBOX ---*/

#sidebar .top_box {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


/*--- サイドバーの中段部分のBOX ---*/

#sidebar .middle_box {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	/* border: 1px solid #000000; */
}

#sidebar .middle_box2 {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*--- サイドバーの下段部分のBOX ---*/

#sidebar .bottom_box {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*--- サイドバーの設定 ---*/

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

#sidebar ul li a {
	display: block;
	width: auto;
	height: auto;
	line-height: 1.2;
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-left: 23px;
	border-right: 1px solid #006400;
	border-bottom: 1px solid #006400;
	border-left: 1px solid #006400;
	background-color: #ffffff;
	color: #666666;
	font-size: 13px;
	text-decoration: none;
	background-image: url("../img/arrow.gif");
	background-position: 2% 46%;
    background-repeat: no-repeat;
}

#sidebar ul li a:hover {
	background-color: #f5f5f5;
	text-decoration: underline;
	color: #ff0000;
}

#sidebar .middle_box2 ul li a {
	display: block;
	width: auto;
	height: auto;
	line-height: 1;
	padding-top: 7px;
	padding-bottom: 4px;	
	padding-left: 17px;
	border-right: 1px solid #006400;
	border-bottom: 1px solid #006400;
	border-left: 1px solid #006400;
	background-color: #ffffff;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	background-image: url("../img/square.gif");
	background-position: 2% 46%;
    background-repeat: no-repeat;
}

#sidebar .middle_box2 ul li a:hover {
	background-color: #f5f5f5;
	text-decoration: underline;
	color: #ff0000;
}


/*--- フッタ部 ---*/

#footer {
	clear: both;
	width: auto;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 3px;
	border: 1px solid #000000;
	background-color :#000000;
	color: #ffffff;
	text-align: center;
}


/*----------------------------------------------------
	共通設定
----------------------------------------------------*/

/*--- コンテンツ部分の設定 ---*/

#contents p {
	line-height: 1.6;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 14px;
	text-align: left;
}

#contents ul {
	margin-bottom: 15px;
}

#contents li {
	margin-bottom: 0;
	margin-left: 35px;
	padding-bottom: 0;
	list-style-image: url("../img/arrow.gif");
	font-weight: bold;
	font-size: 14px;
}

.site_info .site_name {
	font-size: 16px;
	font-weight: bold;
}

/*--- フォントの設定 ---*/

.bold {
	font-weight: bold;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.font16 {
	font-size: 16px;
}



/*--- blockquote ---*/

blockquote {
    width: auto;	
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;	
	padding-left: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 14px;
    line-height: 1.5;
}


/*--- テーブルの設定 ---*/

.list {
	width: 97%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-collapse: collapse;
}

.list th {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border: 1px solid #cccccc;
	background-color: #eaeaea;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
}

.list td {
	line-height: 1.3;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #cccccc;
	font-size: 13px;
}


.list_def {
	width: 97%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 13px;
	border-collapse: collapse;
	line-height: 1.3em;
	font-size: 13px;
}

.list_def th {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #eaeaea;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align: center;
}

.list_def td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	border: 1px solid #cccccc;
}

.list_def td p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 1.3em;
}


.list_top {
	width: 97%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 13px;
	border-collapse: collapse;
	line-height: 1.3em;
	font-size: 13px;
}

.list_top th {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #eaeaea;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #cccccc;
	text-align: center;
}

.list_top th.last  {
	border-bottom: 1px solid #cccccc;　/*テーブルの一番下のボーダー色変更*/ 
}

.list_top td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	border: 1px solid #cccccc;
}

.list_top td p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 1.3em;
}

.list_webmaster {
	width: 97%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 13px;
	border-collapse: collapse;
	line-height: 1.3em;
}

.list_webmaster th {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #eaeaea;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #cccccc;
	text-align: center;
}

.list_webmaster th.last  {
	border-bottom: 1px solid #cccccc;　/*テーブルの一番下のボーダー色変更*/ 
}

.list_webmaster td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	border: 1px solid #cccccc;
}

.list_webmaster td p {
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.list_newinfo {
	width: 80%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 14px;
	border-collapse: collapse;
}

.list_newinfo th {
	line-height: 1.3em;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #eaeaea;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.list_newinfo td {
	line-height: 1.4em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	border: 1px solid #cccccc;
	font-weight: bold;
	line-height: 1.5em;
}

.list_newinfo td p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom:10px;
	padding-left: 0;
	font-weight: bold;
}

.av_list {
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #000000;
	border-collapse: collapse;
	line-height: 1.3em;
	font-size: 13px;
}

.av_list th {
	padding-top: 0;
	padding-right: 4px;
	padding-left: 4px;
	text-align: left;
	vertical-align: bottom;
}

.av_list td {
	margin-top: 0;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 1px;
	border: 0 solid #cccccc;
}


/*--- マウスオーバー画像半透明 ---*/

a:hover img {
    filter: alpha(opacity=60); 		/*-- IE6,IE7 --*/
    -ms-filter: "alpha( opacity=60 )"; 		/*-- IE8 --*/
    -moz-opacity: 0.6;	/*-- FireFox --*/
    opacity: 0.6;	/*-- Chrome,Opera,Safari --*/
}


}







@media screen and (max-width:640px){



/*----------------------------------------------------
	全体の基本設定
----------------------------------------------------*/

/*--- 基本設定クリア ---*/

*{
	margin: 0;
	padding: 0;
}

/*--- body設定 ---*/

body {
	background-color: #b0c4de;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 14px;
	text-align: center;			/*--- サイト外枠を中央に寄せる(IE6) ---*/

}

/*--- 画像の枠線消去 ---*/

img {
	border: none;
	max-width: 100%;
    height: auto;
}


/*--- リンク文字の設定 ---*/

a:link{color:#6666ff;}
a:visited{color:#cc00ff;}
a:hover{color:#ff0000;}
a:active{color:#c0c0c0;}


/*----------------------------------------------------
	見出しの設定
----------------------------------------------------*/

/*--- h1の設定 ---*/

h1{
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 2px;
	padding: 0;
	font-weight: normal;
	font-size: 14px;
}

h2 {
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 2px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-top: 1px solid #006400;
	border-right: 1px solid #006400;
	border-bottom: 1px solid #006400;
	border-left: 10px solid #006400;
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #ffffff;
	color: #000000;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight: bold;
	font-size: 15px;
}


h3 {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 8px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom: 3px solid #006400;
	color: #000000;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight: bold;
	font-size: 14px;
}


/*----------------------------------------------------
	レイアウト
----------------------------------------------------*/

/*--- サイト全体の外枠の設定 ---*/

#container {
	width: 97%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
	background-color: #ffffff;
	text-align: left;
}


/*--- ヘッダ部 ---*/

#header {
	width: auto;
	height: auto;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom: 3px solid #006400;
	background-color: #ffffff;
	color: #000000;
}

/*--- タイトルロゴ(左寄せ) ---*/

#titlelogo {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 5px;
	padding: 0;
	background-color: #ffffff;
}


/*--- ナビメニューの枠 ---*/

#navi {
	clear: both;
	width: auto;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding: 0;
	background-color: #373737;
	text-align: center;
}

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

#navi ul li a {
	display: block;
	float: left;		/* 指定した要素を左側、続く要素を右側に回り込み */
	width: 100px;
	height: 25px;
	line-height: 2.3;
	padding-top: 0;
	border-right: 1px solid #c0c0c0;
	background-color: #373737;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}

#navi ul li a:hover {
	background-color: #515356;
	text-decoration: underline;
}

#home #navi #n_home a,
#contact #navi #n_contact a
{
	background-color: #006400;
	color: #ffffff;
}

/*--- clearfix ---*/

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}


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

#contents {
	width: auto;
	height: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color:#ffffff;
}


/*--- 右サイドバー全体を囲む枠部分 ---*/

#sidebar {
	width: auto;
	height: auto;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 1px;
	background-color:#ffffff;
}


/*--- サイドバーの各タイトル部分 ---*/

#sidebar .titles {
	line-height: 1.7;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px solid #006400;
	border-right: 1px solid #006400;
	border-bottom: 1px solid #006400;
	border-left: 1px solid #006400;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px; 
	background-color: #006400;
	color: #fffafa;
	font-weight: normal;
	text-align: center;
}



/*--- サイドバーの上段部分のBOX ---*/

#sidebar .top_box {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


/*--- サイドバーの中段部分のBOX ---*/

#sidebar .middle_box {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	/* border: 1px solid #000000; */
}

#sidebar .middle_box2 {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*--- サイドバーの下段部分のBOX ---*/

#sidebar .bottom_box {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*--- サイドバーの設定 ---*/

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

#sidebar ul li a {
	display: block;
	width: auto;
	height: auto;
	line-height: 1.4;
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-left: 30px;
	border-right: 1px solid #006400;
	border-bottom: 1px solid #006400;
	border-left: 1px solid #006400;
	background-color: #ffffff;
	color: #666666;
	font-size: 15px;
	text-decoration: none;
	background-image: url("../img/arrow.gif");
	background-position: 2% 46%;
    background-repeat: no-repeat;
}

#sidebar ul li a:hover {
	background-color: #f5f5f5;
	text-decoration: underline;
	color: #ff0000;
}

#sidebar .middle_box2 ul li a {
	display: block;
	width: auto;
	height: auto;
	line-height: 1;
	padding-top: 7px;
	padding-bottom: 4px;	
	padding-left: 30px;
	border-right: 1px solid #006400;
	border-bottom: 1px solid #006400;
	border-left: 1px solid #006400;
	background-color: #ffffff;
	color: #666666;
	font-size: 15px;
	text-decoration: none;
	background-image: url("../img/square.gif");
	background-position: 2% 46%;
    background-repeat: no-repeat;
}

#sidebar .middle_box2 ul li a:hover {
	background-color: #f5f5f5;
	text-decoration: underline;
	color: #ff0000;
}


/*--- フッタ部 ---*/

#footer {
	clear: both;
	width: auto;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 3px;
	border: 1px solid #000000;
	background-color :#000000;
	color: #ffffff;
	text-align: center;
}


/*----------------------------------------------------
	共通設定
----------------------------------------------------*/

/*--- コンテンツ部分の設定 ---*/

#contents p {
	line-height: 1.6;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 14px;
	text-align: left;
}

#contents ul {
	margin-bottom: 15px;
}

#contents li {
	margin-bottom: 0;
	margin-left: 35px;
	padding-bottom: 0;
	list-style-image: url("../img/arrow.gif");
	font-weight: bold;
	font-size: 14px;
}

.site_info .site_name {
	font-size: 16px;
	font-weight: bold;
}

/*--- フォントの設定 ---*/

.bold {
	font-weight: bold;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.font16 {
	font-size: 16px;
}


/*--- blockquote ---*/

blockquote {
    width: auto;	
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;	
	padding-left: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 14px;
    line-height: 1.5;
}

/*--- テーブルの設定 ---*/

.list {
	width: 97%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-collapse: collapse;
}

.list th {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border: 1px solid #cccccc;
	background-color: #eaeaea;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
}

.list td {
	line-height: 1.3;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #cccccc;
	font-size: 14px;
}


.list_def {
	width: 97%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 13px;
	border-collapse: collapse;
	line-height: 1.3em;
	font-size: 14px;
}

.list_def th {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #eaeaea;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align: center;
}

.list_def td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	border: 1px solid #cccccc;
}

.list_def td p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 1.3em;
}


.list_top {
	width: 97%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 13px;
	border-collapse: collapse;
	line-height: 1.3em;
	font-size: 14x;
}

.list_top th {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #eaeaea;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #cccccc;
	text-align: center;
}

.list_top th.last  {
	border-bottom: 1px solid #cccccc;　/*テーブルの一番下のボーダー色変更*/ 
}

.list_top td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	border: 1px solid #cccccc;
}

.list_top td p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 1.3em;
}

.list_webmaster {
	width: 97%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 14px;
	border-collapse: collapse;
	line-height: 1.3em;
}

.list_webmaster th {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #eaeaea;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #cccccc;
	text-align: center;
}

.list_webmaster th.last  {
	border-bottom: 1px solid #cccccc;　/*テーブルの一番下のボーダー色変更*/ 
}

.list_webmaster td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	border: 1px solid #cccccc;
}

.list_webmaster td p {
	line-height: 1.3em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.list_newinfo {
	width: 80%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 14px;
	border-collapse: collapse;
}

.list_newinfo th {
	line-height: 1.3em;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #eaeaea;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.list_newinfo td {
	line-height: 1.4em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	border: 1px solid #cccccc;
	font-weight: bold;
	line-height: 1.5em;
}

.list_newinfo td p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom:10px;
	padding-left: 0;
	font-weight: bold;
}

.av_list {
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 0;
	border: 1px solid #000000;
	border-collapse: collapse;
	line-height: 1.3em;
	font-size: 13px;
}

.av_list th {
	padding-top: 0;
	padding-right: 4px;
	padding-left: 4px;
	text-align: left;
	vertical-align: bottom;
}

.av_list td {
	margin-top: 0;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 1px;
	border: 0 solid #cccccc;
}

.av_list img {
    width: 100%;
    height: auto;
}







}

