@charset "utf-8";
/*-------------------------------------------------------------------
	■Redefined
-------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat;
}
a {
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
img {
	border-style: none;
}/*-------------------------------------------------------------------
	■HeaderArea
-------------------------------------------------------------------*/
hr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
	padding-top: 10px;
	margin-bottom: 10px;
}
blockquote {
	background-color: #FFF;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #900;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #900;
	border-right-color: #900;
}
#HeaderArea {
	height: 248px;
	width: 850px;
}
#FooterArea {
	background-image: url(../images/footer.gif);
	height: 62px;
	width: 850px;
	background-repeat: no-repeat;
}
#FooterArea .include {
	font-size: 8pt;
	color: #CCC;
	text-align: left;
	padding-left: 220px;
	padding-top: 5px;
}
/*-------------------------------------------------------------------
	■MainBodyArea
-------------------------------------------------------------------*/
#MainBodyArea {
	width: 884px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/shade.png);
	background-repeat: repeat-y;
}
#MainBodyAreaInclude {
	padding-right: 17px;
	padding-left: 17px;
}
#BlogNaviArea ul {
	margin-left: 16px;
}
#BlogNaviArea li {
	float: left;
}
#BlogNaviArea a {
	background-repeat: no-repeat;
	height: 54px;
	width: 54px;
	display: block;
}
#BlogNaviArea a:hover {
}
#BlogNaviArea .bn1 a {
	background-image: url(../images/blog1_a.gif);
}
#BlogNaviArea .bn1 a:hover {
	background-image: url(../images/blog1_b.gif);
}
#BlogNaviArea .bn2 a {
	background-image: url(../images/blog2_a.gif);
}
#BlogNaviArea .bn2 a:hover {
	background-image: url(../images/blog2_b.gif);
}
#BlogNaviArea .bn3 a {
	background-image: url(../images/blog3_a.gif);
}
#BlogNaviArea .bn3 a:hover {
	background-image: url(../images/blog3_b.gif);
}
#BlogNaviArea .bn4 a {
	background-image: url(../images/blog4_a.gif);
}
#BlogNaviArea .bn4 a:hover {
	background-image: url(../images/blog4_b.gif);
}
#BlogNaviArea .bn5 a {
	background-image: url(../images/blog5_a.gif);
}
#BlogNaviArea .bn5 a:hover {
	background-image: url(../images/blog5_b.gif);
}
/*-------------------------------------------------------------------
	■ArticleArea
-------------------------------------------------------------------*/
#ArticleArea {
	float: left;
	width: 553px;
	margin-left: 16px;
}
#ArticleArea .include {
	text-align: left;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#ArticleArea .top {
	background-image: url(../images/blogtop.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 18px;
	width: 553px;
}
#ArticleArea .top2 {
	background-image: url(../images/blogtop2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 60px;
	width: 553px;
}
#ArticleArea .middle {
	background-image: url(../images/blogmiddle.gif);
	background-repeat: repeat-y;
	width: 553px;
}
#ArticleArea .bottom {
	background-image: url(../images/blogbottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 18px;
	width: 553px;
	margin-bottom: 20px;
}
.include3 {
	text-align: left;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top3 {
	background-image: url(../images/blogtop.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 18px;
	width: 553px;
}
.middle3 {
	background-image: url(../images/blogmiddle.gif);
	background-repeat: repeat-y;
	width: 553px;
}
.bottom3 {
	background-image: url(../images/blogbottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 18px;
	width: 553px;
	margin-bottom: 20px;
}
#ArticleArea .top2 .title {
	float: left;
	width: 410px;
}
#ArticleArea .top2 h2 {
	color: #FFF;
	padding-top: 22px;
	line-height: 40px;
	font-size: 12pt;
	font-weight: bold;
}
#ArticleArea .top2 .day {
	float: right;
	width: 140px;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	padding-top: 20px;
}
#ArticleArea .middle li {
	margin-bottom: 10px;
}
#ArticleArea .cm {
	font-size: 10pt;
}
#ArticleArea dd {
	margin-bottom: 20px;
}
#ArticleArea dt {
	margin-bottom: 5px;
	color: #666;
}
.fileimg img {
	border-top-width: 6px;
	border-right-width: 2px;
	border-bottom-width: 6px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
/*-------------------------------------------------------------------
	■NaviArea
-------------------------------------------------------------------*/
#NaviArea {
	float: right;
	width: 256px;
	margin-right: 10px;
}
#NaviArea #pictboxarea {
	text-align: center;
	margin-bottom: 10px;
}
#NaviArea .top {
	background-image: url(../images/menutop.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
	width: 256px;
}
#NaviArea .middle {
	background-image: url(../images/menumiddle.gif);
	background-repeat: repeat-y;
	width: 256px;
}
#NaviArea .middle .include {
	text-align: left;
}
#NaviArea .middle ul {
	margin-bottom: 30px;
	padding-left: 20px;
}
#NaviArea .middle li {
	margin-bottom: 10px;
	color: #CCC;
	font-size: 10pt;
}
#NaviArea .middle li a {
	color: #CCC;
	text-decoration: underline;
}
#NaviArea .middle li a:hover {
	color: #900;
}
#NaviArea .bottom {
	background-image: url(../images/menubottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 9px;
	width: 256px;
	margin-bottom: 50px;
}
#NaviArea h2 {
	font-size: 10pt;
	line-height: 29px;
	color: #333;
	background-image: url(../images/navih2.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 29px;
	width: 230px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#NaviArea .search {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px;
	width: 200px;
	margin-left: 20px;
	color: #666;
}
.button input {
	padding: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.button {
	text-align: center;
	padding-top: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px;
	color: #666;
}
/*-------------------------------------------------------------------
	■Generic class
-------------------------------------------------------------------*/
.new {
	font-weight: bold;
	color: #CC0033;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 7pt;
}
.clear {
	clear: both;
	font-size: 0mm;
	line-height: 0mm;
}
.align_c {
	text-align:center;
}
.algin_r {
	text-align:right;
}
.algin_l {
	text-align:left;
}
.li01 li, .li02 li, .li03 li, .li04 li, .li05 li, .li06 li, .li07 li, .li03b li, .li04b li {
	line-height: 16px;
	height: 16px;
	margin-bottom: 5px;
	padding-left: 20px;
}
.li01 li {
	background: url(../images/common/list01.gif) no-repeat left center;
}
.li02 li {
	background: url(../images/common/list02.gif) no-repeat left center;
}
.li03 li {
	background: url(../images/common/list03.gif) no-repeat left center;
}
.li04 li {
	background: url(../images/common/list04.gif) no-repeat left center;
}
.blank {
	background-image: url(../images/common/d.gif);
	height: 0px;
	width: 0px;
}
.linetext {
	padding-right: 12px;
	padding-left: 12px;
	line-height: 24px;
	font-size: 14px;
	background-image: url(../images/admin/line2.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}
.box {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px;
	width: 300px;
	color: #666;
	border: 1px solid #999;
}
.box2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px;
	width: 100px;
	color: #666;
	border: 1px solid #999;
}
/*-------------------------------------------------------------------
	■PageNaviArea
-------------------------------------------------------------------*/
#PageNaviArea {
	height: 30px;
	width: 550px;
	margin-left: 22px;
	color: #666;
}
#PageNaviArea .left {
	float: left;
	width: 180px;
}
#PageNaviArea .right {
	float: right;
	width: 370px;
}
#PageNaviArea ul {
	padding-left: 15px;
	padding-right: 15px;
}
#PageNaviArea li {
	display: inline;
	margin-right: 5px;
	font-size: 9pt;
	line-height: 30px;
}
/* ----- 文字装飾関連 -------------------------------------- */
.Text_bold {
	font-weight: bold;
}
.Text_italic {
	font-style: italic;
}
.Text_through {
	text-decoration: line-through;
}
.Text_underline {
	text-decoration: underline;
}
.Text_Left {
	text-align:left;
}
.Text_Right {
	text-align:right;
}
.Text_Center {
	text-align:center;
}
.Text_Fuchsia {
	color:Fuchsia;
}
.Text_Purple {
	color:Purple;
}
.Text_Red {
	color:Red;
}
.Text_Maroon {
	color:Maroon;
}
.Text_White {
	color:White;
}
.Text_Gray {
	color:Gray;
}
.Text_Silver {
	color:Silver;
}
.Text_Black {
	color:Black;
}
.Text_Aqua {
	color:Aqua;
}
.Text_Teal {
	color:Teal;
}
.Text_Blue {
	color:Blue;
}
.Text_Navy {
	color:Navy;
}
.Text_Yellow {
	color:Yellow;
}
.Text_Olive {
	color:Olive;
}
.Text_Lime {
	color:Lime;
}
.Text_Green {
	color:Green;
}
#NaviArea .middle .include .Twitter {
	text-align: center;
	margin-bottom: 20px;
}

