@charset "utf-8";

/*  
Theme Name: Issuisya
Theme URI: http://www.homepagegallery.jp/
Description: 株式会社一水社様専用テーマ 
Author: Minimal Inc.
Author URI: http://www.homepagegallery.jp/
*/

@import url(css/comment.css);
@import url(css/sidebar.css);
@import url(css/footer.css);
@import url(css/contents.css);


/* -------------------- GENERAL -------------------- */


body {
	font-family: "ＭＳ Ｐゴシック",Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.7em;
	/*background: #f2f2f2 url(images/wrap_bg.gif) repeat-y;
	background-position: center;*/
	margin: 0;
	padding: 0;
	background: #f2f2f2;
}

h1{
	padding: 0 10px 0 0;
}

a, a:link {
	text-decoration: none;
	color: #4d4d4d;
}

a:hover {
	text-decoration: none;
	color: #000;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
}


#wrap{
	width: 800px;
	background: #f2f2f2 url(images/wrap_bg.gif) repeat-y;
	background-position: center;
	margin: 0px auto;
	padding: 0px;
}

#box {
	width: 780px;
	margin: 0px auto 0px auto;
	color:#000;
	padding: 0px;
	background: #fff;
}

#banner {
	width: 100%;
	background: url(images/header2.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
}

#banner img{
	border: none;
}



/* -------------------- HEADER -------------------- */

div#top {
	width:100%;
	height:100px;
	background: url(images/top.gif);
	padding: 0px;
}

div#top img{
	border: none;
}

div#logo {
	width:250px;
	height:100px;
	float: left;
}

div#logo img{
	width:250px;
	height:100px;
	border: none;
}

#header {
	float:left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#header h1 {
	font-family: "verdana", Arial, Trebuchet MS, Helvetica;
	margin: 0;
	padding: 0;
	color: #a799e6;
	font-size: 30px;
	font-weight: normal;
}

#header h1 a, #header h1 a:link { color: #a799e6; }

#header h1 a:hover {
	color: #fff;
	text-decoration: none;
}

#description {
	color: #a799e6;
	width: 880px;
	font-size: 12px;
	padding: 0 0 0 10px;
}

/* -------------------- SEARCH -------------------- */


#searchform1 {
	float: right;
	padding: 0px;
	margin: 50px 20px 0px 0px;
}

#searchform1 #submit {
	font-size: 12px;
	height: 24px;
	margin: 0px;
	margin-left: 4px;
}

#searchform1 input#s {
	font-size: 12px;
	width: 160px;
	text-align: left;
	border: 1px solid #ccc;
	background: #fff;
	height: 20px;
	line-height: 18px;
	padding: 1px;
	margin: 0px;
}


#searchform {
	margin: 10px 10px;
}

#searchform input#s {
	font-size: 12px;
	width: 160px;
	text-align: left;
	background: #fff;
	height: 20px;
	line-height: 18px;
	padding: 1px;
	margin: 0px;
}

#searchform input{
	font-size: 12px;
	height: 22px;
	margin: 0px;
	margin-top: 4px;
}

/* -------------------- bred -------------------- */

div#bread {
	width: 100%;
	margin: 0px 0px 18px 0px;
	padding: 0;
	line-height: 25px;
	background-color: #f2f2f2;
	text-indent: 15px;
}

div#bread-dummy{
	padding: 0;
	width: 100%;
	height: 0px;
	margin: 0px 0px 18px 0px;
}


/* -------------------- NAV -------------------- */


/* #navbox { background: url(images/nav.jpg) repeat-x top center; 
height: 28px; 
margin: 0px auto; } */

#navbox {
	width: 100%;
	background: #fff url(images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 57px;
	margin: 0px 0px 0px 0px;
}

#nav {
	float: left;
	padding: 0;
}

ul.nav {
	height: 32px;
	line-height: 32px;
	float: left;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

ul.nav li {
	float: left !important;
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background: url(images/nav_sep.gif);
	background-repeat:no-repeat;
	background-position: right;
}

ul.nav li ul {
	float: left;
	margin: 0;
	padding: 0;
}

ul.nav li a, ul.nav li a:link, ul.nav li a:visited {
	color: #171b62;
	float: left;
	display: block;
	text-decoration: none;
	padding: 0 17px 0 17px;
	line-height: 57px;
	margin: 0px 5px 0px 3px;
}

ul.nav li a:hover, ul.nav li a:active{

	background: #000 url(images/nav_bg_active.gif);
	background-repeat: repeat-x;
	background-color: #9ba1d1;
	color: #fff;
}

ul.nav li.current_page_item a {

	background: #000 url(images/nav_bg_active.gif);
	background-repeat: repeat-x;

	background-color: #9ba1d1;
	color: #171b62;
}



/* -------------------- POST -------------------- */


.post {
	width: 100%;
	float: left;
	margin: 0px auto;
	border-bottom: 1px #eee solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.post p{
	margin: 10px;
}

.post img {
	border: none;
	padding: 5px;
}

.post h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: url(images/title_bg.gif);
	background-repeat: no-repeat;
	width: 560px;
	height: 34px;
	color: #fff;
	line-height: 34px;
	text-indent: 40px;
}

.post h2 a{
	color: #fff;
}


.post h3 a{
}

#content {
	/*width: 545px; */

	width: 560px;
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 0;
	/*background: #00f;*/
	overflow: hidden;
}

.notes {
	padding: 5px;
	background-color: #535ca8;
	color: #fff;
	margin: 0px 0px 10px 0px;
}

.notes p {
	margin: 0px;
	padding: 0px;
}

.posthead {
	position: relative;
	clear: left;
	padding-bottom: 0px;
	margin: 10px 0px 0px 0px;
}

.posthead h2 {
	font-size: 26px;
	font-weight: bold;
	padding: 3px 0px 0px 45px;
	margin: 0px;
}

.posthead h2 a { color: #000; }

.posthead h2 a:hover { color: #ed54a9; }

.postauthor {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 10px;
	color:#666;
}

.postdate {
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	padding: 0px 10px 6px 0px;
}

.postdate small {
	font-size: 9px;
	color:#4d4d4d;
}

.postdate .month {
	display:block;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}

.postdate .day {
	display:block;
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: bold;
	color:#4d4d4d;
}

.postdate .year { display:block; }

.navigation {
	width: 510px;
	float: left;
	color: #666;
	padding: 5px 6px 10px;
}

.relatedposts {
	width: 520px;
	float: left;
	color: #666;
	margin: 5px auto;
	padding: 0 5px 5px 5px;
	font-size: 12px;
}


img.wp-smiley {
	border: 0;
	padding: 0;
}

div#top_center { margin: 15px 0px 15px 0px; }


img.tit{ margin: 0px 0px 10px 0px !important; padding: 0px;}

p#edit{ clear: both; display: none;}

