@charset "shift_jis";
/* CSS Document */

/* 基本
------------------------------------------------------------------------------------- */
html,body {
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "MS P ゴシック", sans-serif;
	font-size: 12px;
	color: #363636;
	line-height: 1.5em;
	margin:0px;
	padding:0px;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#666666;
	scrollbar-base-color:#FFFFFF;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#999999;
	scrollbar-shadow-color:#888888;
	scrollbar-track-color:#FFFFFF;
	background-image: none;
	overflow-x: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}



/* リンク
------------------------------------------------------------------------------------- */
a {
	color: #D2007E;
	text-decoration:underline;
	padding:0.5em;
}
a:visited {
	color: #D2007E;
	text-decoration:underline;
}
a:active {
	color: #D2007E;
	text-decoration:underline;
}
a:hover {
	color: #FF99CC;
	text-decoration:underline;
}

/* TABLE
------------------------------------------------------------------------------------- */
table {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align: left;
	vertical-align: top;
	
}


/* img
------------------------------------------------------------------------------------- */
img {
  margin: 0;
  padding: 0;
}
a img {
  border: none;
  
}
a:hover img {
  border: none;
  background-color: none;
}
img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}


/* 見出し
------------------------------------------------------------------------------------- */
h2 {
	font-size: 12px;
	font-weight: bold;
	color:#DD7798;
	background-image: url(../img/h2_news.gif);
	background-repeat: repeat;
	background-position: left;
	height: 20px;
	padding-left: 20px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 5px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color:#D2007E;
	margin: 0px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color:363636;
	margin: 0px;
}



/* テキスト
------------------------------------------------------------------------------------- */
.title {
	font-size: 12px;
	font-weight: bold;
	color:363636;
}



/* 共通
------------------------------------------------------------------------------------- */
#contents {
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#contents2 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#txt {
	width: 430px;
	float: right;
	position: relative;
	color: #666666;
	margin-bottom: 15px;
}
#day {
	width: 455px;
	float: right;
	position: relative;
	color: #DD7798;
	text-align: right;
	margin-right: 8px;
}

/* NEWS
------------------------------------------------------------------------------------- */
#news {
	width: 440px;
	position: relative;
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#news #day {
	width: 430px;
	float: right;
	position: relative;
	color: #DD7798;
	text-align: right;
}
/*#news #txt {
	width: 455px;
	float: right;
	position: relative;
	color: #666666;
	margin-bottom: 20px;
}*/
#news #line {
	background-image: url(../img/line_news.gif);
	background-repeat: no-repeat;
	height: 1px;
	width: 420px;
	position: relative;
	display: block;
	clear: both;
	margin-bottom: 30px;
}
#news #caption {
	font-size: 10px;
	color: #999999;
}
/* Profile
------------------------------------------------------------------------------------- */
#profile {
	width: 440px;
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.name {
	font-size: 14px;
	font-weight: bold;
	color:#D2007E;
	float: left;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.name2 {
	font-size: 14px;
	color:#DD7798;
	text-align: right;
	margin-bottom: 15px;
	margin-top: 50px;
}
/* Profile*/
#profile dl {
	width: 205px;
	color: #666666;
	margin-bottom: 20px;
	margin-top: 0px;
	display: block;
	position: relative;
	float: left;
}
#profile dt {
	width: 45px;
	float: left;
	position: relative;
	color: #666666;
	margin: 0px;
}
#profile dd {
	width: 155px;
	position: relative;
	clear: right;
}

/* Profileリスト*/
#profile table {
	margin-bottom: 30px;
	float: right;
	clear: both;
	width: 95%;
	margin-right: 8px;
}
#profile th,
#profile td {
	padding: 2px;
}
#profile td.list1 {
	width: 65px;
}
#profile td.list2 {
	color: #CC6699;
}
#profile td.list3 {
	width: 140px;
}
/*目次 奇数行[カラー]*/
#profile table tr.odd td {
	background: #FFFFFF;
}
/*目次 偶数行[カラー]*/
#profile table tr.even td {
	background: #FEF8E9;
}



/* Gallery
------------------------------------------------------------------------------------- */
#galleryFrame{
	width: 470px;
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
/*IFrameセット*/
#iframe_list{
	float: left;
}
#iframe_photo{
}

/*左リスト*/
#gallery_list {
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}
#gallery_list dt {
	margin-bottom: 12px;
	line-height: 1.2em;
	margin-top: 5px;
}

/*右写真*/
#gallery {
	width: 335px;
	display: block;
}
#gallery #day {
	width: 320px;
	float: right;
	position: relative;
	color: #DD7798;
	text-align: right;
}
#gallery #imgList {
	text-align: center;
	margin-bottom: 10px;
}
#gallery #imgList img {
	margin-right: 1px;
	margin-left: 1px;
	height: 60px;
	width: 60px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#gallery #imgList a {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#gallery #imgView {
	text-align: center;
	width: 335px;
	/*height: 345px;*/
}
#gallery #imgView img {
	width: 335px;
}
#gallery #caption {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
