/* 
Theme Name: holiday 
Theme URI: http://www.
Version: 1.0
Description: This theme is [holiday].
Author: mutec
Author URI: http://www.mutec.jp
*/

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
	color: #333;
	line-height: 1.7em;
	background-color: #161616;
}
a img {
	border: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-weight: normal;
	border-bottom: 5px solid #111111;
	line-height: 2em;
	text-align: right;
}
h2 {
	font-size: 210%;
	font-weight: normal;
	padding-bottom: 25px;
}
h2 a:link {
	text-decoration: none;
}
h3 {
}
ul li {
	list-style: none;
}
table {
	border-collapse: collapse;
}


/* Basic Layout */
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 880px;
}
#header {
	background-image: url(img/allpages/header.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#container {
	margin-bottom: 40px;
	background-image: url(img/allpages/container.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#main {
	float: left;
	width: 660px;
}
#rightbar {
	float: right;
	width: 220px;
}
#footer {
	clear: both;
	border-top: 1px solid #111111;
	height: 70px;
}

/* Header Style */
#header #search {
	float: right;
	margin-top: 30px;
}
#header form#search #s {
	border: 1px solid #111111;
	height: 18px;
	background-color: #FF9900;
}

/* Sidebar Style */
#rightbar a:link {
	text-decoration: none;
}
#rightbar .contents {
	padding-left: 20px;
}
#rightbar .titleimg {
	margin-top: 20px;
	margin-bottom: 10px;
}
#rightbar ul.listicon li {
	background-image: url(img/allpages/listicon.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
}


/* Footer Style */
#footer p {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
}

#footer address {
	background-color: #111111;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	line-height: 3.5em;
	font-style: normal;
	background-image: url(img/allpages/address.gif);
	background-repeat: no-repeat;
	background-position: 300px 0px;
}

/*  main Style */
#main p#pagelink {
	clear: both;
	line-height: 2em;
	border: 1px solid #111111;
	width: 620px;
	padding: 5px 10px;
	height: 2em;
}
#main p#pagelink a {
	text-decoration: none;
}
#main p#pagelink span#prevlink {
	float: right;
}
#main p#pagelink span#nextlink {
	float: left;
}

/* Home Style */
#main #info {
	background-color: #FFFFFF;
	width: 610px;
	margin-bottom: 20px;
	padding: 5px 15px 15px;
}
#main #info p {
	padding-top: 3px;
}
#main #info p.line {
	padding-top: 0px;
	border-bottom: dashed 1px #111;
}
div.archives {
	width: 170px;
	margin-right: 0px;
	float: left;
	margin-bottom: 20px;
	height: 300px;
	background-image: url(img/top/archives.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 10px 35px 15px 15px;
	overflow: hidden;
}
.archives h2 {
	font-size: 150%;
	font-weight: normal;
	padding-bottom: 10px;
}
.archives h2 a {
	text-decoration: none;
}
.archives .arcinfo {
	padding-top: 10px;
	border-top: 1px dashed #111111;
	font-size: 85%;
	line-height: 1.4em;
	background-image: url(img/top/butterfly.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.archives .text {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%;
	line-height: 1.5em;
}

/* BlogPage Style */
.post {
	background-color: #FFF;
	padding: 20px;
	width: 600px;
	margin-bottom: 40px;
	background-image: url(img/allpages/post-back.gif);
	background-repeat: no-repeat;
	background-position: 0px 160px;
}
.postmain {
	float: right;
	width: 400px;
}
.postmain p {
	padding-bottom: 1em;
}
.postinfo {
	float: left;
	width: 180px;
}

/* common Style */
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
.size90 {
	font-size: 90%;
}

