/*  pukuchan.com CSS                    /*
/*                                      /*
/*       Common Settings                /*
/*         | Header Settings            /*
/*         | Main Settings              /*
/*         | Footer Settings            /*
/*         | Contents_area Settings     /*
/*         | Menu Settings              /*
/*       Index.html Settings            /*
/*       Aboutus.html Settings          /*
/*       Example.html Settings          /*
/*       News.html Settings             /*
/*       Privacy.html Settings          /*
/*       Jform.html Settings            /*


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

body {
	margin:0;
	padding:0;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size:14px;
	text-align: center;
	background-image: url(../images/bg/body_h.gif);
	background-attachment: fixed;
}

#wrap {
	width: 800px;
	margin:0px auto 0px auto;
	padding:0px;
	text-align: center;
	background-color: #FFFFFF;
}

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;
}

.img_left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.img_right {
	float: right;
	margin: 0px 0px 10px 10px;
}

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

#header {
	width: 100%;
	text-align: left;
	background-image: url(../images/bg/header.jpg);
	height: 420px;
}

#header h1 {
	margin: 0px 0px 0px 5px;
	padding: 0;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: normal;
}

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

#main {
	text-align: left;
	width: 800px;
	margin: 10px 0px 0px 0px;
	padding: 0;
	background-image: url(../images/bg/rightbg.gif);
}

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

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

#footer p {
	font-size:12px;
	text-align: left;
	letter-spacing: normal;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

#footer a {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.footer1 {
	background-color:#80704E;
	padding: 5px 0px 5px 10px;
}

.footer2 {
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px 0px 5px 10px;
}

p.footermenu {
	color:#FF9900;
}

p.footertxt {
	color:#FFffff;
}

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

.contents_area {
	width: 550px;
	float: left;
	margin: 0px 0px 0px 10px;
}

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

.menu {
	float: right;
	width: 200px;
	margin: 0px 10px 0px 0px;
	height: 100%;
}

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

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

li.index a,
li.aboutus a,
li.ex01 a,
li.ex02 a,
li.ex03 a,
li.askus a {
	display:block;
	width:200px;
	height:50px;
	background-position:top;
	text-indent: -9999px;
}

li.index a:hover,
li.aboutus a:hover,
li.ex01 a:hover,
li.ex02 a:hover,
li.ex03 a:hover,
li.askus a:hover {
	background-position:bottom;
}

li.index_active,
li.aboutus_active,
li.ex01_active,
li.ex02_active,
li.ex03_active,
li.askus_active {
	display:block;
	width:200px;
	height:50px;
	background-position:bottom;
	text-indent: -9999px;
}

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

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

li.ex01 a,
li.ex01_active {
	background-image:url(../images/menu/kake.gif);
}

li.ex02 a,
li.ex02_active {
	background-image:url(../images/menu/jun.gif);
}

li.ex03 a,
li.ex03_active {
	background-image:url(../images/menu/roka.gif);
}

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

.menu img {
	margin: 10px 0px 0px 10px;
}

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

.ex01 h2,
.ex02 h2,
.ex03 h2 {
	text-indent: -9999px;
	line-height: 30px;
}

.example p {
	background-image: url(../images/bg/top_a.gif);
	background-repeat: no-repeat;
	height: 38px;
	text-indent: -9999px;
}

.ex01 {
}

.ex01 h2 {
	background-image: url(../images/bg/top_b.gif);
	background-repeat: no-repeat;
}

.ex02 {
}

.ex02 h2 {
	background-image: url(../images/bg/top_c.gif);
	background-repeat: no-repeat;
}

.ex03 {
}

.ex03 h2 {
	background-image: url(../images/bg/top_d.gif);
	background-repeat: no-repeat;
}

/*====== Ex01.html Settings ======*/

.ex01 dl {
}

.ex01 dt {
	letter-spacing: 2px;
	margin: 0px 0px 10px 0px;
}

.ex01 dd {
	letter-spacing: 2px;
	line-height: 1.2em;
}

.p_cases {
	margin: 0px 0px 10px 0px;
}

.p_cases img {
	margin: 0px 0px 10px 3px;
}

/*====== Ex02.html Settings ======*/

.ex02 dl {
}

.ex02 dt {
	letter-spacing: 2px;
	margin: 0px 0px 10px 0px;
}

.ex02 dd {
	letter-spacing: 2px;
	line-height: 1.2em;
}

/*====== Ex03.html Settings ======*/

.ex03 dl {
}

.ex03 dt {
	letter-spacing: 2px;
	margin: 0px 0px 10px 0px;
}

.ex03 dd {
	letter-spacing: 2px;
	line-height: 1.2em;
}

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

.aboutus {
	margin: 0px 0px 20px 0px;
}

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

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

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

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

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

/*====== Askus Form Settings ======*/

.required {
	color: #FF0000;
}

.askus p {
	margin: 0px 0px 10px 0px;
}

.form_item {
	margin: 0px 0px 20px 30px;
}

.askus h2 {
	font-size: 14px;
	text-align: center;
}

/*====== Privacy Form Settings ======*/

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

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

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

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

/*====== Jform Settings ======*/

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