@charset 'utf-8';
/*------------------------------------------------

CSSリセット

------------------------------------------------*/
body {
	color: #333;
	width:100%;
	font-size: 75%;
	font-family: 'Helvetica Neue',Helvetica,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,sans-serif;
	line-height: 1.4;
}
* html body {	/* for IF6 */
	font-family: 'Helvetica Neue',Helvetica,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,sans-serif;
}
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/*imgのborderは個別に指定*/
abbr, acronym, fieldset {
	border: 0
}
li {
	list-style-type: none
}
a {
	text-decoration: none
}
a:link {
	color:#0033cc;
	text-decoration:none;
}
a:visited {
	color:#663399;
	text-decoration:none;
}
a:hover {
	color:#d04000;
	text-decoration:underline;
}
a:active {
	color:#0033cc;
}
/*---------------------------

 背景画像設定

----------------------------- */
body {
	width: 100%;
}


/*imgのボーダー個別制御*/
#top img, #oneCol img, #category img, #twoColumnSolid img, #twoColumnWide img, #oneCol img {
	border: none;
}
/* */


body#mainBody {
	background: url(../img/bg.jpg) repeat #000;
}

#container {
	margin:0 auto;
	width: 990px;
	height: 100%;
	text-align:center;
	background:#fff;
}


/*---------------------------

 パンくず

----------------------------- */


#topicPath {
	margin-bottom: 5px;
}
#topicPath ul li{
	display: inline;
	padding-right: 5px;
}
#topicPath ul li span {
 	padding-left: 5px;
}
#topicPath ul li.current{
	background: none;

}

/*---------------------------

ヘッダー

----------------------------- */

#contents {
 margin:0 auto !important;
 padding:0px 0px 10px 0px !important;
 width: 990px !important;
 height: 100% !important;
 background-color: #fff;
}	


/*---------自由HTMLエリア---------*/

.freeArea {
	margin: 0 5px 5px 5px;
	background: #D1FCF7;
	text-align: left;
	width: 680px;
	height: 150px;
}
.freeArea .inner, .freeArea.center .inner {
	padding: 10px;
}
.freeArea.center {
	margin:0 0 10px 5px;
	width: 670px;
	float:left;
	background:#D1FCF7;
}

/*---------------------------

 ２カラムTOP

----------------------------- */

body.twoCol #mainContents {
	width: 990px;
}
body.twoCol .freeArea {
	width: 980px;
}
body.twoCol .freeArea .inner, body.twoCol .freeArea.center .inner {
	padding: 10px;
}
body.twoCol .freeArea.center {
	margin:0 0 10px 5px;
	width: 980px;
	float:left;
	background:#D1FCF7;
}
.twoCol #contents #mainContents #centerColumn {
	width: 765px;
	margin: 0 10px 20px 0;
}
.twoCol #contents #mainContents #leftColumn {
	margin-left: 10px;
	width: 200px;
}


/*-------------------------------------------------
センターカラム ボックス
-------------------------------------------------*/

.centerBox01 {
	padding: 10px;
	line-height: 1.6;
	font-size: 110%;
	background:#FFF;
	margin-bottom: 5px;
}
.centerBox01.round {
	padding: 10px;
	line-height: 1.6;
	font-size: 110%;
	background:#FFF;
	border: 1px solid #FFF;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	margin-bottom: 5px;
}

/*---------テキストボックス、画像など---------*/

/*記事中央写真ブロック[table]*/
/* [上][右][下][左] */

.image_block_single {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.image_block_single td {
	margin:0px 0px 0px -10px;
	padding:0px 2px 0px 2px;
	opacity: 1;
}

.image_block {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.image_block td {
	text-align:center;
	margin:0px 0px 10px -10px;
	padding:0px 1px 0px 1px;
	opacity: 1;
}


.textBox01 {
	/*margin: 40px 0;*/
	padding: 10px 0;
	line-height: 1.6;
	font-size: 120%;
	background:#FFF;
}
.textBox01 p {
	margin-bottom: 5px;
}
.imgBox01 {
	margin: 0px 0;
	font-size: 90%;
	text-align: center;
}
.imgBox02 {
	margin:0px 0px  0px 0px;
	padding:0px 0px 0px 0px;
	text-align: center;
	margin-bottom: 5px;
}
.imgBox02 img {
       /* [上][右][下][左] */
	margin:0px -1px  0px -1px;
	padding:0px 0px 0px 0px;
}

.imgBox03 {
	margin: 20px 0;
}
.imgBox03 img {
	margin-right:10px;
	margin-bottom: 5px;
}

.imgCaption {
	margin: 10px 0;
}




/*---------テーブル---------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
}
th, td {
	padding: 5px 10px;
	color: #1D5C79;
}
.table01 {
	width: 100%;
	margin: 20px 0;
	border: 1px solid #DDD;
}
.table01 th {
	background: #ddd;
	border: 1px solid #ccc;
	color: #333;
}
.table01 td {
	border: 1px solid #DDD;
	color: #333;
}
/*-------------------------------------------------
センターカラム 　見出し
-------------------------------------------------*/

/*---------見出し　テキストを隠す場合---------*/
.hideText {
	text-indent: -9999px
}
/*---------見出し四角---------*/
.centerHeader01 {
	padding: 5px;
	color: #FFF;
	font-size: 120%;
	background:url(./../img/blue_splite.png) no-repeat 0 0;
}
/*---------見出し角丸---------*/
.centerHeader01.round {
	padding: 5px;
	height: 20px;
	color: #FFF;
	font-size: 120%;
	border: 1px solid #48b3dc;
	background:url(./../img/blue_splite.png) no-repeat 0 0;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}


/*-------------------------------------------------
シングルページ　見出し
-------------------------------------------------*/
.pageHeader01 {
	background-color: #CCCCCC;
	font-size: 180%;
	margin-bottom: 10px;
	min-height: 20px;
	padding: 10px 5px;
}
.articleHeader2 {
	margin: 10px 0 10px;
	padding: 2px 8px;
	font-size: 110%;
	background-color: #CCC;
	border-bottom: none;
}
h2.articleHeader2:first-child {
	margin-top: 0px;
}
.pageLead {
	margin-bottom: 10px;
	padding: 2px 0 2px 8px;
	font-size: 14px;
	background: #FFF;
	border-bottom: none;
}
#centerColumn .list01 li {
	margin: 0px 0;
	padding: 5px 0 5px 10px;
	background:url(./../img/blue_splite.png) no-repeat 0 -35px;
}
/*ダガー*/

.dager01 {
	margin: 0 0 0 5px;
	font-size: xx-small;
	vertical-align: super;
    cursor: pointer;
}
/*---------ソーシャルブックマーク---------*/

.bookmark3col,
.bookmark2col{
	height:20px;
	margin-bottom: 15px;
}


.bookmark3col .date,
.bookmark2col .date{
	color: #999;
}


ul.bookmark3col{
	position: absolute;
	left: 20px;
	top:0;
}

.drop_down_menu li {
	float: left;
	line-height: 1.7;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
}

.drop_down_menu li.googlePlusBtn {
	width: 65px;
	overflow: hidden;
}

.bookmarkBottom {
	height:20px;
	margin: 10px 0;
}

.bookmarkBottom02 {
	margin-bottom: 20px;
}

.bookmark2col {
	position: relative;
	text-align: left;
}

.bookmark2col .drop_down_menu {
	height: 20px;
	position:absolute;
	right: 0;
	top: 0;
}


/*---------個別URL---------*/

.singleUrl {
	margin: 10px 0;
	padding: 3px 0 3px 5px;
	border: 1px solid #CCC;
	background:#F3F3F3;
}


/*---------更新情報リスト---------*/
.newList {
}
.newList .date {
	margin: 0 0 0 10px;
	padding:0;
	font-size: 90%;
	color:#999;
}
.newList li {
	padding: 5px 0 5px 40px;
	border-bottom: dotted 1px #ccc;
}
.newList li.update {
	background: url("./../img/blue_splite.png") no-repeat scroll 0 -100px transparent;
}
.newList li.new {
	background: url("./../img/blue_splite.png") no-repeat scroll 0 -199px transparent;
}
/*-------------------------------------------------
左カラム 
-------------------------------------------------*/

/*---------デフォルト---------*/
.leftBox01 {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	font-size: 110%;
	background:#FFF;
}
.leftBox01 .inner {
	padding: 5px;
}
#leftColumn .leftHeader01.round {
	padding: 5px;
	color: #FFF;
	font-size: 110%;
	border: 1px solid #48b3dc;
	background:#48b3dc;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
#leftColumn .list02 li {
	background: url("./../img/blue_splite.png") no-repeat scroll 0 -284px transparent;
	border-bottom: 1px dotted #CCCCCC;
	margin: 3px 0 3px 5px;
	padding: 5px 0 5px 20px;
}
#leftColumn .list02 li span.matome_category{
    margin-left: 0;
}
#leftColumn .list02 li ul.detail{
    margin-left: 0;
}
#leftColumn .list02 li ul.detail li {
	padding: 2px 0 2px 10px;
	background:url(./../img/blue_splite.png) no-repeat 0 -40px;
	border: none;
}
#leftColumn .list03 li {
	margin: 3px 0 3px 5px;
	padding: 5px 0 5px 20px;
	background:url(./../img/blue_splite.png) no-repeat 0 -107px;
	border-bottom: 1px dotted #ccc;
}
#leftColumn .list03 li ul.detail li {
       /* [上][右][下][左] */
	margin:  -1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:url() no-repeat 0 -200px;
	border: none;
}
#leftColumn span.matome_categoryNot{
    margin-left: 33px;
}

.freeleftBox01 {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	font-size: 110%;
	background:#FFF;
	height: 300px;
}
.freeleftBox01 .inner {
	padding: 5px;
}
.freeleftBox02 {
	margin-bottom: 10px;
	font-size: 110%;
	background:#FFF;
	height: 300px;
}
.freeleftBox02 .inner {
	padding: 5px;
}

/*-------------------------------------------------
右カラム 
-------------------------------------------------*/

#blogList h4 {
	background: url("http://www.famitsu.com/common/img/common_sprite.gif") no-repeat scroll 0 -176px transparent;
	min-height: 26px;
    padding: 7px 0 5px 7px;
}

.sideBox {
	background-color: #FFF;
}

#container:after {
	content: " ";
	display: block;
	clear: both;
}

/*-------------------------------------------------

画像単体ページ

-------------------------------------------------*/

.singleImgbox {
	margin-bottom: 20px;
	text-align: center;
}
.singleImgbox02 {
	padding: 10px;
}
/*シングルページタイトル部分*/

.singleimgHeader01 {
	margin-bottom: 10px;
	padding: 5px;
	min-height: 20px;
	font-size: 150%;
	background: #FFF;
	border-bottom: 1px dotted #ccc;
}
.singleimgHeader01.middle {
	padding: 2px 0 2px 8px;
	font-size: 110%;
	background: #FFF;
	border-left: 5px solid #CCC;
	border-bottom: none;
}


/* ニュースリスト記事 */


.itemBox {
	height:auto;
	max-height:5em;
	margin: 0 0 0;
	padding:5px 0 5px;
	border-bottom: #CCC 1px dashed;
	overflow:hidden;
}
.bottom {
	border: none;
}
.textArea {
	margin:0 0 10px 70px;
	line-height:1.4;
}
* html .itemBox .textArea {
	height: auto;
}
#relatedList .itemBox .textArea .newsTitle {
	/*	padding-bottom: 5px;*/
/*	height:1em; */
	font-weight: bold;
	font-size: 115%;/*	overflow:hidden; */
}
#relatedList .itemBox {
	padding-bottom:0;
	min-height: 5.5em;
	max-height:none;
	border-bottom: 1px dotted #ccc;
}
#relatedList .itemBox .icons {
	margin: -1px 0 0 5px;
	padding: 0;
	float: left;
}
#relatedList .newsImg {
	margin: 0 5px 0 0;
	float: left;
	border: 1px solid #CCC;
	width:60px;
}
#relatedList p.newsHead {
	/*	max-height: 3em !important; */
	max-height:none;
	overflow:auto;
}
.timeStamp {
	color: #008000;
}
div.topNewsImgBox {
	float: left;
	width: 50px;
}
img.topNewsImg {
	width: 100%;
}
.newsImg {
	float: left;
	border: 1px solid #CCC;
}
.itemBox .textArea .newsHead {
	max-height:1.4em;
	height:auto;
	font-size: 100%;
	color:#505050;
	line-height:1.4;
	overflow:hidden;
}
.itemBox .textArea .categoryIcon {
	max-height:1em;
	height:1em;
	margin:3px 0;
	padding:0;
	overflow:hidden;
}
.itemBox .textArea .categoryIcon .gennre {
	margin:0 6px 0 0;
	padding:2px;
	float:left;
	background-color:#d8d8d8;
	line-height:1;
	font-size:66%;
}

/*-------------------------------------------------

フッター

-------------------------------------------------*/

.footerArea {
	margin:0 0 10px 5px;
	width: 670px;
	float:left;
	border:1px solid #ccc;
	font-size: 120%;
}
.footerList {
	margin-bottom: 10px;
}
.footerList li {
	margin: 3px 5px 3px 5px;
	padding: 5px 0 5px 20px;
	background:url(./../img/blue_splite.png) no-repeat 0 -107px;
	width: 45%;
	float: left;
}
.footerList li ul.detail li {
	margin: 0;
	padding: 2px 0 2px 10px;
	background:url(./../img/blue_splite.png) no-repeat 0 -40px;
	border: none;
	clear: both;
	width: 99%;
	font-size: 80%;
}
.footerArea.full {
	margin:0 0 10px 5px;
	width: 978px;
	float:left;
	border:1px solid #ccc;
	background:#FFF;
}
.footerHeader {
	padding: 5px 0 5px 10px;
	background: #E1E1E1;
}
.footerArea .inner {
	padding: 10px;
}

/*************** 公式フッター ***************/

/* 著作権表記（－0－） */
#undernavi {
	width:990px;
	margin:0 auto;
	padding:10px 0;
	background-color:#fff
}
#footer {
	width: 990px;
	margin: 0 auto;
	padding: 10px 0 8px 0;
	text-align: center;
	background-color: #ffffff;
	border-top: 1px solid #0099cc;
}


/* clear fix */
#container:after, #globalNav:after, #mainContents:after, #rightColumn:after, #footer:after, .footerList:after .textBox01:after{
	content: " ";
	display: block;
	visibility: hidden;
	height: 0px;
	font-size: 0;
	line-height:0;
	clear: both;
}
 #container #globalNav:, #mainContents, #rightColumn, #footer, .footerList {
/* 	display:inline-block;
	display:block; */
	zoom:1;
}

.clearfix:after {
 content: "";
 display: block;
 clear: both;
}
.articleUrl input {
    background-color: #F0F0F0;
    border: 1px solid #EEEEEE;
    margin: 4px 0 10px;
    padding: 2px 2px 2px 5px;
    width: 99%;
}

#container {
	display: block;
}

/* 追加 */

/*---------------------------

タイトル部分

----------------------------- */

body#mainBody #contents #title {
	width: 990px;
	height: 268px;
	margin-bottom: 10px;
}

body#mainBody #contents #title_s {
	width: 990px;
	height: 268px;
	margin-bottom: 10px;
}

body#mainBody #contents #title img.titleimg {
	width: 990px;
	height: 268px;
}

/*---------------------------

既刊

----------------------------- */

.centerBox01 img.bookimg{
	padding: 0px;
	margin: 0 0 0 10px;
}

.centerBox01 img.bookimg_first{
	padding: 0px;
	margin: 0px;
}

/*---------------------------

画像

----------------------------- */

.imgframe {
	text-align: center;
}

.imgframe img {
	border: 2px solid #CCCCCC;
	padding: 0px;
	margin: 10px 0;
}

/*---------------------------

フォーム用

----------------------------- */

table.form_table {
	width: 600px;
	border-collapse: collapse;
	border: #333333 1px solid;
	background-color: #333333;
	margin: 10px auto;
	margin-bottom: 20px;
}

td.form_title{
	width: 100%;
	color: #FFFFFF;
	font-size: 13px;
	padding: 3px;
	font-weight: bold;
}

td.form_head {
	width: 100%;
	background-color: #CCCCCC;
	border-top: #333333 1px solid;
	color: #000000;
	font-size: 12px;
	padding: 3px;
}

td.form_contents {
	width: 100%;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	padding: 4px;
}

td.form_attention {
	width: 100%;
	color: #FFFFFF;
	font-size: 13px;
	padding: 3px;
}

#centerColumn td.form_attention a,#centerColumn td.form_attention a:visited {
	color: #00ffff;
}

#centerColumn td.form_attention a:hover {
	color: #99ffff;
	text-decoration: underline;
}

.cbox {
	width: 40px;
	padding-right: 5px;
}



/* テキスト配置 */

p.textBox_s {
	width: 440px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
	padding: 5px 0;
}

ul.mainlist li {
	list-style-type: circle;
}

/* twitter枠 */
#leftColumn #left_twitter {
	padding: 0;
	margin: 0 0 30px 0;
}

/*---------------------------

ランキングフォーム用

----------------------------- */
table.ranking {
	border-collapse: separate;
	cellpadding: 3px;
	border-spacing: 3px;
	width: 150px;
	text-align: center;
	margin-left: 34px;
	float: left;
}

table.ranking th {
	background-color: #1D5C79;
	color: #FFF;
}

table.ranking td {
	color: #666 !important;
}

table.ranking td.rank {
	border: #666 1px solid;
	width: 20%;
}

table.ranking td.name {
	font-size: 90%;
	font-weight: bold;
}

table.ranking td.point {
	font-size: 80%;
	background-color: #E6E6FA;
}

/* 過去ランキング用 */
table.ranking2 {
	border-collapse: separate;
	cellpadding: 3px;
	border-spacing: 3px;
	width: 250px;
	text-align: center;
	margin: 10px auto 0 auto;
}

table.ranking2 td {
	color: #666 !important;
}

table.ranking2 td.rank {
	border: #666 1px solid;
	width: 20%;
}

table.ranking2 td.name {
	font-size: 90%;
	font-weight: bold;
}

table.ranking2 td.point {
	font-size: 80%;
	background-color: #E6E6FA;
}

/* 最終結果用 */
table.ranking_final {
	border-collapse: separate;
	cellpadding: 3px;
	border-spacing: 3px;
	width: 400px;
	text-align: center;
	margin: 10px auto 0 auto;
}

table.ranking_final th {
	background-color: #1D5C79;
	color: #FFF;
}

table.ranking_final th.rank,
table.ranking_final th.name,
table.ranking_final th.mvp {
	background-color: #48B3DC;
	color: #FFF;
}


table.ranking_final td {
	color: #666 !important;
}

table.ranking_final td.rank {
	border: #666 1px solid;
	width: 15%;
}

table.ranking_final td.mvp {
	width: 21%;
}

table.ranking_final td.name {
	font-size: 90%;
	font-weight: bold;
	border: #666 1px solid;
}

table.ranking_final td.mvp {
	font-size: 80%;
	background-color: #E6E6FA;
}


/* バナー配置 */

.bannerBox01 { 
	width: 770px;
	text-align: center;
	background:#FFF;
	margin-bottom: 10px;
}

.bannerBox02 {
	margin-bottom: 10px;
	padding: 0 10px;
	width: 750px;
}

.bannerBox02 a.banner_l {
	display: block;
	float: left;
	width: 340px;
}

.bannerBox02 a.banner_r {
	display: block;
	float: right;
	width: 340px;
}

/* ----------------------------

町内会 独自指定

---------------------------- */

/*ソーシャルボタン 左寄せ用 */
.articleSupple {
	text-align: left;
}

.socialBtn li {
	margin-left: 0;
	margin-right: 1em;
}

.snsArticle .snsTop {
	margin-top: .7em;
}

/* ---------- 全ページ共通ヘッダー上書き処理 ---------- */
#header_temp,
#footer_temp {
	margin: 0;
} 