﻿/*
//////////////////  初歩のＰＩＣ用ＣＳＳ  ///////////////////////////
*/
@charset "Shift_JIS";


div.container	{
		margin: 0 auto;
		margin-top: 0px;
		width: 1000px;
		text-align: left;
		background-color:  #F0F0F0;
}

div#header	{
		background-color: #F0F0F0;
	/*	border: 1px solid #FF0000; */
		position: relative;
		background: url(../shoho/img/newH_shoho2020.png)  no-repeat;  
		width: 920px;
		height: 172px;
}



/* ----------------------------------------------------------------------------中心部全体 */
div.content	{
		position: relative;
		width: 1000px;
		background-color:  #FFFFFF;
		background: url(../img/topimg.jpg)  repeat-y;  
}


/* -------------右側原稿部 */
div#main	{
		float: left;
		width: 760px;
		/* background-color:  #F0F0F0; */
		/* border: 1px solid #666666; */
}
/* -------------左側原メニュー部 */
div#sub		{
		/* background-color: #FFFFFF; */
		float: left;
		width: 240px;
		/* border: 1px solid #666666; */
}
/* -------------フッター部 */
div#foot	{
		background: url(../img/footer.jpg)  no-repeat;  
		clear: both;
		font-size: 11px;
		text-align: left;
		line-height: 11px;
		width: 1000x;
		height: 50px;
}

.figImg	{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* -------------- 補足用の付箋 -------------------*/
div.fusenBlue		{
			background: url(../img/TitleDaysBG.gif)  repeat-x;  
			position: relative;
			width: 200px;
			/* height: 24px; */
			color: #2F2F8F;
			margin-top: 20px;
			border-right: 1px solid #AAAAAA;
			border-bottom: 1px solid #AAAAAA;
			border-left: 15px solid #0099AA;
			background-color: #FFFAF4;
			padding: 5px 5px 5px 5px;
}
.fusenBlue a:link	{
			color: #CC3311;
			display: block;
			text-decoration: none;
}
/* -------------- 補足用の付箋 ここまで-------------------*/

/* ---- 一文字目を大きく ----- */
p.honbunWfl {			/* ←たぶん未使用　*/
	font-size: 18px;
	width: 32em;
	font-family: 'Meiryo','MS UI Gothic',Osaka;
	color: #303030;
	margin-left: 80px;
	margin-bottom: 40px;
	line-height: 32px;
	/* letter-spacing: 0.02em;*/
	margin-top: 1px;
}
p.honbunWfl:first-letter	{
		font-weight: bold;
		line-height: 60px;
		font-size: 3em;
		float: left;
}

