@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-image:url(images/back.png);
	background-repeat:repeat-x;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	background-color: #F5AAED;
}
div.container {
	margin: 0 auto;
	width:800px;
		
}
div.head {
	margin: 0;
	padding: 0;
}
div.page-line {
	margin:10px 0;
	background-image: url(images/line-image.png);
	background-repeat: repeat-x;
	width:auto;
	height:40px;
}
ul.nav {
	margin-top: 10px;
	list-style-type: none;
}
div.page {

	width:800px;
}
div.sidebar1 {
	width:200px;
	float:left;
}
div.main{
	width:600px;
	margin:10px 0;
	float:right;
}
h1 {
	font-size: 20px;
	color: #5D1D8A;
	margin: 10px 0 0 10px;
	line-height: 22px;
	letter-spacing: 1px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	color: #5D1D8A;
	margin:0px 0 0 10px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: normal;
}
p {
	font-size: 14px;
	color:  #5D1D8A;
	margin:10px 10px 30px 10px;
	line-height:18px;
	letter-spacing: 1px;
}
div.clear {
		clear:both;
}
footer {
	text-align:center;
		font-size: 12px;
	color:  #5D1D8A;
	margin:10px;
	line-height:16px;
	letter-spacing: 1px;
}
.t-center {
	text-align:center;
}
.pic {
	float:left;	
	margin:10px 5px;
}
table.table  {
		font-size: 14px;
	color:  #5D1D8A;
	margin:10px 10px 30px 10px;
	line-height:18px;
	letter-spacing: 1px;
}
table.table th  {
	border: 1px solid #9F4CD9;
	background-color: #B87AE3;
	padding: 5px;
}
table.table td  {
	border: 1px solid #9F4CD9;
	padding: 5px;
}
