/*===============================================
●style.css 画面の横幅が951px以上
===============================================*/
@media screen and (min-width: 951px){

#header_discription {
	background:url(images/main_img.png) no-repeat;
	background-position: center right;
}

#centercolumn {
/*	float:left;*/
	padding:0 10px;
}
#side_area {
/*	float:right;*/
	padding:0 10px;
	overflow:hidden;
}

div.page {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
	font-size:14px;
}
h1, h2, h3, h4, h5 {
	background:inherit;
	padding: 0;
	margin: 10px 0 5px;
}
h1 {
	padding:5px 10px;
	border-style:solid;
	background:#333;
	color:#fff;
	font-size: 150%;
}
h2 {
	color: #333;
	font-size: 125%;
}
h3, h4, h5 {
	font-size: 100%;
}
ul, ol, li {
	margin: 0 0 0 10px;
	padding: 2px;
	text-align: left;
}
legend {
	padding: 0 10px;
	color: #666;
	background: inherit;
}

hr {
	clear:both;
	height: 1px;
	padding-top:10px;
	border: 0;
	margin:10px 0;
	background: url(images/dot_line.gif) repeat-x bottom;
}

#header_back {
	margin:0 auto;
}

#header_bar {
	font-size:80%;
	text-align:right;
	margin:4px 5px 0 0;
	color:#FDEFDE;
}

#header_menu {
	height:27px;
	margin:10px 0 0 10px;
	font-size:90%;
}
#header_menu li {
 	display:inline;
 	margin:0;
	padding:1px;
}
#main_area {
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	background:#FFF;
	overflow:hidden;
}

.d3blogContents input[type="image"]{float:left;margin:10px;clear:both;width:auto;height:auto;}
.d3blogContents p{clear:both;}
.langBox{text-align:right;margin: 5px 30px 0 0;}
#top_navi li a {
	text-decoration:none;
	line-height:20px;
	padding:5px;
	font-size:120%;
	color:#F60;
	text-shadow: 1px 1px 1px #FF2245;
}
#top_navi li a:hover {
    color:#FFF;
	border-bottom:2px solid #FFF;
	text-shadow: 1px 1px 1px #888;
}

.pico_body p{margin:0 20px;}
.pico_body ol{margin:0 20px;}

}
/*===============================================
●smart.css  画面の横幅が950pxまで
===============================================*/
@media screen and (max-width:950px){

#header_discription {
	background:url(images/main_img_sp.png) no-repeat;
	background-position: center right;
}

input[type="image"] {}
img{display:blockwidth:auto;height:auto;}
.d3blogContents input[type="image"]{width:auto;height:auto;margin:5px 0;}
.d3blogContents p{clear:both;}

.d3blogContents{padding:0 !important;margin-left:5px !important;}

#centercolumn {
	float:left;
	width:100%;
}
#side_area {
	float:right;
	width:100%;
	overflow:hidden;
}
.usual{width:100%;margin:0}
div.page {
	font-size:90%;
}

h1, h2, h3, h4, h5 {
	background:inherit;
	padding: 0;
	margin: 5px 0 2px;
}
h1 {
	padding:2px 5px;
	border-style:solid;
	background:#333;
	color:#fff;
	font-size:120%;
}
h2 {
	color: #333;
	font-size:110%;
}
h3, h4, h5 {
	font-size:100%;
}
ul, ol, li {
	margin: 0;
	padding: 2px;
	text-align: left;
}
legend {
	padding:0;
	color: #666;
	background:inherit;
}
hr {
	clear:both;
	height: 1px;
	padding-top:10px;
	border: 0;
	margin:10px 0;
	background: url(images/dot_line.gif) repeat-x bottom;
}

#header_back {
	margin:0 3px;
}

#header_bar {
	font-size:80%;
	margin:2px 5px;
	color:#FDEFDE;
}

#header_menu {
	margin:5px;
	font-size:110%;
}
#header_menu li {
 	display:inline;
 	margin-right:5px;
 	line-height:30px;
}
#main_area {
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	background:#FFF;
	overflow:hidden;
}
.langBox{text-align:right;margin:5px 10px 0 0;}
#top_navi li a {
	font-size:100%;
	color:#F60;
	text-shadow: 1px 1px 1px #FF2245;
}
#top_navi li a:hover {
    color:#FFF;
	border-bottom:2px solid #FFF;
	text-shadow: 1px 1px 1px #888;
}


.pico_body p{margin:0 5px;}
.pico_body ol{margin:0 5px;}


}

/* ------------ HTML TAG Re-definition ------------ */
body {
	background-color: #111;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Tahoma","ＭＳ Ｐゴシック","Osaka",sans-serif;
}

table {
	width: 100%;
	margin: 0;
	padding: 0;
}
table td {
	padding: 0;
	margin: 0;
	vertical-align: top;
	line-height: 130%;
}
@media only screen and (max-width:420px){
    tbody tr{
        display: block;
        margin-bottom: 1.5em;
    }
    tbody th,
    tbody td{
        display: list-item;
        border: none;
    }
}

.blog_header{margin:0 0 20px 0;padding-bottom:20px;border-bottom:solid 1px #666;overflow:hidden;}
.d3blogContents ul.blog_body{margin-left:0;list-style:none;}
.d3blogContents ul.blog_body li {padding:20px 0;border-bottom:solid 1px #666;overflow:hidden;}
.image_box{overflow:hidden;}


/* ------------ Link Color Settings ------------ */
a {
    color: #000;
	text-decoration: underline;
}
a:hover {
	color: #F60;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {}

/* ------------ Heading and List tag Settings ------------ */
/* ------------ Layout settings ------------ */

.ad_right{text-align:center;margin:10px auto;}

#site-name {
	margin:10px 0 0 20px;
	font-size:2.2em;
	text-shadow:2px 2px 2px #020202;
}
#site-name a {
       text-decoration: none;
	color:#F60;
}
#site-slogan {
	margin:0 0 0 20px;
	font-size:1.2em;
	color:#CAB4B4;
}

#header_menu a{
	color: #0000ff;
}
#header_menu ul {
	text-align:left;
	list-style:none;
	margin:0;
	padding:0;
}
#header_menu .hm_sub {
	font-size:75%;
}
#cc_base {margin:10px auto;}
#side_base {
	margin:0 auto;
	padding:0 0 10px 0;
}
#footer_back {
	background:#CDCDCD url(images/back_head.gif) repeat-y top center;
	border-top:1px solid #AAA;
}
#footer {
	clear:both;
	padding:16px;
	text-align:center;
	font-size:90%;
}
/* ------------ centercolumn ------------ */

.centerCcolumn .blockTitle {
	clear:both;
/*
	color: #333;
	background:url(images/blockTitleBack_c.gif) no-repeat left center;
	padding: 5px 0 5px 28px;
*/
	color:#333;
	background:url(images/blockTitleBack_c_bar.gif) no-repeat left center;
	padding: 8px 0 8px 28px;
	line-height:normal;
	font: bold 120%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
}
.centerCcolumn .blockContent {
	line-height: 150%;
	margin-bottom:10px;
}
.centerLcolumn {
	width: 49%;
	padding: 0 3px 0 0;
	float: left;
	overflow:hidden;
}
.centerLcolumn .blockTitle {
	color: #555;
	background:url(images/blockTitleBack_c2.gif) no-repeat left center;
	padding: 3px 0 3px 22px;
	font: bold 110%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
}
.centerLcolumn .blockContent {
	padding: 3px 8px 8px 3px;
	line-height: 140%;
	margin-bottom:5px;
}
.centerRcolumn {
	width: 48%;
	padding: 0 0 0 3px;
	float: right;
	overflow:hidden;
}
.centerRcolumn .blockTitle {
	color: #555;
	background:url(images/blockTitleBack_c2.gif) no-repeat left center;
	padding: 3px 0 3px 22px;
	font: bold 110%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
}
.centerRcolumn .blockContent {
	padding: 3px 3px 8px 8px;
	line-height: 140%;
	margin-bottom:5px;
}
#content {
	clear: both;
}
#page_top {
	clear: both;
	text-align: right;
	margin:50px 0;
}
#page_top a {
/*
	margin-left:auto;
	display:block;
	width:65px;
	height:19px;
	text-decoration:none;
	background:url(images/page_top.gif) no-repeat;
*/
}
#xoops_banner {
	clear:both;
	text-align: center;
	padding: 15px 0;
}
/* ------------ left column & right column ------------ */

.leftcolumn .blockTitle, .rightcolumn .blockTitle {
	font-weight:bold;
	text-align:center;
	display:block;
	line-height:40px;
	background:#111;
	color:#fff;
}
.leftcolumn .blockContent, .rightcolumn .blockContent {
	padding: 5px 10px;
	line-height:150%;
	margin-bottom:10px;
}


/* ------------ xoops mainmenu & usermenu ------------ */
#mainmenu a, #usermenu a {
	display: block;
	text-decoration: none;
	margin-bottom: 4px;
	padding: 3px;
	color:#666;
	border-bottom:1px dotted #AAA;
}
#mainmenu a:hover, #usermenu a:hover {
	color: #f90;
	background-color:inherit;
}
#mainmenu a.menuSub, #mainmenu a.menuSub:hover {
	padding-left: 25px;
}
#usermenu a.highlight {
	color: #FFF;
	padding: 3px;
	background: #333;
}
/* ------------ for table ------------ */
.outer {
	border: 1px solid #EEE;
}
th {
	padding: 3px;
	vertical-align: middle;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #CCC;
	background: #EEE;
}
.head {
	padding: 5px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F2F2F2;
}
.even {
	padding: 2px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F7F7F7;
}
.odd {
	padding: 2px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #FAFAFA;
}
.foot {
	padding: 5px;
	font-weight: bold;
	color: inherit;
	background: #F2F2F2;
}
tr.even td {
	padding: 2px;
	border-bottom: 1px solid #CACACA;
}
tr.odd td {
	padding: 2px;
	border-bottom: 1px solid #CACACA;
}
tr.even {
	color: inherit;
	background: #F7F7F7;
}
tr.odd {
	color: inherit;
	background: #FAFAFA;
}
tr.odd:hover, tr.even:hover {
	color: #000;
	border-bottom: 1px solid #CACACA;
	background: #DFDFDF;
}

/* ------------ error message & quote and code ------------ */
div.errorMsg {
	background: #F5E8E8;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #CCC;
}
div.confirmMsg {
	background: #EFF4DF;
	color: #003300;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #CCC;
}
div.resultMsg {
	background-color: #FFF;
	color: #333;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #CCC;
}
div.xoopsCode {
	background: #EFEFEF;
	color:inherit;
	border: 1px inset #CCC;
	padding: 6px;
	overflow: auto;
	width: 450px;
}
div.xoopsQuote {
	background: #EFEFEF;
	color:inherit;
	border: 1px inset #CCC;
	padding: 6px;
	overflow: auto;
	width: 450px;
}
/* ------------ for comment area ------------ */
.formButton {
	border: 1px outset #616655;
	background-color: #EEEEEE;
	color: #7F7F7F;
}
/* ------------ for comment ------------ */
.comTitle {
	margin-bottom: 2px;
}
.comText {
	padding: 2px;
}
.comUserStat {
	font-size:80%;
	border: 1px solid #CCC;
	margin: 2px;
	padding: 2px;
	background: #FFF;
	color:inherit;
}
.comUserStatCaption {
	font-weight: normal;
}
.comUserRank {
	margin: 2px;
}
.comUserRankText {
	font-size:80%;
}
.comUserImg {
	margin: 2px;
}
.comDate {
	font-size:80%;
}
.comDateCaption {
}
/* ------------ for bulletin or news module ------------ */
.itemHead {
	padding: 2px 5px;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
}
.itemInfo {
	text-align: right;
	padding: 3px 8px;
}
.itemTitle a {
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}
.itemPoster {
	font-size: 90%;
}
.itemPostDate {
	font-size: 90%;
}
.itemStats {
	font-size: 90%;
}
.itemBody {
	padding: 0 8px 0 13px;
	overflow: hidden;
}
.itemText {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.5em;
}
.itemText:first-letter {
	font-size: 1.5em;
	font-weight: bold;
}
.itemFoot {
	text-align: right;
	padding: 2px;
	border-top:1px dotted #CCC;
}
.itemAdminLink {
	font-size: 90%;
}
.itemPermaLink {
	font-size: 90%;
}


.footer_ad {
	margin:20px auto;
	clear: both;
	text-align: center;
}

/* ///////////////////////////////////////////////
 footer
/////////////////////////////////////////////// */

.footer {
	margin:0 auto;
	clear: both;
	padding: 5px;
	font-size: small;
	text-align: center;
	color: #f40;
}
.footer .copyright {
	margin-right: 5px;
}
.footer ul {
	display: inline;
	list-style: none;
}
.footer li {
	display: inline;
	margin: 0 5px;
	font-size: 0.85em;
}
.footer li a {
	padding: 2px;
	color: #f40;
}
.footer li a:hover {
    color: #fff;
    /*background-color: #fff;*/
}

/*
-------------------------------------------------------------------------------------------
Rotatorbox
-------------------------------------------------------------------------------------------
*/

div#Rotatorbox {padding:0px 0px 0px 0px ; width:988px;}
div#Rotatorbox .whiteBG {background-color:#fff;}
div#Rotatorboxes {position:relative;height:320px;}
div#Rotatorboxes ul#LetterboxNav {position:absolute;top:4px;right:4px;margin:0px;padding:0px;list-style:none;z-index:1000;}
div#Rotatorboxes ul#LetterboxNav li {margin:4px;padding:0px 0 0 5px;}
div#Rotatorboxes div.letterbox {position:absolute;top:0px;left:0px;width:988px;height:310px;z-index:10;}

/*
 * jMerrygoround
 */
.jMerrygoround {
	margin-bottom: 0px;
}

#imageWraper1 {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	height: 320px;
}

#imageWraper1 img {
	display: none;
}

.jMerrygoroundBtn {
	text-align: center;
}


#side_area .langBox {
	text-align:center;
	font-weight:bold;
	padding:10px 10px;
	margin-bottom:10px;
}

