
/*ページ全体にかかるcss*/

body {
	margin: 0 auto;
	background-color: #ffffff;
	letter-spacing:1px;
	font-size:14px;
	line-height:130%;
	color:#555;
	text-align:center;
}
*:first-child+html body {
	text-align:left;
}
/* HTML文章全体 */

h1 {
	margin:0px;
	padding-bottom: 3px;
}

h1 img{
	border:none;
	margin:0;
}

h2 {
	margin:0 0 10px 20px;
}

h3 {
	margin:10px 0 10px 0;
}

h4 {
	font-size:14px;
	color:#901;
	margin:15px 0 10px 15px;
/*	border-bottom:1px solid #000;*/
}


h5 {
	font-size: 15px;
	color: #cc9933;
}

/*全てのテキストアラインを解除*/

div{
/*	text-align:justify;*/
}

p{
	text-align:justify;
}

li{
	text-align:justify;
}

/*コンテンツ及び左右の影にかかるcss*/


#all {
	width: 880px;
	height: auto;
	text-align: center;
	margin:0 auto;
	background-image: url("../images/common/back_line.gif");
	background-repeat: repeat-y;
}


/*メインコンテンツにかかるcss*/

#suball {
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background: #ffffff;
	clear: both;
}

#body2 {
	margin-left:80px;
    width:640px;
}

#body p,div#body table {
	margin-left:20px;
}


/* リンクの中の画像のボーダーをゼロに */
a img {
	border:0;
}

/* リンクカラー */
a {
	color:#cc9933;
    /*text-decoration: none;*/
}

a:visited {
	color:#cc9933;
}

a:hover {
	color:#993333;
}

/*ヘッダー部分のcss*/

.content01 {
	width: 800px;
	height: auto;
	margin: 0 auto;;
}


#headder {
	width: 800px;
	height: auto;
	margin: 0 auto;
	float: left;
} 
#headder p {
	margin: 0 0 5px 0;
	line-height: 12px;
	font-size: 10px;
} 

.navi {
	overflow: hidden;
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 3px;
	background: url("/images/common/line.gif") left bottom no-repeat;
}

.navi ul{
	width: 800px;
	text-align: left;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0px;
	clear: both;
}

.navi li {
	height: 27px;
	margin: 0 1px;
	padding:0;
	float: left;
	display: inline;
}

.button01 a{
	width: 131px;
	height: 27px;
	display: block;
}

.button01 a:visited{
	background-image:url(../images/common/l-button01.gif);
   	background-repeat : no-repeat ;
}

.button01 a:link{
	background-image:url(../images/common/l-button01.gif);
    background-repeat : no-repeat ;
}

.button01 a:hover{
	background-image:url(../images/common/l-button02.gif);
    background-repeat : no-repeat ;
}

.button01 a:active{
	background-image:url(../images/common/l-button03.gif);
    background-repeat : no-repeat ;
}


.button02 a {
	width: 131px;
	height: 27px;
	display: block;
}

.button02 a:visited{
	background-image:url(../images/common/c-button01.gif);
    background-repeat : no-repeat ;
}

.button02 a:link{
	background-image:url(../images/common/c-button01.gif);
    background-repeat : no-repeat ;
}

.button02 a:hover{
	background-image:url(../images/common/c-button02.gif);
    background-repeat : no-repeat ;
}

.button02 a:active{
	background-image:url(../images/common/c-button03.gif);
    background-repeat : no-repeat ;
}

.button03 a {
	width: 131px;
	height: 27px;
	display: block;
}

.button03 a:visited{
	background-image:url(../images/common/s-button01.gif);
	background-repeat : no-repeat ;
                    }
.button03 a:link{
	background-image: url(../images/common/s-button01.gif);
    background-repeat : no-repeat ;
}

.button03 a:hover{
	background-image:url(../images/common/s-button02.gif);
	background-repeat : no-repeat ;
}

.button03 a:active{
	background-image: url(../images/common/s-button03.gif);
	background-repeat : no-repeat ;
}

.button04 a {
	width: 131px;
	height: 27px;
	display: block;
}

.button04 a:visited{background-image: url('../images/common/sc-button01.gif');
                    background-repeat : no-repeat ;}
.button04 a:link{background-image: url('../images/common/sc-button01.gif');
                 background-repeat : no-repeat ;}
.button04 a:hover{background-image: url('../images/common/sc-button02.gif');
                  background-repeat : no-repeat ;}
.button04 a:active{background-image: url('../images/common/sc-button03.gif');
                   background-repeat : no-repeat ;}


.button05 a {width: 131px;
             height: 27px;
             display: block;}

.button05 a:visited{background-image: url('../images/common/r-button01.gif');
                    background-repeat : no-repeat ;}
.button05 a:link{background-image: url('../images/common/r-button01.gif');
                 background-repeat : no-repeat ;}
.button05 a:hover{background-image: url('../images/common/r-button02.gif');
                  background-repeat : no-repeat ;}
.button05 a:active{background-image: url('../images/common/r-button03.gif');
                   background-repeat : no-repeat ;}


.button06 a {width: 131px;
             height: 27px;
             display: block;}

.button06 a:visited{background-image: url('../images/common/m-button01.gif');
                    background-repeat : no-repeat ;}
.button06 a:link{background-image: url('../images/common/m-button01.gif');
                 background-repeat : no-repeat ;}
.button06 a:hover{background-image: url('../images/common/m-button02.gif');
                  background-repeat : no-repeat ;}
.button06 a:active{background-image: url('../images/common/m-button03.gif');
                   background-repeat : no-repeat ;}

.line    {
	line-height: 0;
	margin: 0;
	padding: 0;
}
		  

.submenu{
	float:right;
    margin-right: 5px;
}

.submenu a:link{color: #cc9933;}
.submenu a:visited{color: #cc9933;}
.submenu a:hover{color: #993333;}
.submenu a:active{color: #000000;}
.submenu a{/*text-decoration: none;*/
           font-size: 12px;
           margin-left :2px;}

/*メイン部分のcss*/

#main    {
	width: 800px;
	height: auto;
	clear: both;
	text-align: left;
}

/*フッター部分のcss*/

#footer{
	font-size: 10px;
	width: 796px;
	height: 21px;
	background-color:#663435;
	margin:10 0 0 2px;
	clear: both;
}

#footer a{
	/*text-decoration: none;*/
	padding:3px;
}

#footer a:link{color: #ffffff;}
#footer a:visited{color: #ffffff;}
#footer a:hover{color: #cccc33;}
#footer a:active{color: #ffff00;}


#footer p{
	margin-top:1px;
	text-align: center;
}

.footer2 {
	width: 800px;
	font-size: 10px;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin-top:0px;
	text-align: center;
	color:#666666;
}

em {
	font-style: normal;
	color: #cc3300;
	font-size: 14px;

}

.title_img {
	width: 640px;
	height: 20px;
	text-align: left;
	margin: 20px auto 20px 0px
	border:1px solid;
	
}

.title_img2 {
	width: 760px;
	height: 56px;
	text-align: left;
	margin: 10px auto 20px auto;
}

/* パンクズリスト*/
.pankuzu {
	width:790px;
	background-color:#f1e8bf;
	height:20px;
	text-align:left;
	font-size:10px;
	color:#644120;
	padding-left:10px;
	margin-bottom:2px;
	line-height:19px;
	clear: both;
}
/*100709*/
p.center {
	clear:both;
	text-align:center;
	font-size:12px;
	padding:12px 0;
	color:#ff0000;
}
