/* ------------------------------

Petitt Editor用スタイルシート

------------------------------ */

body {
	font-family:monospace;
	color:#666666;
	font-size:12px;
	background-repeat: repeat;
	background-position: center top;
}

h1 {
	font-size:130%;
	padding-bottom:0.3em;
	border-bottom:solid thin #999;
}

fieldset {
	margin-top:1em;
	padding:0.5em 1em;
}

.options {
	margin-top:0.3em;
	margin-bottom:0.5em;
	margin-left:1em;
	font-size:smaller;
}

#submit {
	padding-left:2em;
}

#submit input {
	padding-left:1em;
	padding-right:1em;
}

em {
	font-style:normal;
	font-weight:bold;
	color:#f00;
}

strong {
	font-style:normal;
	font-weight:bold;
	font-size:12px;
}

#copyright {
	margin-top:2em;
	border-top:solid thin #999;
	padding-top:0.3em;
	font-size:smaller;
}

h2{
	font-size:14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	color: #ad8830;
	padding-left:10px;
	float:left;
	}

p {
	font-size:14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:100%;
	text-align:left;
	margin-left:30px;
	float:left;
	padding:0 10px 0 0;
	}

.tabox1 {
	width:auto;
	height:auto;
	text-align:left;
	}
.tabox1 img { float:left; padding:0 10px 5px;}
	
.center { 
	text-align:center;
	}

.red {	color: #E61A55;}
.pink { color: #f6527c;}

	
img, div { behavior: url(iepng/iepngfix.htc) }


.bott{
	width:100%;
	height:2px;
	border-bottom:1px dotted #626262;
	clear:both;
	}

/* ■―――― Link ――――■ */

a:link {	text-decoration: none;	color: #D10F0F; font-weight:bold;}
a:visited {	text-decoration: none;	color: #D10F0F; font-weight:bold;}
a:hover {	text-decoration: underline; color: #D10F0F; font-weight:bold;}



@media screen and (max-width: 736px) {
	
h2{
	line-height:100%;
	float:none;
	}

p {
	float:none;
	margin-left:10px;
	}
	
}
