/******************************************************************************/
/* Reset */
/* LinkColor */
/* Headline */
/* Layout */
/* Header */
/* Breadcrumb */
/* Content */
/* Center LR Column */
/* Decoration */
/* Left Right Column */
/* Left Right Column Title */
/* Left Right Column Content */
/* Footer */
/* for accessibility */
/******************************************************************************/

/* Reset */
* {
    margin: 0;
    padding: 0;
}
form {
    margin: 0;
}

/* Headline */
h1 {
    font-size: 140%;
                margin:0 0 10px;
}
h2, h3 {
    font-size: 120%;
}
h4, h5 {
    font-size: 100%;
}

/* Layout */
body {
    font-size: 0.8em;
    color: #333;
                background-color:#FAFAFA;
}
body.ShowBlockL0R0 #Wrapper {
    width: 100%;
}
body.ShowBlockL1R0 #Wrapper {
    width: 100%;
}
body.ShowBlockL0R1 #Wrapper {
    width: 100%;
    float: left;
                margin-right: -200px;
}
body.ShowBlockL1R1 #Wrapper {
    width: 100%;
    float: left;
                margin-right: -200px;
}

body.ShowBlockL0R0 #CenterColumn {
    float: left;
    width: 100%;
}
body.ShowBlockL1R0 #CenterColumn {
    float: right;
    width: 100%;
                margin-left: -200px;
}
body.ShowBlockL0R1 #CenterColumn {
                margin-right: 200px;
}
body.ShowBlockL1R1 #CenterColumn {
    width:100%;
    float:right;
    margin-left: -200px;
}

body.ShowBlockL1R0 #CenterWrapper {
    margin-left: 200px;
}
body.ShowBlockL1R1 #CenterWrapper {
    margin-right: 200px;
    margin-left: 200px;
}

div#Container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
                background-color:#FFF;
}

div#CenterWrapper {
    background: url(./images/bg_body.jpg);
    word-break: break-all; /* テキスト折り返し */
}

/* Center LR Column */
div#CenterLColumn {
    float: left;
    width: 690px;
}
div#CenterRColumn {
    float: right;
    width: 300px;
}

div.CenterCblock {
    clear: both;
                margin-bottom:20px;
}
div.CenterLblock {
    clear: both;
}
div.CenterRblock {
    clear: both;
}

em {
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
}

/* Left Right Column */
div#LeftColumn {
    background: url(./images/bg_body.jpg);
    word-break: break-all; /* テキスト折り返し */
    float: left;
    width: 200px;
}
div#RightColumn {
    background: url(./images/bg_body.jpg);
    word-break: break-all; /* テキスト折り返し */
    float: right;
    width: 200px;
}

div.LeftBlock, div.RightBlock {
                padding: 10px 0;
}

/* Left Right Column Title */
div#LeftColumn h2.BlockTitle,
div#RightColumn h2.BlockTitle {
    margin: 0 0 5px 0;
                padding: 0 10px;
                color: #FFF;
                line-height: 1.5;
                background-color:#666;
}

/* Left Right Column Content */
div#LeftColumn .BlockContent {
    text-align:center;
}
div#RightColumn .BlockContent {
    text-align:center;
}
div#LeftColumn .BlockContent p,
div#RightColumn .BlockContent p {
    text-align:left;
}

/* Footer */
div#BacktoTop {
    text-align: right;
    margin: 10px 0px 5px;
    clear: both;
    font-size:80%;
}
div#Footer {
    clear: both;
    width: 100%;
    margin: 0 auto;
                background-color:#CCC;
}
div#Footer p {
    margin: 0 10px;
    padding: 10px 0;
    text-align:left;
}

div#Banner {
    clear: both;
    width: 100%;
    margin: 0 auto;
                padding: 20px 0;
}

/* for accessibility */
.Skip {
    position: absolute;
    left: -999em;
}

/******************************************************************************/

/* clearfix http://www.positioniseverything.net/ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/******************************************************************************/

/* XOOPS Main Menu */
.mainmenu, #usermenu {
    margin:0;
    padding:0;
    text-align:left;
}
.mainmenu li, #usermenu li {
    display: inline;
}
.mainmenu a {
    display: block;
    border-bottom: #DDD solid 1px;
                margin:0 1px;
}
.mainmenu a:hover {
    background-color: #EEE
}
.mainmenu a.menuTop {
    padding: 5px 10px;
}
.mainmenu a.menuMain {
    padding: 5px 10px;
}
.mainmenu a.menuSub {
    padding: 5px 5px 5px 15px;
}

#usermenu a {
    display: block;
    border-bottom: #DDD solid 1px;
                margin:0 1px;
    padding: 5px 10px;
}
#usermenu a:hover {
    background-color: #EEE
}
#usermenu a.menuTop {}
#usermenu a.highlight {
    background-color: #FCC;
}

/* XOOPS table */
table {
}
td {
    padding: 5px;
    vertical-align: top;
}
* html td {
    font-size: 0.8em;
} /* IE6 */

.outer {}
.head {
    background-color: #CCC;
    padding: 5px;
    font-weight: bold;
}
.even {
    background: #EEEEEE;
}
.odd {
    background-color: #FAFAFA;
    padding: 5px;
}
.foot {
    padding: 5px;
}

tr.even td {
    background-color: #EEE;
    padding: 5px;
}
tr.odd td {
    background-color: #FAFAFA;
    padding: 5px;
}

/******************************************************************************/

/* XOOPS item */
.item {}
.itemHead {
    padding: 3px;
/*    background-color: #666;
    color: #FFF;*/
}
.itemInfo {
    text-align: right;
    padding: 3px;
    background-color: #EFEFEF;
}
.itemTitle a {
    font-weight: bold;
    font-variant: small-caps;
    color: #FFF;
    background-color: transparent;
}
.itemPoster {
    font-size: 90%;
}
.itemPostDate {
    font-size: 90%;
}
.itemStats {
    font-size: 90%;
}
.itemBody {
    padding-left: 0px;
}
.itemText {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 100%;
}
.itemText:first-letter {}
.itemFoot {
    text-align: right;
    padding: 3px;
    background-color: #EFEFEF;
}
.itemAdminLink {
    font-size: 90%;
}
.itemPermaLink {
    font-size: 90%;
}

/* XOOPS Error Msg */
div.errorMsg {
    background-color: #FFCCCC;
    text-align: center;
    border-top: 1px solid #DDDDFF;
    border-left: 1px solid #DDDDFF;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    font-weight: bold;
    padding: 10px;
}
div.confirmMsg {
    background-color: #DDFFDF;
    color: #136C99;
    text-align: center;
    border-top: 1px solid #DDDDFF;
    border-left: 1px solid #DDDDFF;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    font-weight: bold;
    padding: 10px;
}
div.resultMsg {
    background-color : #CCCCCC;
    color: #333333;
    text-align: center;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    font-weight: bold;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 10px;
}

/* XOOPS Code & Quote */
div.xoopsCode {
    background: #FAFAFA;
    border: 1px inset #000080;
    font-family: "Courier New",Courier,monospace;
    padding: 0px 6px 6px 6px;
}
div.xoopsQuote {
    background-color:#FAFAFA;
    border: #336699 solid 1px;
    padding: 3px;
}

/* XOOPS com */
.comTitle {
    font-weight: bold;
    margin-bottom: 2px;
}
.comText {
    padding: 2px;
}
.comUserStat {
    font-size: 10px;
    color: #2F5376;
    font-weight:bold;
    border: 1px solid silver;
    background-color: #ffffff;
    margin: 2px;
    padding: 2px;
}
.comUserStatCaption {
    font-weight: normal;
}
.comUserStatus {
    margin-left: 2px;
    margin-top: 10px;
    color: #2F5376;
    font-weight:bold;
    font-size: 10px;
}
.comUserRank {
    margin: 2px;
}
.comUserRankText {
    font-size: 10px;font-weight:bold;
}
.comUserRankImg {
    border: 0;
}
.comUserName {}
.comUserImg {
    margin: 2px;
}
.comDate {
    font-weight: normal;
    font-style: italic;
    font-size: smaller;
}
.comDateCaption {
    font-weight: bold;
    font-style: normal;
}

/*****************************以下78itカスタマイズ***************************************/
#mainmenu{
    text-align:center;
}
#mainmenu .navi1, #mainmenu .navi2{
    clear:both;
    width:620px;
    margin:0 auto;
}

#mainmenu .navi1 li, #mainmenu .navi2 li{
    float:left;
}

#news dt, .itemHead dt{
    clear: both;
    float: left;
    padding: 0 !important;
    width: 80px;
}
.itemHead dd {
    float: left;
    padding-left: 20px;
    width: 560px;
}
#pan li{
    float: left;
    font-size: 12px;
    padding-right: 8px;
}

#listh3 {
    background-image: url("img/kasou-005.png");
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 2px solid #000000;
    clear: both;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 3px 0 3px 20px;
}

.photo_list{
    width:50%;
    float:left;
}

.photo_navi{
    clear:both;
}

#category_navi{
    background: none repeat scroll 0 0 #3E801D;
    text-align:center;
    font-size:15px;
    padding:5px;
}
#category_navi_link_left{
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    color:#FFFFFF;
    padding:5px;
    background: url("./images/icon_performingmenu.gif") no-repeat scroll right 3px transparent;
    padding-right: 18px;
}
#category_navi_link{
    border-right: 1px solid #FFFFFF;
    color:#FFFFFF;
    padding:5px;
    background: url("./images/icon_performingmenu.gif") no-repeat scroll right 3px transparent;
    padding-right: 18px;
}
/*****************************以下SSLカスタマイズ***************************************/
/*-----------------------*/
/* div.pico_controllers  */
/*-----------------------*/
div.pico_controllers{
	background-color: white;
	border:1px solid #666699;
	margin:10px;
	padding:15px;
}
div.pico_controllers a{
	display:inline-block;
	padding:5px 15px;
	margin:5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #2B477D;
	border: solid 1px #415F9D;
	color:#FFFFFF;
	text-decoration:none;
	font-size:18px;
}
div.pico_controllers :hover {
	background-color: #0066CC;
}
/*-----------------------*/
/* table.pico_form_table */
/*-----------------------*/
table.pico_form_table{
	border:1px solid #666699;
	margin:10px;
	margin-right:20px;
}
table.pico_form_table td{
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #676767;
	line-height:1.4;
}
table.pico_form_table th{
	padding-top:8px;
	padding-bottom:8px;
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #676767;
	line-height:1.4;
}
table.pico_form_table td input{
	padding-top:3px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	line-height:1.2;
}
table.pico_form_table td select{
	padding-top:3px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	line-height:1.2;
}
/*-----------------------*/
/* p.pico_submit         */
/*-----------------------*/
p.pico_submit{
	background-color: white;
	border:1px solid #666699;
	margin:10px;
	padding:15px;
}
/*------------------------------*/
/* ul.pico_content_history_list */
/*------------------------------*/
ul.pico_content_history_list{
	background-color: white;
	border:1px solid #666699;
	margin:10px;
	padding:15px;
}
ul.pico_content_history_list li{ 
	padding-top: 4px;
	padding-right: 0pt;
	padding-bottom: 3px;
	padding-left: 0pt;
	line-height:1.2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #676767;
	font-size:14px;
}
ul.pico_content_history_list li a {
	color:#2B477D;
	text-decoration:none;
}
ul.pico_content_history_list li a:hover {
	color:#0066CC;
	text-decoration:underline;
}
/*------------------------*/
/* form#uploadphoto table */
/*------------------------*/
form#uploadphoto table{
	border:1px solid #666699;
	margin:10px;
	margin-right:20px;
}
form#uploadphoto table td{
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #676767;
	line-height:1.4;
}
form#uploadphoto table th{
	padding-top:8px;
	padding-bottom:8px;
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #676767;
	line-height:1.4;
}
form#uploadphoto table td input{
	padding-top:3px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	line-height:1.2;
}
form#uploadphoto table td select{
	padding-top:3px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	line-height:1.2;
}
/*------------------------*/
/* form#storyform table */
/*------------------------*/
form#storyform table{
	border:1px solid #666699;
	margin:10px;
	margin-right:20px;
}
form#storyform table{
	background-color: #eeeeee;
}
form#storyform table td{
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #676767;
	line-height:1.4;
}
form#storyform table th{
	padding-top:8px;
	padding-bottom:8px;
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #676767;
	line-height:1.4;
}
form#storyform table td input{
	padding-top:3px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	line-height:1.2;
}
form#storyform table td select{
	padding-top:3px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	line-height:1.2;
}
/*--------------------------------*/
/* div#ModuleContents div#kcenter */
/*--------------------------------*/
div#ModuleContents div#kcenter{
	margin:10px;
	padding:15px;
}
div#ModuleContents div#kcenter a {
	margin:10px;
	padding:15px;
	color:#2B477D;
	text-decoration:none;
}
div#ModuleContents div#kcenter a:hover {
	color:#0066CC;
	text-decoration:underline;
}
div#ModuleContents div#kcenter div.itemBody{
	background-color: white;
	border:1px solid #666699;
	margin:10px;
	padding:15px;
}
div#ModuleContents div#kcenter div.itemBody div#listh3 p{
	margin:5px;
	margin-left:0;
	padding:5px;
	padding-left:0;
}
div#ModuleContents div#kcenter div.itemBody dl{
	line-height:2.0;
	font-size:14px;
}
div#ModuleContents div#kcenter div.itemBody dt{
	width:6em;
}
div#ModuleContents div#kcenter div.itemBody:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*-----------------------------------------------*/
/* form#makedownloadform table.d3downloads_outer */
/*-----------------------------------------------*/
form#makedownloadform table.d3downloads_outer{
	border:1px solid #666699;
	margin:10px;
	margin-right:20px;
}
form#makedownloadform table.d3downloads_outer td{
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #676767;
	line-height:1.4;
}
form#makedownloadform table.d3downloads_outer th{
	padding-top:8px;
	padding-bottom:8px;
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #676767;
	line-height:1.4;
}
form#makedownloadform table.d3downloads_outer td input{
	padding-top:3px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	line-height:1.2;
}
form#makedownloadform table.d3downloads_outer td select{
	padding-top:3px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	line-height:1.2;
}
form#makedownloadform table.d3downloads_outer td.d3downloads_head{
	background-color: #cccccc;
	font-weight: bold;
}
form#makedownloadform table.d3downloads_outer td.d3downloads_even{
	background-color: #eeeeee;
}
form#makedownloadform table.d3downloads_outer td.d3downloads_even div.d3downloads_submit_help{
	border:none;
}