@charset "UTF-8";
/* RESET */

body, header, footer, nav, section, div, 
ul, li, p, h1, h2, h3, h4, 
table, th, td, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul {
	list-style: none;
}
	
img {
	vertical-align: top;
	border-style:none;
}


a {
    color: #BF5078;
    text-decoration: none;
	font-weight: bold;
}

/* HTML */

html {
overflow: auto;
}


/* BODY */

body {
	line-height: 1.5;
	font-size: 0.95em;
	font-family: sans-serif;
	color: #595757;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	overflow: hidden;
}

/* CONTAINER */

#container{
	margin: 0 auto;
	width: 960px;
	background: #FFF;
}

/* HEADER */

header {
	height: 92px;
	width: 916px;
	margin: 0 auto;
	padding-bottom: 15px;
	background-image: url(../images/headerbg.png);
	background-repeat: no-repeat;
}

h1 img {
	display: block;
	margin: 5px 30px;
	float: left;
}


h2 {
	display: block;
	font-size: 0.8em;
	float: right;
	padding: 70px 10px 0 0;
}

/* CONTENT */
#content {
	width: 920px;
	margin: 0 auto;
	clear: both;
}


/* MAIN */
#main {
	width: 654px;
	float: right;
	padding-bottom: 40px;
}
/* DECONURIE */
#deconurie {
	padding-top: 10px;

}

#deconurie_text {
	height: 600px;
	background-image: url(../images/bg_message.png);
	background-repeat:no-repeat;
	padding: 40px 40px 5px;

}

#sakka1_text {
	font-size: 0.9em;
	height: 1000px;
	

}
#message_text {
	height: 600px;
	background-image: url(../images/bg_message.png);
	background-repeat:no-repeat;
	padding: 40px 40px 5px;

}

p.note{
	
	color: #BF5078;
	font-weight: bold;
	padding-top: 40px;

}

#profile02 h4 {
	font-size: 1.2em;
	color: #BF5078;
	font-weight: bold;
	padding-bottom: 10px;
	
}

#profile02_text{
	height: 380px;
	background-image: url(../images/bg_profile03.png);
	background-repeat:no-repeat;
	padding: 20px 40px;
}
#profile02 p {
	font-size: 0.9em;
}


/*TORIATSUKAI */

#toriatsukai  {
	padding: 20px;

}

#toriatsukai h3 {
	font-size: 1.5em;
	color: #BF5078;
	font-weight: bold;
	padding-bottom: 20px;

}

#toriatsukai_inner {
	padding: 20px;

}

p.toriatsukai {
	padding: 10px 0 ;

}

p.bold {
	font-weight: bold;

}
/* HISTPRY */

#history  {
	padding: 20px;

}

#history h3 {
	font-size: 1.5em;
	color: #BF5078;
	font-weight: bold;
	padding-bottom: 20px;

}

#history_inner {
	padding: 20px;

}

p.history {
	padding: 10px 0 20px ;

}

table #history {
	width: 580px;
	border-collapse: separate;
	border-spacing: 5px;
}

th, td {
	padding: 5px;
}	

th.date { 
	width: 140px; 
}

th.activity {
	 width: 440px; 
}

td.year {
	font-weight: bold;
}

.history_t th {
	border-bottom: 1px #c9bc9c solid;
	border-top: 1px #c9bc9c solid;
	font-weight: bold;
}


.history_t td {
	border-bottom: 1px dotted #c9bc9c;
}

/* SIDE */

#side {
	width: 242px;
	float: left;
}

nav {
	padding-bottom: 10px;
}

/* ASIDE */

aside ul {
	padding: 10px 0;
}

aside li {
	padding-bottom: 10px;
}

#side_bnr{
	padding: 10px 0;
}

/* FOOTER */

footer {
	clear: both;
	height: 175px;
	background-color: #fadbda;
	text-align: center;
	margin-top: 0;
	margin-right: -200%;
	margin-bottom: 0;
	margin-left: -200%;
	padding-top: 0;
	padding-right: 200%;
	padding-bottom: 0;
	padding-left: 200%;
}

#footernav {
	padding-top: 20px;
}

#copyright {
	padding: 20px 0;
	font-size: 0.8em;
}
