@charset "UTF-8";
/* ----------------------------------------------------------------------
* www.666days.com
　AUTHOR : North
	MATL : 666days.gmail.com
　THEME：666days_cream
　WIDTH：900px（200-500-200, 200-700, 700-200）
---------------------------------------------------------------------- */



/* ----------------------------------------------------------------------
* HTML SETTING
　Change Font Color and Font Size.
---------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
}

* html #Days_body,* html #Main,* html #Wrapper,* html #Left,* html #Right,* html .block,* html #Main a,* html #Wrapper a,* html #Left a,* html #Right a,* html #mainmenu a,* html #usermenu a {height: 1%;}

body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Helvetica, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
	font-size: 75%;
}

body.showBlockL1R1, body.showBlockL1R0, body.showBlockL0R1, body.showBlockL0R0 {
	text-align: center;
}

img {	border: 0; }

p  {}
h1 { margin:0; padding:0; font-size:1.5em; }
h2 { margin:0; padding:0; font-size:1.2em; }
h3, h4, h5 { margin:0; padding:0; font-size:1em; }

dl, dt, dd, ul, li { margin: 0;	padding: 0;	list-style: none; }

em { font-style: italic; }
strong { font-weight: bold; }

.x-small { font-size: 80%; }
.small { font-size: 90%;}
.large { font-size: 110%; }
.x-large { font-size: 120%; }

.floatLeft { float: left; }
.floatRight { float: right; }
.marginCenter { margin-left:auto; margin-right:auto; }
.clearall { clear: both; }
.alignRight { text-align: right; }
.alignLeft { text-align: left; }
.alignCenter {text-align: center; }

.pico_body { line-height: 140%;
align: center;
padding:2em;
}
.pico_body #tetsu {
font-size: x-small;
float: right;
margin: 10px 10px 10px 0; 
}
/* ----------------------------------------------------------------------
* Site Color
---------------------------------------------------------------------- */
body {
	color: #000;
	background-color: #FFF;
}

/* header block */
#Days_header{
	background : url("img/background.jpg") top center repeat-x;
	background-image : url("img/background.jpg");
}

#Days_body {
	background-color: #F8F7F2;
}

/* Link Color */
a {
	color:#cc9933;
	text-decoration: none;
}

a:hover {
	color:#DC143C;
}

/* Site name Color */
.sitename { color:#000; }
/* Slogan Color */
.slogan { color:gray; }

/* Left and Right block titile Color */
#Left .blockTitle, #Right .blockTitle {
	color: #000;
}


/* Center Block */
.blockTitleM {
	color:#000;
	background-color:transparent;
	background-image: url("img/menuback.png");
}

/* Left and Right block */
#Left li a, #Right li a {
	color:#000;
	border-bottom: 1px dotted #506463;
}
#Left ul li a:hover, #Right ul li a:hover {
	background-color:#FECB85;
}

/* Mein menu */
#mainmenu {	background-color: transparent; }
#mainmenu a {
	color:#000;
	background: transparent;
	border-bottom: 1px dotted #506463;
}
#mainmenu a:hover { background-color: #FECB85; }
#mainmenu a.menuTop {  }
#mainmenu a.menuMain { border-bottom: 1px dotted #506463; }
#mainmenu a.menuSub { border-bottom: 1px dotted #506463; }

/* User Menu Color */
#usermenu {	background-color: transparent; }
#usermenu a {
	color:#000;
	background: transparent;
	border-bottom: 1px dotted #506463;
}
#usermenu a:hover { background-color: #FECB85; border-bottom: 1px dotted #506463; }
#usermenu a.menuTop {  }
#usermenu a.highlight { background-color: #fcc; }

/* Navi Color */
#navi {
	background-color: #EBEAE6;
	color:#000r;
}
#navi ul li { border-right:dotted 1px #000; }
#navi ul li a { color:#000; }
#navi ul li a:hover { background-color: #FECB85; }

.login_pass {
	background-color: #E3E3DB;
}



/* 2column-left dotted */
.showBlockL1R0 #Main {
	border-left:1px dotted #506463;
}

/* 2column-right dotted */
.showBlockL0R1 #Main {	/* for 2 cols of center and right 780(580-200)*/
	border-right:1px dotted #506463;
}

/* 3column dotted both */
.showBlockL1R1 #Main {	/* for 2 cols of center and right 780(580-200)*/
	border-left:1px dotted #506463;
	border-right:1px dotted #506463;
}

/* Footer */
#Footer {
	border-top:8px solid #506463;
	background-color:transparent;
}


/* ----------------------------------------------------------------------
* Table
 Table margin and padding.
---------------------------------------------------------------------- */

table {
	width: 100%;
	margin: 0;
	padding: 0;
}
th {
	padding:2px;
	vertical-align:middle;
}
table td {
	padding: 0;
	margin: 0;
	vertical-align: top;
	line-height: 130%;
}
table caption {
	text-align:left;
	font-size:1.1em;
	padding: 0 0 5px;
}


h1,h2,h3,h4,h5,h6 { font-weight:normal; background-color:transparent; }
table { font-size:inherit; }
table td li { margin-left:24px; }/* FAQ modules */


/* ----------------------------------------------------------------------
* Total block
---------------------------------------------------------------------- */

#Days_body {
	width: 900px; 
	margin: 0 auto; /* center to firefox and safari. */
	text-align:left;
	font-size:100%;
	position:relative;
}

/* Header */
#Days_header {
	width: 100%;
	margin:0;
	height: 200px;
	text-align: left;
}

　.showBlockL0R0　none menu width
.showBlockL0R0 #Main {	/* center only 780(780)*/
	width: 900px;
	float: none;
}



#Main {
	margin-left:-2px;
	margin-right:-2px;
	margin-top:10px;
	float: center;
	position: relative;
	overflow:hidden;
}

#Footer {
	width: 100%;
	margin:0;
	clear: both;
	position: relative;
	text-align:center;
	padding-top:8px;
}


/* ----------------------------------------------------------------------
* headerimage position
---------------------------------------------------------------------- */

.headimage{
	position: absolute;
	top: 50px;
	left:100px;
	margin-right:20px;
}


/* ----------------------------------------------------------------------
* navigation
---------------------------------------------------------------------- */

#navi {
	position: absolute;
	left:220px;
	top:125px;
	overflow:hidden;
}

#navi ul li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

#navi ul li a {
	display:block;
	text-align:center;
	padding: 5px 15px 5px 15px;
}

#navi ul li a:hover { }

#navi .last {
	border-right:0px;
}


/* ----------------------------------------------------------------------
*site name and slogan
---------------------------------------------------------------------- */
.sitename {
	position: absolute;
	left:220px;
	top:50px;
	font-size:2em;
}

.slogan {
	position: absolute;
	left:220px;
	top:85px;
	padding-left:1em;
	font-size:1.1em;
	border-top:1px solid #000;
	padding:5px;
}

.login_pass {
	width:170px;
	position: absolute;
	left:710px;
	top:40px;
	text-align: right;
	line-height: 200%;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}




/* ----------------------------------------------------------------------
*menu
---------------------------------------------------------------------- */

#Left ul li, #Right ul li {
	margin-right:0px;
	display:block;
	list-style:none;
	background: url("img/listmark.gif") no-repeat 0 50%;
	background-image: url("img/listmark.gif");
}

/* listmark */
#Left ul li{ margin-left:-30px; }
#Right ul li { margin-left:0px; }

#Left ul li a, #Right ul li a {
	padding: 5px 0 5px 20px;
	display:block;
}

#Left ul li a:hover, #Right ul li a:hover { }


/* ----------------------------------------------------------------------
* list setting
　UL DL OL LI
---------------------------------------------------------------------- */
#Main .block ul, #Left .block ul, #right .block ul,
#Main .block dl, #Left .block dl, #Right .block dl,
#Main .block ol, #Left .block ol, #Right .block ol{
	margin:2px 0 2px 24px;
}

#Main li, .block li {
	list-style: disc outside;
}

.blockContent {
	padding:1em 1em 2em 1em;
	line-height:150%;
}


/* ----------------------------------------------------------------------
* XOOPS column
---------------------------------------------------------------------- */
#ModuleContents {
	margin: 10px 10px 0;
	padding: 10px;
	position: relative;
	background-color:transparent;
	border: 0px solid #FFF;
}
#Wrapper {
	margin: 0;
	padding: 0;
	position: relative;
}


.block {
	clear:both;
	border: 0px solid #FFF;
	background-color:transparent;
	margin: 10px 0 0 5px;
	padding: 0;
}

#cLeft {
	float:left;
	width: 49%;
}

#cRight {
	float:left;
	width: 49%;
}


/* ----------------------------------------------------------------------
* block title
---------------------------------------------------------------------- */

#Left .blockTitle, #Right .blockTitle {
	font-size:1.1em;
	font-weight: bold;
	padding:5px 0 5px 10px;
	margin-right:5px;
}

.blockTitleM {
	font-size:1.3em;
	padding:5px 0 15px 5px;
	font-weight:bold;
}


/* ----------------------------------------------------------------------
* Utility
---------------------------------------------------------------------- */

.skip {
	position: absolute;
	left: -999em;
}

.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearFix { display: inline-table; }

* html .clearFix {height: 1%;}
.clearFix {display: block;}


/* ----------------------------------------------------------------------
*Mein user menu
---------------------------------------------------------------------- */

/* mein menu */
#mainmenu a { display: block; margin: 0; padding: 4px; }
#mainmenu a:hover { }
#mainmenu a.menuTop { padding-left: 3px; }
#mainmenu a.menuMain { padding-left: 3px; }
#mainmenu a.menuSub { padding-left: 9px; }


/* User menu */
#usermenu a { display: block; margin: 0; padding: 4px; }
#usermenu a:hover { }
#usermenu a.menuTop { padding-left: 3px; }
#usermenu a.highlight { }



/* ----------------------------------------------------------------------
* 666days design
	If you don't need it, please delete.
---------------------------------------------------------------------- */
.btnMenu input {
	margin-bottom:5px;
	width: 140px;
	padding:3px;
	text-align: left;
	color:#778899;
	background-color:#FFFAFA;
	border: 1px solid #ccccc0;
}

