@charset "EUC-JP";

/*
	Site Name:  KuaLnet WebSite
	Description: Common Stylesheet
	Version: 0.1
	Author: DEODEO
*/

/*
===== default.css ========================================

	01. universal reset 
	02. Body and Base setting
	03. General parameter setting
	04. Phrase elements styles
	05. Link setting
	06. clearfix hack

==========================================================
*/


/* 01. universal reset */

body,ĦĦh2 , h3 , h4 , h5 , h6 , div , p , pre , table , th , td , caption , address , form , blockquote , del , ins , code , var {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
h2 , h3 , h4 , h5 , h6 {
	font-size: 100%;
}
em , strong {
	font-style: normal;
}

/* 02. Body and Base setting */

html {
}
	/*
* html body {
	font-size: 14px;
}
*:first-child+html body {
	font-size: 14px;
}
;*/
/* 03. General parameter setting */

h2 , h3 , h4 , h5 , h6 {
	line-height: 150%;
}
p , pre , ul , ol , dl , dt , dd , th , td , address , form , blockquote {
	line-height: 150%;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
table {
	border-collapse: collapse;
	empty-cells: show;
}
th , td{
	text-align: left;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border: none;
}

/* 04. Phrase elements styles */

em {
	font-weight: bold;
}
strong {
	/*color: #ff0000;*/
	font-weight: bold;
}
pre {
	margin: 10px 0;
}

/* 05. Link setting */

a:link{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #FF3300;
	text-decoration: none;
}
a:active{
	color: #FF3300;
	text-decoration: none;
}
a:visited{
	/*color: #000000;*/
	text-decoration: none;
}

/* 06. clearfix hack */
/* 1: clearfix hack */

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix {
	display: inline-block;
	overflow: hidden;
}

/* 2: cIE hack (except macIE) */

/* Hides from IE-mac \*/

.clearfix {
	display: block;
}

#allleft{
	/font-size: 12px;
	}
ul.list-yoko2 {
	/*margin: 0.2em 1.5em;*/
	padding-bottom: 0px;
	margin-left: 0;
}
.list-y li {
	list-style-type: none;
	display: inline;
	border-left: 1px solid #CCCCCC;
	padding-left: 1em;
	padding-right: 1em;
}
.list-y li.first {
	border: none;
	padding-left: 0;
}

/* End hide from IE-mac */

