@charset "utf-8";
/*
Theme Name: sakkuuscafe
Theme URI: http://sakkuu.com/
Description: sakkuu
*/
/* CSS Document */

/* font-size  renders */
/*       77%     10px */
/*       85%     11px */
/*       93%     12px */
/*      100%     13px */
/*      108%     14px */
/*      114%     15px */
/*      122%     16px */
/*      131%     17px */
/*      136%     18px */

/*==================================================================*/
/* web style.css
/* date:2011.05
/*==================================================================*/

/* reset
------------------------------------------------------ */
html {
	overflow-y: scroll;
}

html, body, div, h1, h2, h3, h4, h5, h6, address, reset {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	vertical-align: bottom;
}

.clear_l { clear: left; }

.txt_bold { font-weight: bold; }

.txt_center { text-align: center; }

/* accessibility
------------------------------------------------------ */
.acc {
	visibility: hidden;
	height: 0 !important;
}

* html .acc { display: none; }

/* clearfix
------------------------------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear { clear: both; }

/* body style
------------------------------------------------------ */
body {
	font-size: 85%;
	font-family: Century Gothic, "メイリオ", Meiryo, "MS UI Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	background:url(images/bg.jpg) fixed;
	line-height: 150%;
	}

/* link other
------------------------------------------------------ */
a {
	text-decoration: none;
}

a { color: #14568a; }

a:hover { color: #8b008b; }

.txt_r {
	text-align: right; 
	margin: 0 20px 10px 0;
	clear:both;
	}

/* wrapper
------------------------------------------------------ */
#wrapper{
	width:800px;
	height:auto;
	margin:auto;
	background-color:#FFFFFF;
	box-shadow: 0 0 3px 0 #DAD4C7;
	}


/* header
------------------------------------------------------ */
header {
	position: relative;
	zoom: 1;
	width: 800px;
	height: 115px;
	background-color:#ffffff;
	margin: 0 auto;
}

header h1 {
	position: absolute;
	top: 23px;
	left:30px;
	font-size:35px;

}

header h1 a {
	color:#999999;
}

header h1 a:hover { color: #6589aa; }


.description {
	position: absolute;
	top: 60px;
	left: 30px;
	font-size:17px;
	color:#666666;
}

#cms ul {
	float:right;
	width: 75px;
	margin: 15px 15px 0 0;
	list-style: none;
	}

#cms li {
	float: left;
	display:inline;
	width:25px;
	margin:5px;
	
	}
#cms li a {
	display:block;
	}
/* nav
------------------------------------------------------ */

nav ul {
	width: 800px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-size:16px;
	background-color:#eeeeee;
}

nav li {
	float: left;
	display: inline;
	width: 160px;
	height: 40px;
	margin: 0;
	padding: 0;
	}

nav li a {
	display:block;
	width: 100%;
	height: 40px;
	color: #666666;
	line-height: 40px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	}

nav li a:hover {
	color:#006699;
	font-weight: bold;
}



/* pan
------------------------------------------------------ */
#pan {
	margin:15px 30px;
	color:#666666;	
	}


/* section
------------------------------------------------------ */

section {
	clear:both;
	margin:20px auto;
	}


section h2 {
	font-size:27px;
	color:#CCCCCC;
	margin:0 0 0 30px;
	}

#main_images{
	text-align:center;
	width:800px;
	background-color:#ffffff;
	}

section h3 {
	font-size:18px;
	color:#666666;
	border-bottom:#999999 solid 1px;
	}
#news{
	width:390px;
	height:auto;
	margin:50px 0 5px 60px;
	}

#news dl {    
     width:390px;
     height:auto;
     overfllow:auto;
	 margin:30px 0;
    }  
#news dt {  
     float:left;
	 padding:2px 5px;  
	 background-color:#eeeeee;     
     clear:both;  
     font-weight:bold;  
    }  
#news dd {  
     width:260px;  
     margin-left:90px;  
     padding:2px 0 0 10px;    
    }  

#illust {
	width:500px;
	margin: 20px auto;
	}

.gallery{
	margin:5px 5px 5px 0;
	}

#illust .list {
	float:left;
	width:50px;
	height:50px;
	margin:10px;
		}

.smallimage {
    background-color: #fff;
    border: 1px solid #CCC;
    padding: 3px;
    margin: 5px 5px 0 0;
    }

#postcard {
	width:500px;
	margin: 20px auto;
	}

#postcard .list {
	float:left;
	width:50px;
	height:50px;
	margin:10px;
		}

#postcard p{
	margin:10px 0 5px;
	}

#profile table  {
	width:480px;
	color:#666666;
	font-size:12px;
	margin: 10px auto;
	}		 
			 
#profile th  {
	width:90px;
	padding: 5px;
	border-bottom:1px dotted #cccccc;
           }
		   
#profile td  {
	padding: 5px;
	border-bottom:1px dotted #cccccc;
           }		
#contact{
	margin:10px auto;
	width:500px;
	color:#555555;
	}



/* footer
------------------------------------------------------ */
footer {
	clear:both;
	width:800px;
	margin-top:35px;
	padding:12px 0;
	text-align:center;
	background-color:#eeeeee;
	}

















