@charset "utf-8";
/* CSS Document */

/* Home contentsCss ----------------------------------------------------*/

div.home
{
	position:relative;
	width:400px;
	margin:3px;
	padding:3px;
	left:180px;
}

table.contents
{
	margin:3px;
	padding:3px;
}

.contents2
{
	border-color:#666;
	border-style:ridge;
	border-width:5px;
	background-color:#ECF2FF;
}
.title
{
	margin:3px; font-size:14px; font-weight:bold; color:#000; 
}

.sentence1
{
	font-family:"MS Gothic", "MS PGothic", "Courier New", Courier, monospace;
	font-size:13px;
	line-height:22px;
}

a.word
{color:#00F;}

a:hover.word{color:#9C0;}

/* service contents Css-------------------------------------------------------------*/

table.s_title
{
	padding:1px;
	font-family:"MS Gothic", "MS PGothic",Courier New, Courier, monospace;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background-color:#60CCBF;
	border:#09F ridge 1px;
}

table.m_title
{
	padding:1px;
	font-family:"MS Gothic", "MS PGothic",Courier New, Courier, monospace;
	font-size:14px;
	font-weight:bold;
	color:#F00;
	background-color:#9F9;
	border: #9F9 ridge 3px;
}

ul.type
{
	list-style-position:outside;
	list-style-type:disc;
	font-family:"MS Gothic", "MS PGothic",Courier New, Courier, monospace;
	font-size:16px;
	color:#006;
	line-height:35px;
}

ul.type2
{
	list-style-position:outside;
	list-style-type:decimal;
	font-family:"MS Gothic", "MS PGothic",Courier New, Courier, monospace;
	font-size:14px;
	line-height:30px;
}

.sentence2
{
	font-family:"MS Gothic", "MS PGothic",Courier New, Courier, monospace;
	font-size:14px;
	font-weight:bold;
	color:#003;
}

.sentence3
{
	font-family:"MS Gothic", "MS PGothic",Courier New, Courier, monospace;
	font-size:13px;
	font-weight:bold;
	color:#F00;
	text-decoration:underline;
}

.sentence4
{
	font-family:"MS Gothic", "MS PGothic",Courier New, Courier, monospace;
	font-size:13px;
	line-height:14px;
}

.titleS
{
	background-color:#0FAED0;
	color:#FFF;
	font-family:"MS Gothic", "MS PGothic",Courier New, Courier, monospace;
	font-size:13px;
	font-weight:bold;
	padding:3px;
}

div.profile
{
	position:relative;
	width:200px;
	margin:3px;
	padding:3px;
	left:110px;
	top:30px;
}

.titleP
{
	margin:3px; font-size:16px; font-weight:bold; color:#000; 
}
