/* ja.css :: Coding by Sohei Arakawa */
/* imports css for japanese fonts.   */

@import url(layout.css);

/*-------- Table of Contents --------*/
/*
	1. Headers
	2. Lists
	3. Paragraphs
*/
/* -------- 1. Headers --------------*/
h1 {
	background: url(../images/pinkringj.png) no-repeat left top;
	padding: 0 0 0 18px;
	margin: 0 0 2px 0;
	font: 18px "MS PGothic", sans-serif;
	/*font: 18px "HiraKakuPro-W6","MS PGothic", sans-serif;*/
	font-weight: bold;
	line-height: -20px;
	color: #333;
	text-decoration: none;
	}
h1 a:link, h1 a:visited {
	color: #333;
	text-decoration: none;
	}
h1 a:hover, h1 a:active {
	color: #222;
	text-decoration: none;
	}
	
h2 {
	background: url(../images/pinkringb.png) no-repeat left top;
	padding: 0 0 0 20px;
	margin: 0 0 8px 0;
	font: 14px "Hiragino Kaku Gothic Pro","MS PGothic", sans-serif;
	color: #444;
	text-align: left;
	}
h2 a:link, h2 a:visited {
	color: #444;
	text-decoration: none;
	}
h2 a:hover, h2 a:active {
	color: #444;
	text-decoration: none;
	}
	

/* -------- 2. Lists ----------------*/
dt {
	background: url(../images/pinkringe.png) no-repeat left top;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	}
	
dt a {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	}
	
dd {
	border-left: 5px solid #51BDE1;
	padding: 0 0 0 10px;
	margin: 0 0 5px 12px;
	}
	
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
li, 
li a {
	margin: 0;
	padding: 0;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.5em;
	text-decoration: none;
	}
	
li a:hover {
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
	border-bottom: 1px dotted #333;
	}

/* -------- 3. Paragraphs -----------*/
.para1 {
	margin: 0;
	padding: 0;
	font: 14px "Hiragino Kaku Gothic Pro","MS PGothic", sans-serif;
	color: #333;
	line-height: 1.5em;
	}
	
.para1 b,
.para1 strong {
	font: "HiraKakuPro-W6","MS PGothic", sans-serif;
	font-weight: bold;
	}
	
.para1 a {
	font: 14px "Hiragino Kaku Gothic Pro","MS PGothic", sans-serif;
	color: #ff0066;
	text-decoration: none;
	}
	
.para1 a:hover {
	border-bottom: 1px dotted #333;
	}

