﻿@charset "utf-8";
/*------------------------------------------------------------
 Author : k.kazuki
 URI : http://seo.kazuking.net/
 Date : 2007/06/16
 Copyright(C) 2007 kazuking seo all rights reserved.
------------------------------------------------------------*/

/*
 Share Style [
------------------------------------------------------------*/
* {
	padding:0;
	margin:0;
}
body {
	background:#FFF url(http://seo.kazuking.net/img/body-background.gif);
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:80%;
	text-align:center;
}
h1 {
	float:left;
	font-size:13px;
	font-weight:normal;
	padding:8px 0 0 5px;
}
h2 {
	float:right;
	font-size:13px;
	font-weight:normal;
	padding:8px 5px 0 0;
}
h3 {
	font-size:11px;
	font-weight:normail;
	font-style:italic;
	padding:18px 0 0 20px;
}
h3 a:link {
	text-decoration:none;
	color:#FFF;
}
h3 a:visited {
	text-decoration:none;
	color:#FFF;
}
h3 a:hover {
	text-decoration:underline;
	color:#FFF;
}
h4,h5,h6 {
	font-size:85%;
	font-weight:normal;
}


p,li,dt {
	line-height:1.4;
}

dl {
	margin:0 0 10px 0;
}

dd {
	margin:0 0 0 20px;
}

p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
hr {
	display:none;
}

ul,ol {
	padding:0 0 10px 20px;
}

strong {
	font-weight:normal;
}
address {
	float:left;
	font-style:normal;
	padding:5px 0 0 5px;
}
.clear {
	clear:both !important;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}

/*
 Link Color [
------------------------------------------------------------*/
a {
	overflow:hidden;
}
a:link {
	color:#3366FF;
	text-decoration:none;
}
a:visited {
	color:#3366FF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/*
 container [
------------------------------------------------------------*/
#container {
	background:url(http://seo.kazuking.net/img/background.gif) repeat-y;
	width:820px;
	margin:0 auto;
	text-align:left;
}

/*
 pagetop [
------------------------------------------------------------*/
#pagetop {
	background:url(http://seo.kazuking.net/img/header.gif) repeat-x;
	width:800px;
	height:30px;
	margin:0 10px;
}

/*
 main [
------------------------------------------------------------*/
#main {
	width:820px;
	margin:0 auto;
}

/*
 sideL [
------------------------------------------------------------*/

#sideL {
	float:left;
	width:550px;
}
.sideL-header {
 	background:url(http://seo.kazuking.net/img/temp/side-lt.gif) no-repeat;
 	width:550px;
 	height:45px;
}
.sideL-contents {
	background:url(http://seo.kazuking.net/img/temp/side-lm.gif) repeat-y;
	width:500px;
	padding:0 0 0 50px;
}
.sideL-bottom {
	background:url(http://seo.kazuking.net/img/temp/side-lb.gif) no-repeat;
	width:550px;
	height:40px;
}

/*
 sideR [
------------------------------------------------------------*/

#sideR {
	float:right;
	width:250px;
}
.sideR-header {
 	background:url(http://seo.kazuking.net/img/temp/side-rt.gif) no-repeat;
 	width:250px;
 	height:45px;
}
.sideR-contents {
	background:url(http://seo.kazuking.net/img/temp/side-rm.gif) repeat-y;
	width:250px;
}
.sideR-bottom {
	background:url(http://seo.kazuking.net/img/temp/side-rb.gif) no-repeat;
	width:250px;
	height:40px;
}

/*
 footer [
------------------------------------------------------------*/
#footer {
	clear:both;
	background:url(http://seo.kazuking.net/img/footer.gif) repeat-x;
	width:800px;
	height:30px;
	margin:0 10px;
}