body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #787878;
	font-family:'�q���M�m�p�S Pro W3','Hiragino Kaku Gothic Pro','���C���I',Meiryo,'�l�r �o�S�V�b�N',sans-serif;
}

.clear-both{
	clear:both;
}

div.menuButton{
	padding:10px;
	float:left;
}
div.logo{
	padding-top:7px;
	padding-left:10px;
	float:left;
}

#main_content{
	background:#fff;
}

h1,h2,h3,h4{
	background: -webkit-gradient(linear, left top, left bottom, from(#EEE6BD), to(#D9D184)) #FEE8F3;
	background: -moz-linear-gradient(#EEE6BD, #D9D184);
	color:#000000;
	padding: 2px 10px 2px 10px;
	text-shadow: 1px 1px 0 #ddd;
	min-width:300px;
}

.entry{
	padding:0 10px 5px 10px;
	/*min-width:300px;*/
}

.entry .meta {
	border-bottom: 1px dashed #B5DEF4;
	padding-bottom: 5px;
	text-align: left;
	font-size: 11px;
	font-style: italic;
}


.links {
    border-top: 1px solid #ccc;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    width:150px;
    text-align:center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;
    box-shadow: 1px 1px 2px #E7E7E7;
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;
    -moz-box-shadow: 1px 1px 2px #E7E7E7;
    background:#DFDFDF;
    background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
}
.links a {
    font-weight: bold;
	font-size: 12px;
    color: #666;
    height:20px;
    text-decoration: none;
}

img{
	max-width:100%;
}


.box {
width: 300px; /* �{�b�N�X�̉��� */
background-color: transparent; /* ���e�̔w�i�F */
border: 1px #C6C6C6 solid; /* �g���i�����E�F�E�X�^�C���j */
margin-top:5px;
font-size:1.4em;
}

.box H4 {
background-color: #2D3541; /* ���o���̔w�i�F */
font-size: 12pt; /* ���o���̕����T�C�Y */
margin: 0; /* �X�y�[�X���폜 */
padding: 3px;
color: #FFFFFF;
border-bottom: 1px #C6C6C6 solid; /* ���o�����̘g���i�����E�F�E�X�^�C���j */
}

.box P {
margin: 0; /* �X�y�[�X���폜 */
padding: 3px;
}

#bottom_ad{
	margin: 0 auto;
	width:300px;
}
#ad{
	margin: 0 auto;
	width:320px;
}

/* Community */
table.communityView {
	width:300px;
}

td.communityThreadHead{
	background:#FFD89B;
	border: 1px #FFD89B solid;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
td.communityThread0{
	width:120px;
	background:#FFD89B;
	border: 1px #FFD89B solid;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
td.communityThread1{
	background:white;
	font-size:1.2em;
	border: 1px #FFD89B solid;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

/* SearchResult namae */
table.namae {
	width:300px;
}
td.namaeData{
	background-color: #FFFFFF;
	border: 1px #666666 solid;
	font-size:1.2em;
}
td.namaeMoji{
	width:30px;
	background-color: #2D3541;
	color: #FFFFFF;
	font-size:1.6em;
	border: 1px #666666 solid;
	text-align: center;
}
td.namaeMojiHighlight{
	width:30px;
	background-color: #2D3541;
	color: #FF0000;
	font-size:1.6em;
	border: 1px #666666 solid;
	text-align: center;
}

/* picture */
table.picture {
	width:300px;
}
th.pictureHead{
	background-color: #2D3541;
	color: #FFFFFF;
	font-size:1.2em;
	border: 1px #666666 solid;
	text-align: center;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
td.pictureData{
	border: 1px #666666 solid;
	padding-bottom: 20px;
	font-size:1.2em;
	color: #222222;
	text-align: center;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

/* namae news */
table.headLine {
	width:300px;
	border-collapse:collapse;
	border: 1px #DDDDDD solid;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
th.headLineHeader{
	background: #FFF url(images/newsHeader.png) repeat-x left top;
	border-bottom: 1px #DDDDDD solid;
	color: #333333;
	font-size:1.3em;
	text-align:left;
	padding-left:10px;
	height:35px;
}
tr.headLineRow:nth-child(odd){
	background: #ffeff2;
}
td.headLineData{
	border-bottom: 1px #DDDDDD solid;
	vertical-align:top;
}
span.headLineDate{
	font-size:0.9em;
}

table.otherNews {
	width:300px;
	border-collapse:collapse;
	border: 1px #DDDDDD solid;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
th.otherNewsHeader{
	background: #FFF url(images/newsHeader.png) repeat-x left top;
	border-bottom: 1px #DDDDDD solid;
	color: #333333;
	font-size:1.2em;
	text-align:left;
	padding-left:10px;
	height:30px;
}
td.otherNewsData{
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: 1px #DDDDDD solid;
	vertical-align:top;
}
td.otherNewsDate{
	width:160px;
	font-size:0.9em;
}
hr.newsHr{
	height: 8px;
	background-color: #f0C0C0;
	border: 2px solid;
	border-color: #c49090 #ffeff2 #ffeff2 #c49090;
	color: #f0C0C0;
	margin: 10px 25px 10px 0;
}

/* Footer */

#footer {
	/*margin: 0 auto;*/
	padding: 0;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #3D444F;
}

#footerMenu {
	border-top: 3px solid #B2B2B2;
	/*padding: 2px 10px 2px 10px;*/
	padding: 2px 0px 2px 0px;
	background:#DDDDDD;
}

.tableTitle{
	font-size:14px;
	color:black;
}