@charset "UTF-8";


/* 共通
----------------------------------------------------------*/

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #aa1c00;
	margin: 0px;
	padding: 0px;
	
}


* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }

img {
border:0
}


td {
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
text-align:left;
font-size:14px;
line-height:125%;
color:#621708;
}

td.indexCopy {
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	color:#FFFFFF;
	text-align:center;
}

td.copyright {
font-size:10px;
line-height:1.5;
color:#FFFFFF;
text-align:center;
}

td.copyright2 {
font-size:10px;
line-height:1.5;
color:#FFFFFF;
}

td.frameBg {
	background-image: url(../images/frame_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}


td.alignCenter {
text-align:center;
}
td.alignRight {
text-align:right;
}


.bodyCopy {
	margin:0 0 8px 0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	color:#8f1800;
	text-align:center;
}

.com {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:nomal;
	line-height:1.5;
	text-align:center;
}

.nodisp{
display:none;
}

/* ページ別
----------------------------------------------------------*/

/*about*/

.aboutTitle {
	font-size:12px;
	font-weight:bold;
	line-height:1.5;
	color:#8f1800;
	width: 121px;
}
.aboutDetails {
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	color:#621708;
	width: 300px;
}

.commentDisable{
	color:#d0aa6c;
}

a.disable:link,
a.disable:visited,
a.disable:hover
 {
	color:#d0aa6c;
	text-decoration:underline;	
}

ul.kokoroe{
margin:0;
padding:0;

}

ul.kokoroe li{
list-style-position:inside;
text-indent:-1em;
margin-left:1em;
}

/*member*/



.memberCommentNone {
	color:#E3C496;
	font-size:10px;
}
.memberComment {
	font-weight:bold;
	font-size:12px;
}

.memberName {
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	color:#621708;
}
.memberPosition {
	font-size:12px;
	font-weight:bold;
	line-height:1.5;
	color:#8f1800;
	padding-left:12px;
}
.memberQ {
	font-size:12px;
	font-weight:bold;
	color:#8f1800;
	padding-right:12px;
	line-height:1.5;
}
.memberA {
	font-size:12px;
	line-height:1.5;
}



/*link*/

.linkTitle {
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	color:#8f1800;
	padding-bottom:6px;
}

a.icon:link {
	color:#621708;
	text-decoration:underline;
	background-image: url(../images/link_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:17px;
}
a.icon:visited {
	color:#621708;
	text-decoration:underline;
	background-image: url(../images/link_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:17px;
}
a.icon:hover {
	color:#FF6600;
	text-decoration:underline;
	background-image: url(../images/link_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:17px;
}
a.icon:active {
	color:#621708;
	text-decoration:underline;
	background-image: url(../images/link_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:17px;
}

a:link {
	color:#621708;
	text-decoration:underline;	
}
a:visited {
	color:#621708;
	text-decoration:underline;
}
a:hover {
	color:#FF6600;
	text-decoration:underline;
}
a:active {
	color:#621708;
	text-decoration:underline;
}
