﻿@charset "UTF-8";

*
{
	margin: 0;
}

html, body
{
	height: 100%;
}

body {
    font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    color: #333333;
    margin: 0px;
    padding: 0px;
    background-image: url(http://www.chouro.com/takumi/images/base/bg.jpg);
    background-position: left top;
    background-repeat: repeat;
    text-align: center;
}

h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd,blockquote,cite,q,address
{
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  margin: 0px;
  padding: 0px;
}

img
{
	border: none;
}

.skip
{
  position: absolute;
  left: -9999px;
}

.clears
{
	clear: both;
}

span.bold
{
	font-weight: bold;
}

span.red
{
	color: #cc0000;
}

span.green
{
	color: #048d04;
}

span.blue
{
	color: #050582;
}

table
{
	border-collapse: collapse;
} 

td.bold
{
	font-weight: bold;
}

td.tleft
{
	text-align: left;
}

/* floatを解除する clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
	position: relative;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

#wrapper
{
	width: 100%;
	height: auto;
	position: relative;
}

#header
{
	width: 100%;
	height: 144px;
	margin: 0;
	padding: 0;
	background-image: url(http://www.chouro.com/takumi/images/base/title_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
  text-align: center;
}

#header #top01
{
	width: 100%;
	height: 79px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#header #top01 #top01-title
{
	width: 822px;
	height: 29px;
	margin: 0 auto 0 auto;
	background-image: url(http://www.chouro.com/takumi/images/base/line02.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#header #top01 #top01-title h1
{
	display: inline;
	font-size: 11pt;
	color: #666;
	text-align: left;
	margin: 0 0 0 20px;
}

#header #top01 #top01-title p
{
	display: inline;
	font-size: 11pt;
	color: #666;
	text-align: left;
	margin: 0px 0px 8px 0px;
	padding: 3px 0px 5px 0px;
}

#header #top01 #top01-image
{
	width: 822px;
	height: 50px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#header #top02
{
	width: 100%;
	height: 56px;
	margin: 0;
	padding: 0;
}

#header #top02 ul
{
	overflow:hidden;
	width: 822px;
	height: 28px;
	margin: 0 auto 0 auto;
	padding: 0;
	list-style-type: none;
}

#header #top02 li
{
	float: left;
	margin: 0;
	padding: 0;
}

p#footmark
{
	margin: 0 0 10px 20px;
	text-align: left;
	color: #555;
	font-size: 75%;
}

#wrapper-inner
{
	width: 822px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0px;
	background-image: url(http://www.chouro.com/takumi/images/base/main_bg02.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

#wrapper-inner #contents
{
	width: 760px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0px;
	background-color: #fff;
}

p.pagetop
{
	clear: both;
	border-top: 1px dotted #aaa;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	width: auto;
	height: auto;
	font-size: 1em;
	text-align: right;
}

p.pagetop a
{
	text-decoration: none;
	color: #455af5;
}

p.pagetop a:hover
{
	text-decoration: underline;
	color: #cc0000;
}

#footer
{
	width: 760px;
	height: auto;
	background-color: #fff;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#footer-inner
{
	margin-bottom: 30px;
}

#footer-inner p.menu
{
	text-align: center;
	color: #333;
	font-size: 80%;
	background-image: url(http://www.chouro.com/takumi/images/base/line02.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 20px 0 8px 0;
	padding: 15px 0 0 0;
}

#footer-inner p.txt01
{
	text-align: left;
	color: #555;
	font-size: 80%;
	background-image: url(http://www.chouro.com/takumi/images/base/line02.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
	padding: 15px 0 0 20px;
	line-height: 150%;
}


