@charset "UTF-8";

/* ----------------------------------------------------- */
/* 全体設定 */
/* ----------------------------------------------------- */
/*
body{
	color: #000000;
	background-color:#ffffff;
	text-align: left;
}
*/
/* floatのクリア */
.clear {
	clear: both;
}

/* ヘッダ部大外コンテナ枠 */
#headcontainer {
	display: block;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

/* コンテンツ部大外コンテナ枠 */
#maincontainer {
	display: block;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* PC非表示 */

.pc_only {
	display: none;
}

/* ----------------------------------------------------- */
/* ヘッダ関連 */
/* ----------------------------------------------------- */

/* サイトの説明エリア */

#sitedescription h1 {
	background: #EEE;
	color: #111;
	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(000,000,000,1);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(000,000,000,1);
	border: 1px solid #FFF;
	width: 100%;
	padding: 10px 0;
        text-align: center;
}

/* サイトの説明文(h2) */
#sitedescription h2{
	font-size: 100%;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	text-align: left;
	font-weight: normal;
	line-height: 130%;
	text-decoration: none;
}

/* ナビゲーションエリア */

#nav_bar{
	padding:0px;
	width:100%;
	float:right;
	margin-top:0px;
	margin-bottom:0px;
}

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

#nav_bar ul#nav_global li{
	float:left;
	margin: 0px 1px;
}

#nav_bar ul#nav_global li a{
 	width: 120px;
	background-color: #aaaaaa;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(136,136,136,1);
	color: #ffffff;
	display: block;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 3px auto;
	padding: 3px 0;

}

#nav_bar ul#nav_global li a:hover{
	background-color: #0000ff;
	box-shadow: 0 1px 0 rgba(136,136,136,1);
	margin: 3px auto;
}

#navitop {
	font-size: 80%;
	padding: 0;
	text-align: left;
	border-bottom: solid 1px #cdcdcd;
}

/* サイトのTOPイメージ(google広告部分) */
#topimage{
	text-align: center;
	clear: both;
	border-top: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
}

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

#maindoc h2{
	background: #FCC;
	color: #111;
	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(000,000,000,1);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(000,000,000,1);
	border: 1px solid #FFF;
	width: 100%;
	padding: 10px 0;
        text-align: center;
}

#maindoc h3{
    width:100%;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#111;
    background-color:#FCC;
    border-radius:5px;
}

#maindoc .a0{
	text-align: right;
}

/* ----------------------------------------------------- */
/* カテゴリ一覧 */
/* ----------------------------------------------------- */

.sidetitle {
    width:100%;
    font-size:120%;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#49a9d4;
    border-radius:5px;
}

/* ----------------------------------------------------- */
/* フッタ関連 */
/* ----------------------------------------------------- */

#footer {
    font-size:70%;
    background-color:#fcfcfc;
    border-top: solid 1px #cdcdcd;
    border-bottom: solid 1px #cdcdcd;
}

/* ----------------------------------------------------- */
/* yjchiesearch.php用 */
/* ----------------------------------------------------- */
.qbox{
	margin: 2px;
	padding: 5px 5px 5px 5px;
	background-color: #FFF3A4;
	word-break: break-all;
}

.abox{
	margin: 2px;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	word-break: break-all;
}