*{margin:0;padding:0;}
html,body{margin:0; padding:0}

img{border:none;}
ul,ol{margin:0;padding:0;}
ul li{list-style:none;list-style-postion:inline; line-height:150%;}
ul li a{text-decoration:none;border:none;}

html {
background-color: #656565;
}

body {
	margin: 0 auto;
	padding: 0;
	font-family: arial, sans-serif, Osaka, verdana;
	color: #222222;
}


h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: 0;
	padding: 0;
	
}

a {color: #3f7398;}

a:hover {text-decoration: none;color: #656565;}

.clearfix:after   {  
     content: ".";  
     display: block;  
     visibility: hidden;  
     height: 0.1px;  
     font-size: 0.1em;  
     line-height: 0;  
     clear: both;  
} 

.clearfix {  
     display: inline-block;  
}


/* Header */
#header {
	width: 702px;
	margin: 0 auto;
}

/* logo */

#logo {
  float: left;
  margin: 0;
  padding-top: 20px;
  background-color: ##2F4F4F;
  }

#logo a {
  display: block;
  width: 554px;
  height: 52px;
  background: url(img/logo.gif) no-repeat;
}

/* menu */

#menu {
	float: right;
}

#menu ul {
    width: 148px;
    margin: 0; 
    padding-top: 20px;
}

#menu li {
	display: inline;
}

#menu a {
    margin: 0;
    display: block;
    width: 148px;
    height: 52px;
    background: url(img/tag.gif) no-repeat;    
}
#menu a:hover {
    background: url(img/tag_hover.gif) no-repeat;
}    
#menu a span {
    display: none;
}
#container {
   margin: 0 auto;
   width: 702px;
   background-color: #fff;
}

/* images */

#images {
    clear: both;
    display: block;
    margin: 0;
    padding-bottom: 20px;
    width: 702px;
    height: 147px;
    background: url(img/image.jpg) no-repeat;
     background-color: #fff;
}
#images span {
    display: none;
}

/* Content */

#content {
    float:left;
	width:475px;
	padding:40px 0 0 15px;
	background-color: #fff;
	font-size:14px;
	
}

#content ul li{ line-height:300%;}
#content #recommend li{ line-height:210%;}
       
/* honbun */

#honbun {
    width: 480px;
	margin:10px 0;
	padding-top: 20px;
	background: url(img/line.gif) top no-repeat;
	line-height:300%;
}

.title {
    width: 480px;
    display: block;
    background: url(img/point.gif) left no-repeat;
}

.title h2 {
	font-size:18px;
	margin:10px 0;
    padding: 20px 0 0 55px;
    color: #000;

}
h3{
	margin:10px 0;
	font-size:15px;
	border-bottom:#ccc solid 2px;
}

#honbun .totop {
    text-align: right;
    font-size: 12px;
}
#honbun .totop a {
    width: 120px;
    color: #962a2a;
}
#honbun .totop a:hover {
    color: #000;
}

/* list */

#navigation {
  float: right;
  width: 182px;
  margin: 0;
  padding: 0 5px 0 0;
  font-size:12px;
}

#navigation ul{ margin-bottom:10px;}
#navigation ul li{ padding:4px; border-bottom:#ddd solid 1px;}
#navigation .pagelist li{ padding:0; border: none;}

#navi_bar a {
  display: block;
  width: 182px;
  height: 27px;
  background: url(img/navi.gif) right no-repeat;
}

#navi_bar a:hover {
  background: url(img/navi_hover.gif) right no-repeat;
}
  
#navi_bar a span {
  display: none;
}
#navigation .pagelist li a { 
  display: block; 
  width: 182px; 
  height: 50px;
  padding: 0;
  line-height: 100%;
  background: url(img/navi_mdl.gif) left no-repeat;
  text-decoration: none;
  
}

#navigation .pagelist li a:hover {
 background: url(img/navi_mdl_hover.gif) left no-repeat; 
}


#navigation .pagelist li a span {
   display: block; 
   font-size: 12px; 
   padding: 15px 0 0 25px; 
   color: #575757;
}

#navigation .pagelist li a:hover span {
   color: #000;
}
/* foot */

#foot {
    clear: both;
    width: 702px;
	padding:10px;
    background-color: #962a2a;
    border-top:6px double #fff;
	font-size:12px;
	color:#fff;
    
}   

/* pan */
#pan {
    text-align: center;
    font-size: 12px;
    padding:10px 20px 20px 20px;
    color: #000;
}
#pan a {
    color: #fff;
}     
/* copy */

#copy {
    text-align: right;
}
#copy p {
    color: #fff;
    font-size: 12px;
}
   
