@charset "utf-8";


/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/



/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
	color: #333333;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
	color: #0000FF;
	text-decoration: underline;
}


/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
	color: #990066;
	text-decoration: underline;
}


/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
	color: #339900;
	text-decoration: underline;
}


/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor,.skinBaseStrongColor{
	color: #FF3366;
}

/* 画像のリンク）*/
a img {
    border-style:none;
}



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (3) ボディ（全体）


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* skinBody ボディ */
html {
	height: 100%;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: large;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333333;
	height: 95%;
	letter-spacing: 0.05em;
	background-color: #fff7fc;
}
#body {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 980px;
	min-height: 100%;
}



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


  (3-2) ヘッダー


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* skinHeaderArea ヘッダー980pxエリア */
#header{
	width: 100%;
}



/* ヘッダー下にグローバルナビ(グローバルメニュー)を設置する */

#g_naviarea{
	position: relative; /* ボタン設置用スペース */
	background-color: #FFCCCC;
	padding: 0px;
}

#g_naviarea ul.menu{
	list-style: none;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
}
#g_naviarea ul.menu li{
display:inline;
}
#g_naviarea ul.menu li a{
	display: block;
	float: left;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}
/*▼▼▼ サイズ・位置など ▼▼▼*/
.skinContentsArea{
padding-top:50px; /* ボタン設置用スペース */
}
#g_naviarea{
	top: 0px; /* 上下位置調整 */
	left: 0px; /* 左右位置調整 */
	width: 100%; /* メニュー全体の幅 */
	margin-right: auto;
	margin-left:  auto;
}
#g_naviarea ul.menu li a{
	width: 164px; /* ボタンの幅 */
	line-height: 23px; /* ボタンの高さ */
	font-size: 0.9em; /* ボタンの文字サイズ */
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:4px;
	padding-right:0px;

}
/*▲▲▲ サイズ・位置など ▲▲▲*/
/*▼▼▼ ボタンの色・文字装飾・背景など ▼▼▼*/
#g_naviarea ul.menu li a{ /* 通常時 */
	color: #663333; /* 文字色(白) */
	font-weight: bold; /* 太字(なし) */
	text-decoration: none; /* 下線(なし) */
	background-color: #FFCCCC; /* 背景色(濃い青) */
	background-repeat: repeat; /* 背景画像繰り返し */
}
#g_naviarea ul.menu li a:hover{ /* カーソルが乗った時 */
	color: #660033; /* 文字色(白) */
	font-weight: bold; /* 太字(なし) */
	text-decoration: underline; /* 下線(あり) */
	background-color: #FDE7E6; /* 背景色(薄い青) */
	background-image: url(url()); /* 背景画像 */
	background-repeat: repeat; /* 背景画像繰り返し */
}
#g_naviarea ul.menu li a:visited{ /* 通常時 */
	color: #660033; /* 文字色(白) */
	font-weight: bold; /* 太字(なし) */
	text-decoration: none; /* 下線(なし) */
	background-color: #FFCCCC; /* 背景色(濃い青) */
	background-repeat: repeat; /* 背景画像繰り返し */
}
/*▲▲▲ ボタンの色・背景など ▲▲▲*/
/*ここまで*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


(3-4) メインエリア


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



#main{
	background-color: #ffffff;
	margin-top: 30px;
}

/* skinArticleTitle 記事タイトル文字 */
.contentsTitle{
	background-color: rgb(226,243,142);
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-size: large;
	color: rgb(85, 64, 3);
	marging-bottom: 0px;
	marging-top: 0px;
	margin-top: 0px;
	border-radius: 6px 6px 0px 0px;
	margin-bottom: 0px;
}

.contentsBody{
	line-height: 1.6em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 20px;
}

.articleText{
	font-size: 1.3em;
line-height: 1.8em; 
	color: #333;
}

#contents h2{
	color: #63F;
	margin-top: 30px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-size: large;
	padding-top: 10px;
	text-decoration: underline;
}
#contents img .icon{
	vertical-align: middle;
	margin-right: 5px;

}
#contents .small{
	font-size: small;
}

/* skinArticleText 記事本文 */
.articleText{
margin:30px 0px;
}
.articleText a,a{
color:#ff3366;
text-decoration: underline;
}
.articleText a:visited,a:visited{
color:#ff3366;
text-decoration: underline;
}
.articleText a:hover,a:focus,a:hover{
color:#FF0000;
text-decoration: underline;
}
.contentBody em{
	color: #33F;
	font-weight: bold;
	font-style: normal;
}
.contentBody a{
	color:#F36
}
.contentBody a:hover{
	color:#36F
}

.contentBody a:visited{
	color:#60C
}



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


(3-7) サイドバーエリア


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



 /* サイドバーエリア共通 */
 
#sub{
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #FFF;
}
 
#SubArea{
	width: 90%;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
} 
/* 300pxのサイドバーエリア */






/* (3-8) サイドバー　メニュー
--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.side_contents{
	border-radius: 6px;
	margin-bottom: 30px;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#SubArea h2{
	text-align: center;
	padding-right: 10pt;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 1em;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: rgb(85, 64, 3);
	border-radius: 6px 6px 0px 0px;
	background-color: rgb(226,243,142);
}

/* skinMenuBody サイドメニュー本文エリア */
.sideMenuBody{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 0px;
	font-size: small;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	color:#333;
	font-weight:bold;
}
#SubArea img{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.sideMenuBody strong{
	font-weight: bolder;
	font-size: medium;
}
.sideMenuBody p{
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.4em;
}
.sideMenuBody li{
	margin-left: 0px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #b3b3b3;
	list-style-type: none;
	font-size:small;
}
#menu{
	padding-left:30px;
}



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (3-2) フッター


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



#footer_navi {
	font-size: small;
	margin: 0px;
	background-color: #FFCCCC; /* 背景色(濃い青) */
	position: relative; /* ボタン設置用スペース */
	top: 0px; /* 上下位置調整 */
	left: 0px; /* 左右位置調整 */
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	letter-spacing: 0em;
}

#footer_navi ul.menu{
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
}
#footer_navi ul.menu li{
display:inline;
}
#footer_navi ul.menu li a{
display:block;
float:left;
margin:0;
padding:0;
white-space:nowrap;
overflow:hidden;
text-align:center;
}

#footer_navi ul.menu li a{
width:164px; /* ボタンの幅 */
line-height:1.8em; /* ボタンの高さ */
font-size:0.9em; /* ボタンの文字サイズ */
}
/*▲▲▲ サイズ・位置など ▲▲▲*/
/*▼▼▼ ボタンの色・文字装飾・背景など ▼▼▼*/
#footer_navi ul.menu li a{ /* 通常時 */
	color: #990000; /* 文字色(白) */
	font-weight: bold; /* 太字(なし) */
	text-decoration: none; /* 下線(なし) */
}
#footer_navi ul.menu li a:hover{ /* カーソルが乗った時 */
	color: #FF3366; /* 文字色(白) */
	font-weight: bold; /* 太字(なし) */
	text-decoration: underline; /* 下線(あり) */
}
#footer_navi ul.menu li a:visited{ /* 通常時 */
	color: #990000; /* 文字色(白) */
	font-weight: bold; /* 太字(なし) */
	text-decoration: none; /* 下線(なし) */
}
#copy_right {
	font-weight: bold; 
	height: 1.5em;
	text-align: center;
	color: #CC0000;
	font-size: 0.7em;
	line-height: 1.6em;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	padding-top: 2px;
	background-color: #FF9999;
	letter-spacing: 0.1em;
}


/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (4) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */




/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: rgba(255,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
	font-weight: bolder;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}


/**センター寄せ**/
.img_center {
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
/**font_size 2**/
.font_2{
	font-size: small;
	line-height: 1.1em;
}

.img_box{
	text-align: center;
}

/*メイリオフォントに変更する*/
body{
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
}
.in{
	padding: 10px;
	line-height: 1.5em;
}
