@charset "utf-8";
/*
*	Licence: Lococom-design
*	http://www.lococom.jp/
*
*	Title: common.css
*	Last Modified: 2007-09-03
*	Author: nishiwakishohei@next-group.jp
*	Description: Lococom common style
*	
*	0-1.clear
*	1-1.Yahoo UI Library Fonts CSS
*	1-2.Settings
*	1-3.Universal selector
*	1-4.Structure Module
*	1-5.Text Module
*	1-6.Hypertext Module
*	1-7.List Module
*	1-8.Edit Module
*	1-9.Forms Module
*	1-10.Tables Module
*	1-11.Image Module
*	1-12.Object Module
*	2-1.layout common
*	3-1.common element
*/

/*======================================

	0-1.clear
	
=======================================*/
html{
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border:none;
	border-collapse:collapse;
	border-spacing:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ul,li {
	list-style:none;
}
caption {
	text-align:left;
}
abbr,acronym {
	border:none;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
object,embed {
	vertical-align:top;
}
img {
	vertical-align:bottom;
	border:none;
}
/*======================================

	1-1.Yahoo UI Library Fonts CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
	Font-size Adjustment
	
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	93% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|
	
	84% = 10px	|	91% = 11px	|	100% = 12px	
	107% = 13px	|	116% = 14px	|

=======================================*/
/*======================================

	1-2. Font size setting
	
=======================================*/
body {
	font:12px; 
	*font-size:small;
	*font:x-small;
}
table {
	font-size:100%; 
	font-size:inherit;
}
h1 {
}
/*======================================

	1-3.Universal selector
	
=======================================*/
/*======================================

	1-4.Structure Module
	
=======================================*/

body {
	color: #303030;
	font-family: "ＭＳ Ｐゴシック",Helvetica, Arial, sans-serif;
}

/*======================================

	1-5.Text Module
	
=======================================*/
h1,h2,h3,h4 {
	font-family:"�ＭＳ Ｐゴシック", "Verdana", "Helvetica", "sans-serif";
}
p {
}
/*======================================

	1-6.Hypertext Module
	
=======================================*/
a:link,
a:visited {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/*======================================

	1-7.List Module
	
=======================================*/
/*======================================

	1-8.Edit Module
	
=======================================*/
/*======================================

	1-9.Forms Module
	
=======================================*/
form {
}
form dl,
form p {
}
fieldset {
}
legend {
}
input,
textarea {
}
input:hover,
textarea:hover {

}
input:focus,
textarea:focus {

}
textarea {
}
input.inputField {
}

* html body input.submit {
	padding: 0;
}
input.submit:hover {
}

input.radio {
}
/*======================================

	1-10.Tables Module
	
=======================================*/
table {
}
th {
	font-weight:normal;
	vertical-align:top;
}
td {
	font-weight:normal;
	vertical-align:top;
	text-align:left;
}
caption {
	text-align:left;
}
/*======================================

	1-11.Image Module
	
=======================================*/
img {
}
/*======================================

	1-12.Object Module
	
=======================================*/
object,
embed {
}


