@charset "utf-8";

/* whats CSS */
/* kyoutsu */

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

/* title */

#post-2{
	background:url(http://oh-gojo.from.jp/wp-content/uploads/2009/08/whats-06.gif) repeat-x #FFFFFF;
}

h2.pagetitle {
	height:61px;
	position:relative;
	font-size:12px;
	/*HideMacIE促*/
	overflow:hidden;
	/**/
}

h2.pagetitle span{
	display:block;
	width:100%;
	height:100%;
	background:url("http://oh-gojo.from.jp/wp-content/uploads/2009/08/whats-05.gif") no-repeat left;
	position:absolute;
	top:0;
	left:0;
}

h3{	
	font-size:medium;
	letter-spacing:1px;
	line-height:175%;
	padding:0px 0px 5px 0px;
	color:#800000;
}

h3 a{color:#800000;text-decoration:none;}
h3 a:link{color:#800000;text-decoration:none;}
h3 a:visited{color:#800000;text-decoration:none;}
h3 a:active{color:#D2b48C;text-decoration:underline;}
h3 a:hover{color:#D2b48C;text-decoration:underline;}

/* subtitle */

h4{
	font-size:small;
	color:#669900;
	letter-spacing:1px;
	padding:20px 0px 20px 0px;
}

h5{
	font-size:small;
	color:#800000;
	padding:5px 0px 10px 0px;
}

p{
	font-size:1em;
	line-height:175%;
	margin-bottom:5px;
}

.small{
	font-size:80%;
	line-height:120%;
	margin:10px 0px;
}

.linebox{
	margin:0px auto 30px auto;
	padding:10px 20px;
	border: 1px solid #CCCCCC;
}

.imgbox{
	float:left;
	width:270px;
}

hr {
   border-width:1px 0px 0px 0px;
   border-style:dotted;
   border-color:#CCCCCC;
   height:1px;
   margin:10px 0px 0px 0px;
}

address{
	font-style:normal;
}

