/* ===================================================================
CSS for リンゴの代わり
maked by ミラ
filename is "style1.css"

メインコンテンツ用
=================================================================== */

html{	
	overflow-x: hidden;
}
body {
	font-family :"Osaka", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,sans-serif;
	line-height: 160%;/*行の高さ*/
	color: #000000;
	background-color: #ffffff;/*全体の背景*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
}
a {
	color: #669966;
	text-decoration: none;
}
a:link {/*未訪問のリンク*/
	color: #669966;
	text-decoration: none;
}
a:visited {/*訪問後のリンク*/
	color: #669966;
	text-decoration: none;
}
a:hover {/*マウスをのせたとき*/
	color: #666666;
	text-decoration: none;
}
a:active {/*クリック中*/
	color: #666666;
	text-decoration: none;
}
img{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/* area
------------------------------------------------ */
#area {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 10px 0px;
	text-align: left;
}
/* hello
------------------------------------------------ */
.hello {
	width: 520px;
	height: 100px;
	/*height: 330px;*/
	padding: 10px 15px 10px 15px;
	margin: 0px 0px 15px 0px;
	border: 2px solid #000000;
	background-color: #000000;
	/*background-image:url();*/
	background-repeat: no-repeat;
}
/* box
------------------------------------------------ */
.box {
	width: 550px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	background-color: #ffffff;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
h2
{
	width: 540px;
	height: 30px;
	padding: 5px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	background-color: #000000;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 20px;
}
/* diary box
------------------------------------------------ */
dl{
	width: 510px;
	padding: 5px 20px 5px 20px;
	margin: 20px 0px 10px 0px;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}
dt
{
	width: 510px;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}
dd
{
	width: 510px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #669966;
	font-size: 14px;
	font-weight: normal;
}
blockquote
{
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}
/* minibox
------------------------------------------------ */
.minibox {
	margin: 0px 10px 15px 0px;
	padding: 0px 0px 10px 0px;
	float:left;
}
/* minibox
------------------------------------------------ */
.minibox2 {
	clear:both;
}
/*------------------------------------------------ */
/* class for font decolation
------------------------------------------------ */
.day {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	font-weight: bold;
	color: #666666;
	font-size: 14px;
	text-align: right;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.underline {
	text-decoration: underline;
}
.border {
	border: 2px solid #000000;
}
.bold {
	font-weight: bold;
}
.white{
	color: #ffffff;
}
.black{
	color: #000000;
}
.gray{
	color: #cccccc;
}
.hada{
	color: #ffcc99;
}
.sizelarge1{
	font-size: x-large;
}
.sizelarge50{
	font-size: 50px
}
.sizesmall1{
	font-size: x-small;
}


