/*----------------------------------------------
大陣庵用スタイルシート
----------------------------------------------*/

 * {
	margin: 0;
 	padding: 0;
 	list-style: none;
 	text-decoration: none;
  }
 
 body {
	font-family: "ヒラギノ丸ゴ Pro W4", 'Hiragino Maru Gothic Pro', Osaka, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color : #3f3430;
	background : #b2987f;
}

 a:link { color : #715e57; text-decoration : none; }
 a:visited { color : #715e57; text-decoration : none; }
 a:hover, a:visited:hover, a:active { color : #3f3430; text-decoration : underline; }
 
div, p, a, img { border : 0; }

#Container {
	width : 640px;
	margin : 0 auto;
}

h1 {
	width : 350px;
	height : 113px;
	margin : 20px auto 30px;
	display : block;
	background : url(../img/logo.gif) no-repeat center top;
}
h1 span { display : none; }

#Contents {
	width : 640px;
	margin : 0 0 30px 0;
}

#Main {
	width : 340px;
	float : right;
}

#Main p {
	margin : 0 0 1.5em 0;
}
#Main p.last {
	margin : 0 0 0 0;
}
p.Indent {
	padding : 5px 14px 0;
}

.name {
	width : 100px;
	float : left;
}

.body {
	width : 240px;
	float : left;
}


#Sub {
	width : 300px;
	float : left;
}
#Sub p {
	width : 250px;
	text-align : right;
	font-size : 12px;
	line-heitht : 16px;
}

#Footer {
	font-size : 12px;
	text-align : center;
	color : #715e57;
}

.clearfix:after	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix	{ display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix	{ height: 1%;}
.clearfix	{ display: block;}
/* End hide from IE-mac */
.padding_top15	{
	padding-top: 15px;
}
