@charset "UTF-8";

@import "base.css";



/* -----------------------------------------------
             common styles
   ----------------------------------------------- */

h1	{
	margin-bottom: 25px;
	}

.txt	{
	font-size: 12px;
	line-height: 1.6;
	}

.txt2	{
	font-size: 12px;
	line-height: 1.4;
	}

.txt_b	{
	font-size: 14px;
	line-height: 1.5;
	}

.txt_s	{
	font-size: 11px;
	line-height: 1.5;
	}

.txt_ss	{
	font-size: 10px;
	line-height: 1.5;
	}

em {
	font-size: 10px;
	line-height: 1.4;
	color: #FC5
	}

.caution	{
	font-size: 10px;
	line-height: 1.4;
	color: #C36
	}

.cap	{
	font-size: 10px;
	line-height: 1.4;
	color: #666
	}

img.left	{
	float: right;
	margin: 0 10px 10px 0;
	}

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

div.clear
	{
	clear: both;
/*
	height: 0;
	font-size: 0;
	line-height: 1;
*/
	}

/* ========== header ========== */

.headerLinks	{
	margin-bottom:10px;
	}

.headerLinks li	{
	display: inline;
	background: url(../images/arrow.gif) no-repeat 18px 2px;
	font-size: 10px;
	color: #666666;
	padding-left:30px;
	}

/* ========== footer ========== */

.footer	{
	background:url(../images/footer_bg.gif) repeat-x;
	font-size: 10px;
	line-height: 1.2;
	color: #666;
	padding: 0 20px;
	}

.footerLinks	{
	padding: 10px 0;
	}

.footerLinks	a{
	color: #666;
	}

address	{
	text-align: center;
	font-size: 10px;
	color: #666;
	margin:10px 0;
	}

/* ========== top page ========== */

#logo h1	{
	margin: 0;
	}

#index_contents h2	{
	margin-bottom: 25px;
	}

#info	{
	background:url(../images/waku_info_bg.gif) repeat-y;
	font-size: 11px;
	line-height: 1.4;
	padding: 0 15px;
	}

#info li	{
	background: url(../images/arrow.gif) no-repeat 0 2px;
	padding-left: 15px;
	margin-top: 10px;
	}

#info .ttl	{
	font-weight: bold;
	margin-bottom: 5px;
	}

/* ========== news page ========== */

#news_bn li	{
	list-style-type:disc; 
	padding-left: 5px;
	margin: 10px 0 0 15px;
	}

/* ========== column page ========== */

#column {
	background-color: #FFFFFF; 
	padding: 20px;
	}

#column td	{
	color: #000;
	}

#column .catch	{
	font-size: 14px;
	line-height: 1.3;
	color: #4073B1;
	margin-bottom: 10px;
	}

#column h1	{
	font-size: 20px;
	line-height: 1.3;
	border-left: 4px solid #4073B1;
	padding-left: 8px;
	margin-bottom: 20px;
	}

#column h2	{
	font-size: 12px;
	line-height: 1.3;
	color: #4073B1;
	margin-bottom: 4px;
	}

/* ========== concept page ========== */

.concept	{
	font-size: 11px;
	line-height: 1.3;
	margin: 8px 0 14px;
	}

img.photo	{
	float: right;
	margin: 5px 0 10px 5px;
	}

/* ========== works page ========== */

#works h1	{
	margin: 0;
	}

#works h2	{
	font-size: 12px;
	text-align: right;
	margin-right: 20px;
	}

#works_ttl	{
	margin-bottom: 30px;
	}

#works_txt	{
	padding-left: 30px;
	}

#pager	{
	margin-top: 20px;
	}

/* ========== recruit page ========== */

.btn
	{
	text-align: center;
	}

.btn li
	{
	display: inline;
	padding: 0 25px;
	}

/* ========== company page ========== */

.company th
	{
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	padding: 4px 10px 4px 0;
	}

.company td
	{
	font-size: 12px;
	line-height: 1.5;
	padding: 4px 5px;
	}

/* ========== form ========== */

form table td
	{
	font-size: 12px;
	line-height: 1.5;
	padding: 8px 7px;
	border-color: #666;
	border-style: solid;
	border-width: 1px 0 0 0;
	vertical-align: middle;
	}

input,
select,
textarea,
button
	{
	color: #000000;
	font-size: inherit;
	line-height: inherit;
	}

input.text,
input.password,
textarea,
select
	{
	color: #000000;
	border: 1px solid #ccc;
	padding: 1px 2px;
	}

.form_bt input
	{
	width: 6em;
	}