@charset "utf-8";

/* 本体定義 */
body {
	font-family: メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,Osaka,'MS PGothic',arial,helvetica,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 90%;
	background-image: url(../cmn/bg_navbar.gif);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
}
a:link, a:visited {
	color: #334;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #334;
}

/* 掲示板メイン */
#main {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-image: url(../cmn/bg_navbar.gif);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
}
@media screen and (max-width: 1280px) {
	#main {
		width: 1280px;
	}

}

/* 掲示板タイトル */
h1 {
	font-size: 180%;
	color: #334;
	margin-top: -20px;
}

/* 記事デザイン */
div.article {
	width: 96%;
	margin: 0 auto;
	border-top: 1px dotted #555;
	text-align: left;
	color: #334;
}
div.art-date {
	text-align: right;
	color: #334;
	margin-top: 10px
}
div.art-sub {
	margin-top: -20px;
	margin-bottom: 10px;
	color: #334;
	font-size: 130%;
	font-weight: bold;
}

/* 記事中の画像 */
img.img {
	border-style: outset;
	box-shadow: 5px 5px 5px #778;
	border: 2px solid #888888;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 23px;
}
.youtube {
	text-align: left;
	margin-left:30px;
}

/* TOPパネル */
#top-panel {
	margin: 0.4em 0.6em;
	text-align: left;
}
#top-panel input[type="button"] {
	width: 55px;
	margin-right: 2px;
}
#find-box {
	text-align: right;
	margin: 15px;
}
#find-box input[type="text"] {
	width: 130px;
	padding: 3px;
}

/* 検索結果 */
#find-top {
	margin: 0 auto;
	color: #334;
}
#find-top input[type="text"] {
	width: 200px;
	padding: 3px;
}
#find-top p {
	margin: 10px;
}

/* 赤文字 */
.red {
	color: #334;
}

/* pagetop */
div.pg-top, div.pg-top a {
	text-align: right;
	font-size: 90%;
	color: #334 !important;
	margin-top: -25px;
	margin-bottom: 5px;
}

/* エラー */
#err {
	width: 450px;
	padding: 1.5em;
	margin: 3em auto;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
}

/* 寄せ */
.ta-c {
	text-align: center;
}
.ta-l {
	text-align: left;
}
.ta-r {
	text-align: right;
}

/*
	ペイジャー
	参考: http://cssdeck.com/labs/css-pagination-styles
*/
.pagination {
    background-image: url(../cmn/bg_navbar.gif);
    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
    padding: 20px;
    margin-bottom: 20px;
}
.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}
.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

/* アイコン */
img.icon {
	vertical-align: middle;
	border: 0;
}

/* Linkblik not decoration */
a         { color: #334; text-decoration: none; }
a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: none; }
a:focus   { text-decoration: none; }
a:active  { text-decoration: none; }
