@charset "utf-8";

/*=====================================================
 * Style Name: Base Reset
 * Style URL: /css/base.css
 * Description: Base Style Sheet
 * Version: 2.1
 * Last Up Date: 2010/10/19
 * Author: Prime works
 * Author URL: http://www.primeworks.jp/
 *
 * Markup Reference:
 *
=====================================================*/



/*-----  contents -------

	1: Universal Reset 
	2: Body and Base setting
		: General parameter setting
		: Phrase elements styles
	3: Link setting
	  
----------------------*/

/*
===== 1: universal reset =================================*/

body, h1, h2, h3, h4, h5, h6,
div, p, pre, table, th, td,
dl, dt, dd, ul, ol, li,
caption, address, blockquote,
form, fieldset, legend, input, textarea {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}


table, th, td,
fieldset, legend {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1;
}


em, strong {
	font-style: normal;
}


/*
===== 2: Body and Base setting ===========================*/

html,
body {
	height: 100%;
}

body {
	background: #f4f4f4;
	color: #333333;
	font-family: "‚l‚r ƒSƒVƒbƒN", "MS Gothic", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, sans-serif;
	line-height: 1.4;
	font-size: 75%;
}

/* General parameter setting
--------------------*/

ul, ol {
	list-style-type: none;
}

table {
	font-size:inherit;
	font:100%;
	border-collapse:collapse;
	empty-cells: show;
}

th, td {
	line-height: 1.4;
	text-align: left;
}

img {
	vertical-align: bottom;
	border: none;
}

/* Phrase elements styles
-------------------------------------*/

em {
	font-weight: bold;
}


strong {
	color: #ff0000;
	font-weight: bold;
}



/* Form elements styles
-------------------------------------*/

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
}




/*
===== 3: Link setting ===========================*/

a:link,
a:visited,
a:hover,
a:active {
	color: #7a5fa8;
	text-decoration: underline;
}

a:link {
	text-decoration: underline;
}

a:visited {
	color: #7a5fa8;
}


a:hover,
a:active {
	text-decoration: underline;
}

div.main a.u-none:link,
div.main a.u-none:visited,
div.main a.u-none:hover,
div.main a.u-none:active {
	text-decoration: none;
}
