@charset "Shift_JIS";
/********************************************************************************/
/*	基本									*/
/********************************************************************************/

/*	<BODY>タグ								*/
body		{
	margin:0px;
	padding:0px;
	background-color:#d7e6ee;
	color:#000000;
	font-size:12px;
}

/*	<IMG>タグ								*/
img		{border:none;}

/*	<A>タグ									*/
A:link		{color: #5647a2; text-decoration:underline;}
A:visited	{color: #5647a2; text-decoration:underline;}
A:active	{color: #5647a2; text-decoration:underline;}
A:hover		{color: #ff6600; text-decoration:underline;}

/********************************************************************************/
/* 	クラス									*/
/********************************************************************************/

/*	<DIV>タグ								*/
/*------------------------------------------------------------------------------*/

.frameworks	{/*	内容を記述する範囲（枠）				*/
	width:100%;
	margin:0px; 
	padding:0px; 
}

.header		{/*  ヘッダー部							*/
	width:1000px;
	margin:0px; 
	padding:0px; 
}

.contents	{/*  コンテンツ部						*/
	width:1000px;
	margin:0px;
	padding:5px 0px 0px 0px;
	background:url(../img/topbg2.jpg) repeat-y;
}

.footer		{/*  フッター部							*/
	width:1000px;
	margin: 0px; 
	padding: 0px; 
}

.parts		{/*  各部品							*/
	width:971px;
	margin:0px;
	padding:5px 0px 5px 0px;
}

ul {/* リスト基本 */
   margin: 0px;
   padding: 2px 55px 2px 90px;
   text-align: left;
   font-size: 12px;
   color: #000000;
   line-height: 170%;
}

li {/* リスト詳細 */
   list-style-type:square;
}


/*	<TABLE>タグ								*/
/*------------------------------------------------------------------------------*/

.topinfo	{/*  ページトップ説明						*/
	margin: auto; 
	padding: auto; 
	color:#000000;
	font-size:14px;
	line-height:18px;
	color: #003399;
	font-size: 14px;
	font-weight: bold;
}

.topinfo td	{
	padding: 10px; 
}

table.delivery {
	width: 80%;
	margin: 5px 0px 10px 0px;
	text-align: center;
	border-collapse: collapse;
}

table.delivery td.c {
	border: 1px #C0C0C0 solid;
	color: #000000;
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	white-space: normal;
	padding: 5px;
}

table.delivery td.c2 {
	background-color: #EFEFEF;
	border: 1px #C0C0C0 solid;
	color: #000000;
	font-size: 12px;
	text-align: center;
	white-space: normal;
}

span.b18    {
    font-size: 18px;
    font-weight: bold;
}

span.b20    {
    font-size: 20px;
    font-weight: bold;
}

.info		{/*  注意事項							*/
	margin:0px;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	line-height:16px;
}

.tframe		{
	background-color: #f0f8ff;
	margin:0px;
	padding:3px 5px 3px 5px;
	border:1px solid #cccccc;
	font-size:12px;
	line-height:16px;
}

.ttitle	{/*  テーブルタイトル部						*/
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:16px;
}


.theader	{/*  テーブルヘッダー部						*/
	margin:0px;
	padding:0px;
	background-color: #ffffff;	/* 枠線・罫線の色			*/
}

.theader tr	{/*  テーブルヘッダー部						*/
	background-color:#0f218b;	/* セル内の色				*/
	font-size:12px;
	color:#ffffff;
	text-align: center;

}

.tdata		{/*  テーブルデータ部						*/
	margin:0px;
	padding:0px;
	background-color: #ffffff;	/* 枠線・罫線の色			*/
}

.tdata th	{/*  テーブルデータ部						*/
	background-color: #0272f0;	/* セル内の色				*/
	font-size:12px;
	color:#000000;
	text-align:center;
}

.tdata td	{/*  テーブルデータ部						*/
	background-color: #cccccc;	/* セル内の色				*/
	font-size:12px;
	color:#000000;
	text-align:center;
}

.title		{
	background: url(../img/bg2.gif); 
	line-height:14pt;
	color:#ffffff;
	font-size:12px;
}
.category	{
	background-color:#0f218b;
	color:#ffffff;
}

.data		{
	background-color: #ccd0d2;
	color:#000000;
    font-size:14px;
}

/*	<P>タグ									*/
/*------------------------------------------------------------------------------*/

.stitle		{/*  ■								*/
	font-size: 12px;
	padding: 0px 0px 0px 3px;
	margin: 10px 0px 10px;
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #0272f0;
	color:#333333;
	text-align:left;
}

.ctitle		{/*  下線							*/
	font-size: 14px;
	padding:0px 0px 0px 3px;
	margin:0px 0px 10px 0px;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#0f218b;
	color:#333333;
	text-align:left;
}

.htitle      {
	font-size: 1px;
	padding:0px 0px 0px 3px;
	margin:0px 0px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #000000;
	color:#333333;
	text-align:left;
}
/*	<FONT>タグ								*/
/*------------------------------------------------------------------------------*/

.font10		{
	font-size:10px;
}

.font12		{
	font-size:12px;
}

.font14		{
	font-size:14px;
}

.font16		{
	font-size:16px;
}

.font18		{
	font-size:18px;
}

.red		{
	font-size:14px;
	color:#cc0000;
}

.sat		{
	color:#0000ff;
}

.sun		{
	color:#ff0000;
}

em          {/* 強調 */
    color:#CC0000;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;

}

/*
p.enki	{
	line-height: 200%;

}
*/

div.enki	{
	text-align:left;
	line-height: 200%;
	width:550px;
}

div.enki2	{
	text-align:left;
	line-height: 200%;
	width:700px;
	padding:15px;
	background: lightcyan;
	border: 3px solid  #0f218b; 
}

div.enki3	{
	text-align:left;
	line-height: 200%;
	width:700px;
	padding:15px;
	margin-bottom: 15px;
}
