@charset"utf-8";
/* CSS Document */

/* Link
----------------------------------------------------*/



p {
	padding-bottom: 8px;
	padding-right: 15px;
	padding-left: 15px;
}
a {
	color: #601536;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}



/* flort,clear
----------------------------------------------------*/
.fleft {
	float: left;
}

.fright {
	float: right;
}

.over {
	overflow: hidden;
	height: 100%;
}

.clear {
	clear: both;
}
.clearR {
	clear: right;
}


.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
---------------------------------------- */

.imgL {
	float: left;
	margin-right: 15px;
}
.imgL {
	float: left;
	margin-right: 15px;
}


.imgLbtm {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.imgR {
	float: right;
	margin-left: 15px;
}

.imgRbtm {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}


/* text
---------------------------------------- */
.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.txt_narrow {
	letter-spacing: -1px;
}

.txt_space {
	letter-spacing: 1px;
}

.txt_indent {
	text-indent: 1em;
}


/* fontsize color weight
---------------------------------------- */
.fontS {
	font-size: 80%; /* 10px */
}
#main .fontS {
	font-size: 83%; /* 10px */
}

.fontL {
	font-size: 116%; /* 14px */
}
#main .fontL {
	font-size: 116%;
	width: auto;
}

.white {
	color: #fff;
}

.gray {
	color: #999;
}

.red {
	color: #f00;
}

.blue {
	color: #14529E;
}
.orange {
	color: #FF6600;
}


.bold {
	font-weight: bold;
}
ul.disc li{
	list-style-type: disc;
	list-style-position: inside;
}
.space {
	padding-top: 50px;
	padding-bottom: 10px;
}
.section {
	padding-right: 10px;
	padding-left: 10px;
}
.section1 {
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.b_margin1 {
	margin-bottom: 10px;
}
.b_margin2 {
	margin-bottom: 20px;
}
.b_margin3 {
	margin-bottom: 30px;
}
.r_margin1 {
	margin-right: 10px;
}
r_margin1 {
	margin-left: 18px;
}

p.underspace      {
	padding-top: 10px;
	padding-bottom: 30px;
}
h3 {
	margin-bottom: 5px;
}
.width {
	width: 900px;
	float: left;
	padding-top: 30px;
	margin-bottom: 20px;
}
.clear2 {
	clear: left;
}
.gotop {
	margin-right: 20px;
}

