@charset "utf-8";
/* ================================
BlurBlue-Note
Cascade Style Sheet 
Auther:drop
================================ */

/* === "default.css" ===

### basic settings

*/


/* === Body Module === */
body {
	color: #393030;
	font-size: 12px;
	font-family: Helvetica, Arial, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	line-height: 1.5;
}
* html body{
	font-size: 72%;
}

html,body,
h1,h2,h3,h4,h5,h6,
div,p,li,dl,dt,dd,pre,code,blockquote,address,hr,
table,tr,th,td,
form,fieldset {
	margin: 0;
	padding: 0;
}


/* === Text Module === */
h1 {
	font-size: 220%;
	font-family: Helvetica, Arial, "ヒラギノ角ゴ3", "ヒラギノ角ゴ Pro W3"; 
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

h4,h5,h6,p,li,dl,dt,dd,pre,code,blockquote,address,table,th,td {
	font-size: 100%;
}

em {
	font-style: normal;
	font-weight: normal;
}

strong {
	font-style: normal;
	font-weight: bold;
}

strong.lv2 {
	font-weight: bold;
	font-size: 120%;
}

strong.lv3 {
	letter-spacing: 1em;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
}

address {
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
}

q {
	padding: 1px 0.4em;
	background: #e3e3da;
	border-top: 1px dotted #c5c9c7;
	border-bottom: 1px dotted #c5c9c7;
}

blockquote {
	margin: 0.8em 2em;
	padding: 0 0 0 55px;
	background: #e3e3da url(../images/bg_bq_top.gif) left top no-repeat;
	color: #52494b;
}

blockquote p {
	margin: 0;
	padding: 0.8em 50px 0.8em 0;
	background: #e3e3da url(../images/bg_bq_btm.gif) right bottom no-repeat;
	color: #52494b;
}

pre,
code {
	font-family: "Courier New", Courier, mono;
	background: #e3e3da;
}

kbd {
	margin: -0.1em 0.1em;
	padding: 0 0.2em;
	background: #dcdcdc;
	border-top: 2px solid #e6e6e6;
	border-right: 2px solid #777;
	border-bottom: 2px solid #777;
	border-left: 2px solid #e6e6e6;
}

/* === Link Module === */
a {
	color: #9dae10;
	text-decoration: underline;
}

a:visited {
	color: #9d9c3c;
}

a:hover,
a:active {
	color: #c4cb11;
	text-decoration: none;
}


/* === List Module === */
dl,
dl dt,
dl dd {
	margin: 0;
	padding: 0;
}

ul,ol {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0.8em;
	font-size: 100%;
}

ol {
	list-style: decimal;
}

ul li,
ol li {
}

ul li,
ol li,
dl dt,
dl dd {
	font-size: 100%;
}

li li,
li p,
li pre,
li dt,
li dd,
dt li,
dt p,
dt pre,
dt dt,
dt dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}




/* === Table Module === */

table,
table th,
table td {
	padding: 0;
	border-collapse: collapse;
}


/* === Image Module === */

img,
img a {
	border: 0;
}

.img {
	margin: 0 10px 10px 2px;
	color: #726969;
}

p.img {
	font-size: 90%;
}

.flt {
	float: left;
}
.frt {
	float: right;
	margin-left: 10px;
}

.img img {
	position: relative;
	padding:1px;
	border: 1px solid #ccc;
}

.img img.zoom:hover {
	border: 1px solid #c4cb11;
}



/* === Form Module === */
input,
textarea {
	background: #ebebe5;
	border-top: 1px solid #808075;
	border-right: 1px solid #f8f8ef;
	border-bottom: 1px solid #f8f8ef;
	border-left: 1px solid #808075;
}

input.submit {
	background: #ebebe5 url(../images/bg_input_btn.gif) bottom repeat-x;
	margin-right: 0.5em;
	border: none;
	vertical-align: middle;
}


/* === JS Module === */
script,
iframe,
noscript {
	margin: 0 0 0.8em 0;
	padding: 0;
}

noscript {
	padding: 2px;
}

/* zoom */
.img img.zoomi,
.img img.zoomii {
	position: absolute;
	z-index: 99;
	cursor: pointer;
}


/* EOF */
