﻿/*  pukuchan.com CSS                    /*
/*                                      /*
/*       Common Settings                /*
/*         | Header Settings            /*
/*         | Main Settings              /*
/*         | Footer Settings            /*
/*         | Contents_area Settings     /*
/*         | Menu Settings              /*
/*       Index.html Settings            /*
/*       Aboutus.html Settings          /*
/*       example/index.html Settings          /*
/*       News.html Settings             /*
/*       Privacy.html Settings          /*
/*       Askus.html Settings            /*
/*       Bbs.html Settings              /*


/*====== Common Settings ======*/

* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", sans-serif;
	font-size:14px;
}

p,
li,
dt,
dl {
	font-size: 14px;
	font-family:"ＭＳ Ｐゴシック", sans-serif ;
	letter-spacing: 3px;
}

#wrap {
	width: 100%;
	margin:0px;
	padding:0px;
	text-align: center;
}

p {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 3px;
}

img {
	margin:0;
	padding:0;
}

a {
	color: #FF3300;
	font-weight: bold;
}

a:hover,
a:active {
	color: #FF9900;
}

/*------ Header Settings ------*/

#header {
	width: 100%;
	text-align: left;
	margin: 0px 0px 10px 0px;
}

.header1 {
	text-align: center;
	background-image: url(../images/bg/header1sidebg.gif);
	margin: 0px;
	padding: 0px;
}

.header1_center {
	margin: 0px auto 0px auto;
	width: 800px;
	text-align: left;
}

.header1_center h1 {
	line-height:43px;
	background-image: url(../images/bg/header1centerbg.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

.header2 {
	text-align: center;
	background-image: url(../images/bg/header2sidebg.gif);
	padding: 0;
	margin: 0;
}

.header2_center {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 800px;
	padding: 0;
}

.header2_center object {
	margin: 0;
	padding: 0;
}

h2.aboutus {
	margin:0;
	padding:0;
	text-indent: -9999px;
	height: 180px;
	background-image: url(../../images/aboutus/aboutus.jpg);
}

h2.askus {
	margin:0;
	padding:0;
	text-indent: -9999px;
	height: 180px;
	background-image: url(../../images/askus/askus.jpg);
}

h2.sekou {
	margin:0;
	padding:0;
	text-indent: -9999px;
	height: 180px;
	background-image: url(../../images/BBS/sekou.jpg);
}


h2.privacy {
	margin:0;
	padding:0;
	text-indent: -9999px;
	height: 180px;
	background-image: url(../../images/privacy/privacy.jpg);
}

h2.example {
	margin:0;
	padding:0;
	text-indent: -9999px;
	height: 180px;
	background-image: url(../../images/example/jirei.jpg);
}

h2.news {
	margin:0;
	padding:0;
	text-indent: -9999px;
	height: 180px;
	background-image: url(../../images/news/news.jpg);
}










/*------ Main Settings ------*/

#main {
	text-align: left;
	width: 800px;
	margin: 10px auto 0px auto;
	padding: 0;
}

/*------ Footer Settings ------*/

.footer {
	text-align: center;
	background-image: url(../images/bg/header1sidebg.gif);
	margin: 0px;
	padding: 0px;
}

.footer_center {
	margin: 10px auto 0px auto;
	width: 800px;
	text-align: left;
	background-image: url(../images/bg/hr.gif);
	background-repeat: no-repeat;
	padding: 20px 0px 0px 0px;
}

.footer_center p {
	line-height:20px;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
}

/*------ Contents_area Settings ------*/

.contents_area {
	width: 550px;
	float: left;
}

/*------ Menu Settings ------*/

.menu {
	float: right;
	width: 200px;
}

.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	margin: 0;
	padding: 0;
	display: block;
}

li.index a,
li.example a,
li.aboutus a,
li.news a,
li.blog a,
li.jyou a,
li.privacy a,
li.askus a {
	display:block;
	width:200px;
	height:50px;
	background-position:top;
	text-indent: -9999px;
	margin:5px 0px 0px 0px;
}

li.index a:hover,
li.example a:hover,
li.aboutus a:hover,
li.news a:hover,
li.blog a:hover,
li.jyou a:hover,
li.privacy a:hover,
li.askus a:hover {
	background-position:bottom;
}

li.index_active,
li.example_active,
li.aboutus_active,
li.news_active,
li.blog_active,
li.jyou_active,
li.privacy_active,
li.askus_active {
	display:block;
	width:200px;
	height:50px;
	background-position:bottom;
	text-indent: -9999px;
	margin:5px 0px 0px 0px;
}

li.index a,
li.index_active {
	background-image:url(../images/menu/home.gif);
}

li.example a,
li.example_active {
	background-image:url(../images/menu/jirei.gif);
}

li.aboutus a,
li.aboutus_active {
	background-image:url(../images/menu/com.gif);
}

li.news a,
li.news_active {
	background-image:url(../images/menu/news.gif);
}

li.blog a,
li.blog_active {
	background-image:url(../images/menu/blog.gif);
}

li.jyou a,
li.jyou_active {
	background-image:url(../images/menu/jyou.gif);
}


li.privacy a,
li.privacy_active {
	background-image:url(../images/menu/privacy.gif);
}

li.askus a,
li.askus_active {
	background-image:url(../images/menu/askus.gif);
}



/*------ Eample Menu Settings ------*/

.eample_menu {
	float: right;
	width: 106px;
}

.eample_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.eample_menu li {
	margin: 0;
	padding: 0;
	display: block;
}


li.n_1 a,
li.n_2 a,
li.n_3 a,
li.n_4 a,
li.n_5 a,
li.n_6 a {
	display:block;
	width:106px;
	height:40px;
	background-position:top;
	text-indent: -9999px;
}


li.n_1 a:hover,
li.n_2 a:hover,
li.n_3 a:hover,
li.n_4 a:hover,
li.n_5 a:hover,
li.n_6 a:hover {
	background-position:bottom;
}


li.n_1_active,
li.n_2_active,
li.n_3_active,
li.n_4_active,
li.n_5_active,
li.n_6_active {
	display:block;
	width:106px;
	height:40px;
	background-position:bottom;
	text-indent: -9999px;
}

li.n_1 a,
li.n_1_active {
	background-image:url(../../example/tit_img/0911.gif);
}

li.n_2 a,
li.n_2_active {
	background-image:url(../../example/tit_img/0912_a.gif);
}

li.n_3 a,
li.n_3_active {
	background-image:url(../../example/tit_img/0912.gif);
}

li.n_4 a,
li.n_4_active {
	background-image:url(../../example/tit_img/1005.gif);
}

li.n_5 a,
li.n_5_active {
	background-image:url(../../example/tit_img/1007.gif);
}

li.n_6 a,
li.n_6_active {
	background-image:url(../../example/tit_img/1008.gif);
}

/*====== Index.html Settings ======*/

.about_renovation,
.news,
.blog_topics {
}

.about_renovation h2,
.news h2,
.blog_topics h2 {
	text-indent: -9999px;
	line-height: 38px;
}

.about_renovation p {
}

.about_renovation h2 {
	background-image: url(../../images/index/about.gif);
}

.news {
}

.news h2 {
	background-image: url(../../images/index/news.gif);
}

.news dl {
	margin: 10px 0px 10px 5px;
}

.news dt {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0;
	line-height: 20px;
}

.news dd {
	margin: 0px 0px 0px 7.5em;
	display: block;
	line-height: 20px;
}

.pickup1 {
	background-color: #3A9C39;
	padding: 0px 0px 30px 0px;
}

.pickup1 p {
	padding: 80px 5px 0px 5px;
	background-color: #DDE48A;
	background-image: url(../../images/index/pickup1.gif);
	background-repeat: no-repeat;
	margin: 0;
}

.blog_topics {
}

.blog_topics h2 {
	background-image: url(../../images/index/blog.gif);
}

.const_pic1,
.const_pic2 {
	margin: 8px 10px 7px 0px;
	float: left;
	clear: left;
}

.const_pic1 {
	width: 180px;
}

.const_pic2 {
	width: 360px;
}

.const_pic1 img,
.const_pic2 img {
	margin: 0px 5px 0px 0px;
	border: 1px solid #999999;
}

/*====== example/index.html Settings ======*/

/*====== Abouus.html Settings ======*/

.aboutus table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 550px;
	border-top: 1px solid #99cc99;
	border-left: 1px solid #99cc99;
}

.aboutus th,
.aboutus td {
	border-bottom: 1px solid #99cc99;
	border-right: 1px solid #99cc99;
	letter-spacing: 2px;
}

.aboutus th {
	background-color: #CDE7CD;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	padding: 5px;
	width: 100px;
}

.aboutus td {
	font-size: 14px;
	padding: 5px;
	line-height: 18px;
}




.news table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 550px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.news th,
.news td {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	letter-spacing: 2px;
}

.news th {
	background-color: #CDE7CD;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	padding: 5px;
}

.news td {
	font-size: 14px;
	padding: 5px;
	line-height: 18px;
	vertical-align : top;

}

.news h3{
	font-size: 14px;
	padding: 8px 0px 2px 20px;
	background-image: url(../../images/news/tit_s.gif);
	margin-bottom: 4px;
	background-repeat: no-repeat;



}








.example table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 550px;
	border-top: 1px solid #99cc99;
	border-left: 1px solid #99cc99;
}

.example th,
.example td {
	border-bottom: 1px solid #99cc99;
	border-right: 1px solid #99cc99;
	letter-spacing: 2px;
	vertical-align : top;
}

.example th {
	background-color: #CDE7CD;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	padding: 5px;
}

.example td {
	font-size: 12px;
	padding: 5px;
	line-height: 18px;
}

.example p {
	font-size: 12px;
	padding: 5px;
	line-height: 18px;
}



/*====== News.html Settings ======*/

/*====== Privacy.html Settings ======*/

.privacy table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 550px;
	border-top: 1px solid #99cc99;
	border-left: 1px solid #99cc99;
	margin: 0px 0px 20px 0px;
}

.privacy th,
.privacy td {
	border-bottom: 1px solid #99cc99;
	border-right: 1px solid #99cc99;
	letter-spacing: 2px;
}

.privacy th {
	background-color: #cde7cd;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	padding: 5px;
	width: 130px;
}

.privacy td {
	font-size: 14px;
	padding: 5px;
	line-height: 18px;
}

/*====== Askus.html Settings ======*/

.jb-link {
	text-indent:-9999px; !important
	line-height:0px; !important
}
