* {
	margin: 0;
	padding: 0;
}

body {
margin: 0px;
padding: 0px;
background: url(./bg.gif);
}

h1, h3 {
margin: 0px;
padding: 0px;
}

div {
margin: 0px;
padding: 0px;
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
line-height: 150%;
}

form {
margin: 0px;
padding: 0px;
}

ul {
margin: 10px 0px 0px 10px;
padding: 0px;
list-style-type: square;
}

li {
margin: 0px 0px 0px 15px;
padding: 0px;
}

a:link {color:#333; text-decoration:underline;}
a:visited {color:#666; text-decoration:underline;}
a:active {color:#333; text-decoration:none;}
a:hover {color:#333; background:#CCC; text-decoration:none;}

#header h1 a {color: #FFF; text-decoration: none; background:transparent;}
#header h1 a:link {color: #FFF; text-decoration: none; background:transparent;}
#header h1 a:visited {color: #FFF; text-decoration: none; background:transparent;}
#header h1 a:active {color: #FFF; text-decoration: none; background:transparent;}
#header h1 a:hover {color: #FFF; text-decoration: none; background:transparent;}

#wrapper input,
#wrapper textarea,
#wrapper select {
	color:#000;
	font-size :12px;
	border:1px solid #000;
	padding: 2px;
}

.view a:link,
.view a:visited,
.view a:active {background-color: #E339A1; color:#000;font-weight:bolder; text-decoration: none; padding:0px 3px;}
.view a:hover {background-color: transparent; color:#FFF;}




/* レイアウト---------------------------------------------------------------------- */
#wrapper {
	width: 740px;
	margin:auto;
	background: #FFF;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

#header {
	height:140px;
	background: url(./main.jpg);
}

#header h1 {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	padding: 65px 0px 0px 10px;
	font-size: 24px;
	font-weight: bolder;
	color: #FFF;
}

#header .description {
padding-left:10px;
font-size: 14px;
color: #FFF;
font-weight: bolder;
}

#view {
text-align: center;
padding: 5px 0px 15px 0px;
border-bottom: 1px solid #666666;
}

#view li {
	display:inline;
	font-size: 12px;
}

.view {
	margin-top:10px;
}

#content {
	width:740px;
}

#side {
	width: 230px;
	float:right;
	display: inline;
}

#main {
	width: 510px;
	float:left;
}


#footer {
	border-top: 1px solid #666;
	padding:15px 0px 15px 0px;
	font-size: 10px;
	text-align:center;
}

address {
	font-style:normal;
}


/* サイトタイトル---------------------------------------------------------------------- */

h1 {
	font-size: 20px;
	line-height:1.2;
	}

.description {
	color: #CCC;
	font-size: 10px;
}

#header a {color: #FFF;text-decoration: none;}



/* サイドメニュー---------------------------------------------------------------------- */

#side dt{
font-family: verdana, arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #333366;
line-height: 100%;
margin: 20px 10px 0px 0px;
border-left: 5px solid #333366;
padding: 0px 0px 0px 5px;
}

#side dd {
	font-size: 10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}


/* エントリー---------------------------------------------------------------------- */
dl.entry {
	width: 470px;
	margin: 15px;
}

dl.entry dt {
	font-size: 14px;
	font-weight:bold;
	color: #333366;
	border-left: 5px solid #333366;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 5px;
}

dl.entry dt div {
	margin: 0px;
	padding: 0px;
}

dl.entry dd {
	font-size: 12px;
	line-height: 150%;
	color: #333;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

dl.entry dd ul.entry_state {
color: #666;
text-align: right;
}

dl.entry dd ul.entry_state li {
	display:inline;
	font-size: 10px;
}


img.pagetop {
	width:12px;
	height:12px;
	text-align:right;
	margin-top:10px;
}


blockquote {
font-size: 12px;
color: #808080;
margin: 20px 10px 20px 10px;
padding: 10px;
border-left: 2px solid #CCCCCC;
	}

.pict {
border-width: 3px;
border-style: solid;
border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
	}





#comment,
#trackback {
	margin-top:15px;
}

#comment h3,
#trackback h3{
	font-size: 14px;
	line-height:120%;
	font-weight: bolder;
	color: #666;
	border-left: 5px solid #333366;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 5px;
}

ul.entry_list li {
	font-size:12px;
	margin-bottom:3px;
	line-height:1.5;
}

ul.entry_list li.entry_list_description {
	list-style:none;
}

ul.entry_list li.entry_list_description {
	list-style:none;
	border:1px dotted #CCC;
	padding:5px;
	margin:10px 0px 20px 0px;
}

.lightup {
	background-color: #F2F4F8;
	cursor: pointer;
}


ul.cloud li {
	display:inline;
	margin-right:10px;
	line-height:1.5;
}

.trackback_url{
color: #333;
background: #EEE;
}


/* =================================== */
/* ページ送り */
/* =================================== */

.pager {
	font-size: 12px;
	margin-left:15px;
}

.pager strong {
	font-size: 12px;
	font-weight: bold;
}



.hovermenu ul{
font: bold 11px arial;
padding-left: 0;
margin-left: 0;
height: 14px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 1px 0.5em;
text-decoration: none;
float: left;
color: #333366;
background-color: #FFFfff;
border: 1px solid #FFFfff;
}

.hovermenu ul li a:hover{
background-color: #FAFAFA ;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}


/* アマゾンADS */
.drk7jpSimilarity {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND: #ffffff; MARGIN: 1px 0px 3px; COLOR: #000000; LINE-HEIGHT: 110%; FONT-FAMILY: "ＭＳ Ｐゴシック" ,"ヒラギノ丸ゴ Pro W4" ,"Osaka",verdana ,arial ,sans-serif
}
.drk7jpSimilarityHeader {
	MARGIN: 0px 0px 3px; BORDER-BOTTOM: #f0f0f0 1px solid
}
.drk7jpSimilaritySiteTitles {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; MARGIN: 3px 0px 3px 8px
}
.drk7jpSimilaritySiteSummarys {
	PADDING-RIGHT: 3px; PADDING-LEFT: 5px; FONT-WEIGHT: normal; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 10px 13px; BORDER-LEFT: #808080 1px dashed; PADDING-TOP: 0px
}
.drk7jpSimilarityFooter {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; BACKGROUND: #ffffff; MARGIN: 5px 0px 20px; COLOR: #000000; FONT-FAMILY: "ＭＳ Ｐゴシック" ,"ヒラギノ丸ゴ Pro W4" ,"Osaka",verdana ,arial ,sans-serif; TEXT-ALIGN: right
}
