@charset "Shift_JIS";

/* リセット＆フォント設定
---------------------------------------------------- */
/** {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
}*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 12px;
    background: transparent;
}
body {
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

table {
    margin: 0px;
    padding: 0px;
	border-collapse:collapse;
	border-spacing:0;
}

/* リンク設定
---------------------------------------------------- */
a img {
    border: 0;
}
a:link {
	font-size: small;
	color: #46677F;
	text-decoration: none;
}
a:visited {
	font-size: small;
	color: #993399;
	text-decoration: none;
}
a:hover {
	font-size: small;
	color: #ff6600;
	text-decoration: none;
}
a:active {
	font-size: small;
	color: #ff6600;
	text-decoration: none;
}

.clear {
	clear: both;
}


/* 広告リンク設定
---------------------------------------------------- */
#ad_text a:link {
	font-size: small;
	color: #2460A8;
	text-decoration: none;
}
#ad_text a:visited {
	font-size: small;
	color: #2460A8;
	text-decoration: none;
}
#ad_text a:hover {
	font-size: small;
	color: #ff6600;
	text-decoration: none;
}
#ad_text a:active {
	font-size: small;
	color: #ff6600;
	text-decoration: none;
}


/* フォント設定
---------------------------------------------------- */
.txtRed {
	color: #FF0000;
}
.txtBlue {
	color: #0000FF;
}
.txtLinkBlue {
	color: #2460A8;
}
.txtLinkBlueBold {
	font-weight: bold;
	color: #2460A8;
}
.txtLiteBlue {
	color: #6699CC;
}
.txtOrange {
	color: #FF6633;
}
.txtGreen {
	color: #99CC00;
}
.txtBold {
	font-weight: bold;
}
.txtXsmall-b666 {
	font-size: x-small;
	font-weight: bold;
	color: #666666;
}

.articleTime {
	color: #C87366;
}

/* テキスト位置設定
---------------------------------------------------- */
.txtLeft {
	text-align:left;
}
.txtRight {
	text-align:right;
}
.txtCenter {
	text-align:center;
}


/* リストポイント付きリスト設定
---------------------------------------------------- */
.listpoint{
	list-style: none;
}
.listpoint li {
	background: url(../img/icon_listpoint.gif) no-repeat left 50%;
	padding-left: 8px;
}

/* 矢印ポイント付きリスト設定
---------------------------------------------------- */
.side3point{
	list-style: none;
	margin-left: 10px;
}
.side3point li {
	background: url(../img/side_icon_3.gif) no-repeat left 50%;
	padding-left: 20px;
}

/* カテゴリータイトル設定（margin-bottom:10px）
---------------------------------------------------- */
.categoryTitleBox {
	background: url(../img/category_titlebg.gif) repeat-x;
	border-bottom: 2px solid #0000AA;
	height: 30px;
	margin-bottom: 10px;
}
.categoryTitleBox-left {
	background: url(../img/category_titleleft.gif) repeat-y left top;
	float: left;
	height: 25px;
	padding-right: 5px;
	padding-top: 5px;
}
.categoryTitleBox-right {
	background: url(../img/category_titleright.gif) repeat-y right top;
	float: right;
	height: 25px;
	padding-right: 5px;
	padding-top: 5px;
}
.categoryTitleBox h2 {
	background: url(../img/category_titlemark.gif) no-repeat left center;
	padding-left: 20px;
	font-size: small;
	margin-right: 3px;
	margin-left: 10px;

}

/* カテゴリータイトル設定（margin-bottom:0px）
---------------------------------------------------- */

.categoryTitleBox2 {
	background: url(../img/category_titlebg.gif) repeat-x;
	border-bottom: 2px solid #0000AA;
	height: 30px;
}
.categoryTitleBox-left2 {
	background: url(../img/category_titleleft.gif) repeat-y left top;
	float: left;
	height: 25px;
	padding-right: 5px;
	padding-top: 5px;
}
.categoryTitleBox-right2 {
	background: url(../img/category_titleright.gif) repeat-y right top;
	float: right;
	height: 25px;
	padding-right: 5px;
	padding-top: 5px;
}
.categoryTitleBox2 h2 {
	background: url(../img/category_titlemark.gif) no-repeat left center;
	padding-left: 20px;
	font-size: small;
	margin-right: 3px;
	margin-left: 10px;

}


/* マージン設定
---------------------------------------------------- */
.bottom20 {
	margin-bottom: 20px;
}
.bottom20 .listpoint li {
	margin-left: 5px;
}
.bottom10 {
	margin-bottom: 10px;
}
.bottom30 {
	margin-bottom: 30px;
}
.bottom5 {
	margin-bottom: 5px;
}

.right10 {
	margin-right: 10px;
}
.left20 {
	margin-left: 20px;
}
.left10 {
	margin-left: 10px;
}
.right5 {
	margin-right: 5px;
}
.left5 {
	margin-left: 5px;
}
.top10 {
	margin-top: 10px;
}

/* ブロックサイズ設定
---------------------------------------------------- */
.percent100 {
	width: 100%;
}
.percent100 td {
	vertical-align: top;
}
.percent90 {
	width: 90%;
}
.percent80 {
	width: 80%;
}
.percent50 {
	width: 50%;
	vertical-align: top;
}
.percent40 {
	width: 20%;
	vertical-align: top;
}
.percent30 {
	width: 30%;
	vertical-align: top;
}
.percent25 {
	width: 25%;
	vertical-align: top;
}
.percent20 {
	width: 20%;
	vertical-align: top;
}
.percent10 {
	width: 10%;
	vertical-align: top;
}
.percent5 {
	width: 5%;
}


/* 表示位置設定
---------------------------------------------------- */

.float-right {
	float: right;
}
.float-left {
	float: left;
}


/* ボーダー設定
---------------------------------------------------- */
.grayDotBorder {
	border-bottom: 1px dotted #cccccc;
}

.BlueBorder {
	border-top: 2px solid #0000BA;
}

.BlueDotBorder {
	border-top: 1px dotted #3399FF;
}

/* フォーム設定
---------------------------------------------------- */
option,input {
	padding-right: 3px;
	padding-left: 3px;
	}

/* 検索結果
---------------------------------------------------- */
.searchspot {
	background: #F3F3F3;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px;
	margin-bottom: 10px;
}

/* ページ番号
---------------------------------------------------- */
.pageNO1 {
	font-weight: bold;
	background: #EAEAEA;
	padding: 2px 4px;
	border: 1px solid #999999;
	margin: 2px;
}
.pageNO2 {
	padding: 2px 4px;
	border: 1px solid #999999;
	margin: 2px;
}
