﻿@charset "UTF-8";

span.bold
{
	font-weight: bold;
}

#contents_top .w1
{
	width: 750px;
	height: auto;
	margin: 10px auto;
	text-align: center;
}

#contents_top .w2
{
	width: 700px;
	height: auto;
	margin: 10px auto;
	text-align: center;
	border: 1px solid #3399ff;
	padding: 10px;
}

#contents_top .w3
{
	width: 730px;
	height: auto;
	margin: 10px auto;
	text-align: left;
}

#contents_top .w4
{
	width: 700px;
	height: auto;
	margin: 10px auto;
	text-align: center;
}

#contents_top .w1 h2,
#contents_top .w2 h2,
#contents_top .w3 h2
{
	width: 700px;
	height: auto;
	margin: 0px auto 0 auto;
	font-size: 16px;
	text-align: left;
	color: #444;
}

#contents_top .w1 p.intro
{
	width: 700px;
	height: auto;
	margin: 0px auto 10px auto;
	font-size: 14px;
	text-align: left;
	color: #444;
	line-height: 150%;
}

#contents_top .w1 p.title1,
#contents_top .w2 p.title1,
#contents_top .w4 p.title1
{
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #3366ff;
	margin-bottom: 7px;
}

#contents_top .w1 p.title2,
#contents_top .w2 p.title2,
#contents_top .w4 p.title2
{
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #ff7a22;
	margin-bottom: 7px;
}

#contents_top .w1 p.title3,
#contents_top .w2 p.title3,
#contents_top .w4 p.title3
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #333;
	margin-bottom: 7px;
}

#contents_top .w1 p.text1,
#contents_top .w2 p.text1,
#contents_top .w4 p.text1
{
	font-size: 14px;
	text-align: left;
	color: #444;
	line-height: 150%;
	margin-bottom: 7px;
}

#contents_top .w1 p.text2,
#contents_top .w2 p.text2,
#contents_top .w4 p.text2
{
	font-size: 14px;
	text-align: center;
	color: #444;
	line-height: 150%;
	margin-bottom: 7px;
}

#contents_top .w1 p.text_right,
#contents_top .w2 p.text_right,
#contents_top .w4 p.text_right
{
	font-size: 14px;
	text-align: right;
	color: #444;
	line-height: 150%;
	margin-bottom: 7px;
}

#contents_top .w1 .fleft,
#contents_top .w2 .fleft,
{
	float: left;
	width: 350px;
	text-align: left;
	margin-left: 10px;
}

#contents_top .w1 .fright,
#contents_top .w2 .fright,
{
	float: right;
	width: 350px;
	text-align: left;
	margin-right: 10px;
}


#contents_top #go-top {
	clear: both;
	text-align: right;
	font-size: small;
	color: #CC3333;
	width: 700px;
	height: auto;
	margin: 20px auto;
	border-top: 1px solid #ccc;
}

