body, h1, h2, h3, h4, h5, h6, p, div, table, form, input, textarea, select, option, dl, dd, dt {
	font-size: 12px;
font-family : メイリオ,Meiryo,'ＭＳ Ｐゴシック',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif ;
	color: #333;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

body {
	margin: 10px;
	background-color: #fff;
	text-align: center;
}

strong {
	font-weight: bold;
	color: #aa5500;
}

img {
	border: none;
}

hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #006633;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ------------------------------
Link
------------------------------ */

a:link, a:visited {
	color: #0000ff;
	text-decoration: none;
}

h1 a:link, h1 a:visited, .link a:link, .link a:visited {
	color: #fff;
}

a:hover, a:active {
	color: #fff;
	background-color: #006633;
	text-decoration: none;
}

/* ------------------------------
Div
------------------------------ */

div.container {
	width: 780px;
	background-color: #fff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div.logo {
	color :#006633;
        background-color :#bf0000;
	padding: 10px;
	text-align: right;
}

div.title {
	height: 100px;
	width: 280px;
	background:#fff url('title.png') 50% 50%;
	float: left;
}

div.banner {
	height: 100px;
	padding: 10px;
	text-align: center;
}


div.content {
	float: right;
	width: 500px;
	overflow: hidden;
	margin: 10px;
	margin-bottom: 20px;
	border: none;
	background-color: #fff;
}

div.topbox {
	margin-bottom: 30px;
}

div.entry {
	overflow: hidden;

	padding: 10px;
}

div.sidebar {
	text-align: left;
	margin: 10px;
	margin-bottom: 0px;
	width: 210px;
	overflow: hidden;
}

div.sidebox {
	margin: 0px;
	padding: 0px;
	overflow: hidden;

}

div.copyright {
	background-color:#bf0000;
	padding: 10px;
	text-align: center;
	clear: both;
}

div.amazlet-image {
	float: left;
	margin-right: 15px;
}

/* ------------------------------
見出し
------------------------------ */

h1 {
	text-align: left;
	font-size: 14px;
	color: #fff;
	float: left;
	font-weight: bolder;
}

h2 {
	color: #FFFFCC;
}

h3 {
	font-weight: bolder;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 5px;
	text-indent:1.51em;
	border-bottom: 1px solid #006633;
	clear: both;
	background-image: url(mark2.png);
	background-repeat: no-repeat;
}

p.image {
	float: right;
	margin: 10px;
}

h4 {
	font-weight: bolder;
	background-color: #efb;
	margin-left: 140px;
}
p{
	
	text-indent:1em;
}

p.hosoku {
	color: #aa5500;
	text-align: right;
	margin-bottom: 5px;
}

h5 {
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #aa5500;
	border-bottom: 1px solid #006633;
	background-image: url(mark1.png);
	background-repeat: no-repeat;
	text-indent:1.51em;
}

h6 {
	border-bottom: 1px dotted #006633;
}


/* ------------------------------
P
------------------------------ */
p.big {
	font-weight:900;
	font-size:20px;
	color:#00CC00;
}

div.link p {
	text-align: center;
	clear: both;
	padding: 3px;
	margin: 20px;
	margin-bottom: 80px;
	font-weight: bolder;
	background-color: #63B722;
}

div.copyright p {
	color: #FFFF99;
	line-height: 120%;
}

div.amazlet-image p {
	margin: 0px;
}

.center {
	text-align: center;
}

p.menu {
	font-size:1em;
	margin-left:0;
	margin-right:0;
	margin-bottom:0px;
	margin-top:0px;
	}

p.menu a {
	background-color:#BBFFBB;
	color:#000000;
	border-bottom:solid 1px #ffffff;
	text-decoration:none;
	display:block;
	width:95%;
	line-height:1.5em;
	padding-left:0.2em
	}

p.menu a:hover {
	background:transparent; 
	color:#ff0000
	}

p.menu span {
	color:#c5e1ed;
	display:none
	}


/* ------------------------------
Form
------------------------------ */

form {
	padding: 20px;
}

input.text {
	background-color: #eeeeee;
	height:20px;
	border: 1px solid #006633;
}
input.submit {
	padding: 0px  5px;
	background-color: #ccffff;
	height:22px;
	border: 1px solid #996633;
}

p.text1:first-letter{
	float: left;
        margin-right:5px; padding:5px;   
        background-color:#006600;   
        font-weight:bold; font-size:18px; color:#fff;   
    }   

}
p.text2{
        text-indent:1em;
}
