@charset "UTF-8";

/*reset*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}

iframe{
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	clear: both;
	
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
	
}

/* 表示しない */

#header,
#navi,
#side,
#anchor,
#textnavi,
#footer ul,
.pagetop,
.btn{
	display:none;
}


/**body**/

body {
	color: #333333;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	background:#F5F2EE;
	margin:10px;
}


/**contents**/

#contents{
	padding:0;
	width:720px;
	clear: both;
	margin:0;
}

#main{
	width:574px;
	background:#FFFFFF;
	border:solid 2px #CCCCCC;
}

/**article**/
.article{
	width:554px;
	margin:0 10px 20px 10px;
}
.article p{
	margin:12px;
}

.article .field {
	margin:12px 0 0 0;
	width: 554px;
}
.article .field h4{
	color:#BD7913;
	font-size: 14px;
	font-weight:bold;
	border-bottom:solid 1px #BD7913;
	margin:0 0 10px 0;
}

.article dl{
	width:530px;
	margin:0 auto 20px auto;
}

.article dl dt{
	font-size: 14px;
	font-weight:bold;
	color:#A12F2F;
	border-bottom:solid 1px #A12F2F;
	margin:0 0 10px 0;
}

.article dl dd{
	margin:10px;
	width:510px;
}


/**footer**/
#footer{
	width:574px;
	height:20px;
	text-align: center;
	background:#3D311F;
	color:#FFFFFF;
}



/* index */

#index #main{
	width:612px;
}
#index .article{
	width:580px;
	margin:5px 16px;
}

#index #footer{
	width:612px;
}


/* prof */
#prof .article p img{	
	float:left;
	margin:0 10px 0 0 ;
}

#prof .article table{
	width:280px;
	margin:5px;
	line-height:2;
}

#prof .article table th{
	width:70px;
	font-weight:bold;
	color:#5F451D;
	border-bottom:solid 1px #CCCCCC;
}

#prof .article table td{
	width:210px;
	border-bottom:solid 1px #CCCCCC;
}

/* gal */
#gal .article .field h3{
	color:#BD7913;
	font-size: 14px;
	font-weight:bold;
	border-bottom:solid 1px #BD7913;
	margin:0 0 10px 0;
}

/* mg */

#mg .article .textred{
	font-weight: normal;
	color: #CC0000;
}