@import "http://";
@charset "utf-8";

/***** default styles
*******************************************/

body {
	font-size: 13px;
	*font-size: small; /* IE7 */
	*font: x-small; /* IE6 */
}



/***** text styles
*******************************************/



html {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	color: #4040FF;
	margin:0 auto;
	padding:0;
}


p {
	text-align: justify;
	text-justify: distribute;
}


p, ul, ol, dl, table, pre {
	font-size: 100%;
	letter-spacing: 0.02em;
}

img {border: 0;	vertical-align: bottom;}


/***** Link styles
*******************************************/

#menu a:link {
    color:#FFFFFF;
    background-color:transparent;
    text-decoration:underline;
}

#menu a:visited {
    color:#FFFFFF;
    background-color:transparent;
    text-decoration:underline;
}

#menu a:hover, a:active {
    color:#FFFFFF;
    background-color:transparent;
    text-decoration:none;
}

a:link {
    color:#008080;
    background-color:transparent;
    text-decoration:underline;
}

a:visited {
    color:#840084;
    background-color:transparent;
    text-decoration:underline;
}

a:hover, a:active {
    color:#666666;
    background-color:transparent;
    text-decoration:none;
}

/***** layout styles
*******************************************/


#out {
	text-align: center;
	margin:20px auto 10px auto;
	width:950px;
	border: 1px solid #FF8080;
}

#head {
	text-align: left;
	border-bottom: 1px solid #FF8080;
}

#menu {
	text-align: right;
	font-size: 87%;
	clear: left;
}




#main {
	letter-spacing: 0.1em;
	font-size: 110%;
	padding-left: 30px;
	padding-right: 30px;

}



#footer {
	border-top: 1px solid #FF8080;
	text-align: center;
	font-size: 6pt;
	color: #CCCCCC;
}


#topimage	{ width:514px; float:left; height:126px; }
#toptext	{ width:430px; float:left; height:126px; }

#main_all	{ width:700px; float:left; text-align: left; }
#linkdata	{ width:180px; float:left; text-align: left; }

#main_1		{ width:345px; float:left; }
#main_2		{ width:345px; float:left; }

#newdata	{ border-bottom: 1px solid #FF8080; text-align: left; }
#cm_2		{ border-bottom: 1px solid #FF8080; text-align: center; clear: both; }



#contents	{ width:718px; float:left; text-align: left; }
#cm_1		{ width:161px; float:left; text-align: left; }



.kiji_image	{ width:15%; float:left; }
.kiji_text	{ width:85%; }
.dialy_image	{ width:20%; float:left; }
.dialy_text	{ width:80%; }
.kiji_finish    { clear: both; }

.musume_image	{ width:110px; float:left; }
.musume_text	{ width:220px; float:left; }
.musume_finish	{ clear: both; }

.color1 {
	background: #FF8080;
	color: #FFFFFF;
	font-size: 9pt;
}


