/* SHIBA建築工房 */

body {
	padding: 0px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	color: #000000;
	background-color: #FFFFFF;
	font-size: small;
}

#container {
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

/* h1はページトップ余白を無くすために必要 */
/* 2007/12/26　h1〜h4のpadding-leftを 5px→0pxに変更 */

h1 {
	margin: 0px;
	padding: 0px;
}


h2 {
	font-size: large;
	font-weight: bold;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h3 {
	clear: both;
	font-size: medium;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000000;
	margin: 0px;
}

/*h4 にclear both を入れるとworks が崩れる*/
h4 {
	font-size: medium;
	font-weight: normal;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #006633;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 20px;
	margin-bottom: 8px;
}

h5 {
	clear: both;
	font-size: 1em;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #009966;
}

h6 {
	font-size: 1.1em;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	}

p {
	font-size: small;
	line-height: 1.7em;
	margin-top: 5px;
	margin-bottom: 15px;
}

a {
	color: #336666;
	text-decoration: none;
}

a:visited {
	color: #009966;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

li {
	font-size: small;
	font-style: normal;
	line-height: 1.5em;
	margin-bottom: 1em;
	}

/*「関連項目：」の文字色指定 */
.kanren {
	font-size: small;
	font-weight: normal;
	color: #666666;
	}

/*写真補足の文字色指定 */
.photocomment {
	font-size: smaller;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding-top: 2px;
	}

/*注意勧告の文字 */
.gochuui {
	font-weight: bold;
	color: #000000;
	background-color: #FFCCFF;
	}
		
/*文字色をグレーに */
.gray {
	font-weight: normal;
	color: #666666;
	}

/*Backgroundをグレーに */
.graybackground {
	color: #000;
	margin: 0px;
	background-color: #DDD;
	width: 100%;
	}

/*文字色を大文字レッドに */
.redlarge {
	font-weight: normal;
	color: #FF0000;
	font-size: large;
	}

/*文字色をレッドに */
.red {
	color: #FF0000;
	}

/*文字を少し大きく */
.ems110 {
	font-size: 1.1em;
	}

/*文字を少し小さく */
.ems80 {
	font-size: 0.8em;
	}

/*文章の左側マージン*/
.lmargin60 {
	margin-left: 60px;
	}

/*「次のページ」リンク文章の右寄せ<<調整中>>*/
.right {
	float: right;
}

/* pankuzu navigation */

#pannav {
	font-size: x-small;
	margin-top: 5px;
	margin-bottom: 3px;
	padding-left: 5px;
}

/* use content <h2>title  */
/*detail <h2>に使用していたが取り止め*/
#contentstart {
	font-size: xx-large;
	font-weight: normal;
	color: #000;
	margin: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, "小塚明朝 Pro R";
}


/* Header & Title & link to HOME */

#header {
	width: 960px;
	height: 40px;
	padding: 0px;
	background-image: url(../images/header-logoW960_white.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: left top;
	background-color: #336666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#title {
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #336666;
	background-image: url(../images/header-logoW200.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	
#title h1 a {
	width: 200px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	color: white;
	font-weight: normal;
	text-indent: -9999px;
	display: block;
}

	
/* Global Navigation */

#menu {
	background-color: #336666;
	width: 100%;
	float: left;
	}

#menu ul {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#menu li {
	font-size: medium;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
	background-color: #336666;
	text-align: center;
	display: block;
	float: left;
	list-style-type: none;
	height: auto;
	width: auto;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 3px 15px 3px 15px;
}

#menu li a:visited {
	color: #FFFFFF;
}

#menu li a:hover {
	text-decoration: none;
	background-color: #008080;
	color: #FFFFFF;
}

#menu li a:active {
	color: #FFFF33;
}

#menu-on {
	color: #333333;
	text-decoration: none;
	display: block;
	float: left;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 3px 10px 3px 10px;
}


/* Categories Menu ( at Sidebar ) */

#category {
	font-size: large;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 2em;
	margin: 0px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#categorymenu ul {
	margin: 0px;
	padding: 0px;
}

#categorymenu li {
	font-size: small;
	line-height: 2em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	display: block;
	float: none;
	list-style-type: none;
	height: auto;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;
	width: 180px;
	padding: 0px;
}

#categorymenu li a {
	font-weight: normal;
	display: block;
	height: 100%;
	width: 100%;
	list-style-type: none;
	background-color: #FFFFFF;
	color: #006666;
	border-left-style: none;
}
#categorymenu li a:visited {
	color: #009966;
}

#categorymenu li a:hover {
	font-weight: normal;
	color: #FF0000;
	background-color: #FFFFCC;
}

#categorymenu li a:active {
	color: #FF0000;
}

/*　#categorymenuを前に付けないとhover時に右にはみ出す　total 180px*/
#categorymenu .categorymenu-2nd {
	padding-left: 20px;
	width: 160px;
}

/* category menu 同一ページ内リンク（scrool jump） */

.categorysubmenu {
	text-indent: 2.5em;
	}

/* scroll up Top Page */

.scroolup {
	clear:both;
	font-size: small;
	text-align: left;
	padding-left: 10px;
}

.scrolldown {
	clear:both;
	font-size: small;
	float: right;
}


/* Footer */

#footer {
	clear:both;
	color: #000000;
	width: 100%;
	font-size: small;
	text-align: center;
	margin: 0px;
	display: block;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#footer p {
	line-height: 1.2em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}

#copyright {
	font-size: x-small;
	text-align: center;
	margin: 0px;
}

/* Content Area */

#content {
	float: left;
	width: 740px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/*
#content p {
	padding-left: 1.5em;
}
*/

/* Sidebar Area */
/* padding-top は、#contentと揃える */

#sidebar {
	font-size:small;
	float: left;
	width: 180px;
	height: 100%;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}


/*Float Clear */

.clearfloat{
	clear:both;
}

/* コンテンツ中の写真フロート */

.photo-right {
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	}

.photo-left {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	}

.photo-center {
	clear: both;
	left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	right: auto;
	}

/*sidebarなどの英文字＜Work＞などに使用 */
.font-arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	}

