@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a{ text-decoration: none;
    color:#39F;
	}
a:link {

}

a:visited {

}

a:hover {

}

a:active {

}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.5;
	background:#FF9;
	color:#333;
}
body.p02{
	text-align: center;
	line-height: 1.5;
	background:#F36;
	color:#333;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#logo {
	margin:0 auto;
	width:100%;
	
	}
	
#title{
	width:95%;
	margin:10px auto ;
	height:80px;
	background:#FFF;
	text-align:left;
	padding:1%;
	border:#999 1px solid;
	}

#tokosha{
	width:100%;
	margin:0 auto;
	font-size:0.9em;
	text-align:left;
	}	
#comment{
	width:120px;
	height:14px;
	margin:0 auto;
	font-size:0.8em;
	float:left;
	color:#F00;
	}

#diary{
	width:150px;
	height:14px;
	margin:0 auto;
	font-size:0.8em;
	float:left;
	}


#ita_all{
	width:95%;
	margin:10px auto ;
	height:auto;
	background:#FFF;
	text-align:left;
	padding:1%;
	border:#999 1px solid;
	}

#pagetop{
	width:140px;
	height:auto;
	background:#FFF;
	text-align:left;
	float:right;
	border:#999 1px solid;
	margin-right:2%;
	font-size:0.8em;
	}

#pagetop a{
	color:#333;
	text-decoration:none;
	}

#setumei{
	background:#FFC4C4;
	border:#999 1px solid;
	font-size:0.8em;
	padding:1%;
	width:98%
	}
#setumei_2{
	background:#FF9;
	border:#999 1px solid;
	font-size:1em;
	padding:1%;
	width:98%
	}	
.style_murasaki{
	color:#06F;
	font-weight:bolder;
	}

.style_oranji{
	color:#F60;
	font-weight:bolder;
	}

#ita_all ul{
	list-style:none;
	}
#ita_all li{
	line-height:46px;
	border-bottom:1px solid #999;
	}