@charset "utf-8";

/* network.css */

/* COMMON */

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

body {
	background-color: #FFFFFF;
	/* MSIE5&6 */
	text-align: center;
	color: #333333;
}

img {
	border: none;
}

.imgleft {
	float: left;
	border: none;
	margin-right: 20px;
	margin-bottom: 10px;
}

.imgright {
	float: right;
	border: none;
	margin-left: 20px;
	margin-bottom: 10px;
}

body, h1, h2, h3, a, ul {
	font-size: small;
	color: #333333;
	font-weight: 400;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
}

td {
	font-size: small;
	color: #333333;
	font-weight: 400;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	vertical-align: top;
}

ul {
	font-size: small;
	color: #333333;
	font-weight: 400;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	list-style-type: none;
}

/* MSIE5&6 */
div {
	text-align: left;
}

a:link		{ color: #ff9966; text-decoration: none; line-height: 120%; }
a:visited	{ color: #ff9966; text-decoration: none; line-height: 120%; }
a:active	{ color: #CC99CC; text-decoration: underline; line-height: 120%; }
a:hover		{ color: #CC99CC; text-decoration: underline; line-height: 120%; }



/* DESIGN */

#all {
	margin: auto;
	width: 800px;
}

#head {
	width: 100%;
	height: 120px;
}

h1 {
	position: absolute;
	top: -100px;
}

#body {
	width: 100%;
}

#leftarea {
	float: left;
	width: 200px;
}

#mainarea {
	float: left;
	width: 450px;
}

#content {
	margin-top: 15px;
	margin-left: 15px;
	width: 410px;
}

.pagepath {
	width: 100%;
	margin-bottom: 10px;
}

#content h2 {
	color: #999999;
	font-size: 110%;
}

#content h3 {
	width: 100%;
	background-color: #ff9966;
	color: #FFFFFF;
	font-size: small;
	padding-left: 10px;
	line-height: 30px;
}

#topbox {
	width: 100%;
}

#imgmain {
	float: left;
	width: 150px;
	height: 150px;
	margin-bottom: 20px;
	padding-top: 20px;
	background-color: #DDDDDD;
}

#imgmain img {
	width: 150px;
	height: 150px;
}

#profile {
	float: right;
	width: 250px;
	margin: 10px 0px;
}

#profile th {

}

#profile td.name {
	vertical-align: middle;
	width: 50px;
                font-size: small;
}

#profile td.value {
	padding-left: 10px;
	line-height: 16px;
	vertical-align: middle;
                font-size: small;
	width: 190px;
}

#profile td.url {
	padding-left: 10px;
	line-height: 16px;
	vertical-align: middle;
                font-size: small;
                text-wrap: hard
	width: 190px;
}

#midbox {
	width: 100%;
	border-style: solid none solid none;
	border-width: 1px;
	border-color: #666666;
	margin-bottom: 20px;
}

#note {
	margin-left: 10px;
	width: 390px;
}

#bottombox {
	width: 410px;
	margin-bottom: 30px;
}

#imgprofile1 {
	float: left;
	width: 120px;
	height: 120px;
}

#imgprofile2 {
	float: left;
	margin-left: 25px;
	width: 120px;
	height: 120px;
}

#imgprofile3 {
	float: right;
	width: 120px;
	height: 120px;
}

#tagbox {
	width: 100%;
	border-style: solid;
	border-width: 2px;
	border-color: #999999;
	margin-bottom: 20px;
}

#tagbox a {
	margin: 0px 5px;
}

#listbox {
	width: 100%;
	margin: 20px 0px;
}
.list {
	display: block; 
	width: 100%;
	margin: 10px 0px;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}
.list img {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.list a {
	font-size: small;
}
.list div.explain {
	margin-top: 5px;
	font-size: small;
	line-height: 1.3em;
}

#nextpage {
	margin: 20px 0px;
	width: 100%;
	text-align: center;
}

#rightarea {
	float: right;
	width: 150px;
}

#foot {
	width: 100%;
}
.clear {
	clear: both;
	line-height: 0px;
}


/* MODULE */

#topnavi {
	width: 100%;
	text-align: right;
	color: #ff9966;
	font-size: small;
	font-weight: bold;
}

#topnavi a {
	font-size: small;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#leftnavi {
	width: 100%;
}

.groupbox {
	margin: 20px 5px;
}

.groupbox h2 {
	color: #999999;
	font-size: 1em;
	font-weight: bold;
}

.groupbox ul {
	margin: 5px 5px 10px 5px;
	border-style: solid none none solid;
	border-width: 1px 0px 0px 3px;
	border-color: #CCCCCC;
}

.groupbox li {
	padding-left: 5px;
}

#rightnavi {
	width: 100%;
}

#stext {
	width: 80px;
	border-style: inset;
}
#sbutton {
	width: 40px;
	border-style: outset;
	font-size: small;
}

/* DESIGN-HOME */

#bodyhome {
	width: 100%;
	height: 280px;
}

/* 職人 */
#bodyhome .cat23 {
	position: absolute;
	margin-top: 20px;
	margin-left: 10px;
	width: 350px;
}

/* 工務店 */
#bodyhome .cat25 {
	position: absolute;
	margin-top: 20px;
	margin-left: 400px;
	width: 350px;
}
/* 建材 */
#bodyhome .cat35 {
	position: absolute;
	margin-top: 200px;
	margin-left: 10px;
	width: 350px;
}

/* 設計 */
#bodyhome .cat24 {
	position: absolute;
	margin-top: 200px;
	margin-left: 400px;
	width: 350px;
}

#bodyhome h2 a {
	font-size: 1.4em;
	font-weight: bold;
}
#bodyhome p {
	float: right;
	width: 170px;
	margin-top: 20px;
}
#bodyhome p a {
	font-size: 0.9em;
}
#bodyhome a:link		{ color: #999999; text-decoration: none; line-height: 120%; }
#bodyhome a:visited	{ color: #999999; text-decoration: none; line-height: 120%; }
#bodyhome a:active	{ color: #666666; text-decoration: underline; line-height: 120%; }
#bodyhome a:hover		{ color: #666666; text-decoration: underline; line-height: 120%; }

#imgrandom {
	float: left;
	width: 120px;
	height: 120px;
	background-color: #DDDDDD;
	margin-top: 10px;
}
#imgrandom img {
	width: 120px;
	height: 120px;
}

#tagcloud {
	width: 100%;
	border-style: solid;
	border-width: 2px;
	border-color: #999999;
	margin: 20px 0px;
	font-size: 0.9em;
}
#tagcloud a.tagsize1 { font-size: 0.9em; }
#tagcloud a.tagsize2 { font-size: 1.1em; }
#tagcloud a.tagsize3 { font-size: 1.4em; }
#tagcloud a.tagsize4 { font-size: 1.8em; }
