/* Revival.1 */
* {
   padding:0;
   margin:0;
}

html, body {
	margin-left: 10px;
	margin-right: 10px;
}

body {
	font-size:14px;
        /*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
        text-align: left;
        color: #222;
	font-style: normal; 
	font-variant: normal;
	font-weight: normal;
	background: #fff;
	background: url('../images/bg.jpg');
}

#page {
	margin: 1 1 1 1;
	padding: 10 10 10 10;
}

#header {
/*
	height: 60px;
	margin: auto;
	background: url('http://www.okicom.co.jp/profile/img/logo.gif') no-repeat;
	padding: 0px;
	background-position: top
*/
}

#content {
	background:url('../images/content_bg.jpg') repeat-y;
}

img {border: none;}

/**************************** menu ****************************/
/*
#menu {
	float:right;
	padding:0 0 0 20px;
	height:100%;
}

.menu{
	height:20px;
	margin:0;
	padding:0;
	color:#00ffff;
}

#menu ul {	
	list-style:none;
	margin:0 0 0 10px;
	padding:0;
	font-size:1.1em;
}	

#menu li {
	margin-bottom:4px;
}

#menu li a {
	margin: 5px 5px 5px 5px;
	color:#9543e3;
	text-decoration: none;
}	
	
#menu li a:hover {
	color:#000;
	text-decoration: none;
}	

#menu a {
	margin: 5px 5px 5px 5px;
	color:#9543e3;
	text-decoration: none;
}

#menu a:hover {
	color:#000;
	text-decoration: none;
}
*/

/**************************** content ****************************/

#info {
	margin:0;
	height:100%;
}

#message {
    text-align: center;
    color: #FFCC99;
    font-weight: bold;
    font-size: 1.0em;
    height: 0em;
}

.post, #page-navi {
	padding:0 0 15px 25px;
}

a{
	color:#9543e3;
}

a:hover{
	color:#000000;
}

h1{
	color:#0000ff;
	font-weight:bold;
	font-size:22px;
	padding: 10px 0 10px 10px;
}

h2 a{
	position:absolute;
	top:65px;
	color:#fff;
	font-size:16px;
	margin:0 0 0 615px;
	text-decoration:none;
}

h2 a:hover{
	color:#999;
}

h3{
	color:#333333;
	font-size:12px;
	font-weight:bold;
}

h4{
	font-family:times, "Times New Romans", serif;
	color:#8d8d8d;
	font-size:20px;
	font-weight:normal;
}

h5{
	color:#8d8d8d;
	font-size:10px;
	font-weight:normal;
	padding:5px;
}

h3 img{
	float:left;
}

/**************************** footer ****************************/
#footer{
	margin: 0 0 25px 0;
	padding: 15px 0;
	background: url('http://www.okicom.co.jp/profile/img/foot_bg.gif') no-repeat;
}
/*
	background:url('../images/footer.jpg') no-repeat;
	padding: 10px 0 0 250px;
	height:48px;
*/
}

#footer a {
	color:#000;
}

#footer a:hover {
	/* color:#fff; */
	color:#000;
}

/**************************** input ****************************/
/* form decoration */
label:hover {
   background-color: #cceecc;
}
