@charset "Shift_JIS";

/*NTT-ME　ホームネットワークサービス*/
/*▼---【修正履歴】---▼*/
/*20081209修正 個人情報保護関連-----*/
/*20090105追加 Webcamコンテンツ追加対応-----*/
/*▲---【修正履歴】---▲*/

/*共通指定--------------*/

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-image: url(../img/common/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #84a7cf;
	min-height: 1000px;
}
h1,h2,ul,div,form,dl,p{
	margin: 0;
	padding: 0;
}
#container {
	width: 820px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	background-image: url(../img/common/menu_area_bg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
} 
img  { 
	border:none; 
}
/* ヘッダー------------ */
#header {
	padding: 3px 0 0 20px;
	background-image: url(../img/common/header_bg.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 800px;
} 
#logo {
	position: relative;
	z-index: 2;
	top: -10px;
	left: 10px;
	width: 565px;
}
#header h1 {
	position: relative;
	z-index: 3;
	top: -10px;
	left: 400px;
	color:#696969;
	font-size:10px;
}
#btn_top {
	position: relative;
	z-index: 4;	
	top: -10px;
	left: 730px;
	width: 40px;
}
/* メニュー------------ */
#sidebar {
	float: left;
	width: 215px;
	background-color: #FFFFFF;
}
#menu {
	margin:10px 0;
}
#menu ul { 
	list-style-type : none; 
}
#menu li {
	display : inline;
	padding :0;
	margin:0;
}
#menu a {
	display:block;
	background-image: url(../img/common/menu_bg.gif);
	padding:10px 0 10px 20px;
	width: 195px;
	_width: 215px;
	margin:2px 0px;
	background-repeat: repeat-y;
}

/* お問い合わせ------------ */
#contact_title {
	background-color: #d3d3d3;
	padding: 3px 0 3px 15px;
	margin: 0;
	font-size: 12px;
}
#contact {
	background-color: #f2f2f2;
	padding: 5px 5px 5px 20px;
	margin: 0;
	
}
#contact h2 {
	margin: 5px 0 10px 0;
	font-weight:bold;
	font-size: 12px;
}
#contact p {
	margin-bottom: 1em;
	font-size: 12px;
}

/* 20081209追加-------- */
#contact_fields{
	width:160px;
	padding: 9px 0px 1px 12px;
	background-color:#fad968;
	margin: 0;
	font-size: 12px;
}
/* 20081209追加-------- */



/* メインコンテンツ------------ */
#mainContent {
	float: right;
	margin: 10px 0 0 0;
	padding: 5px;
	width: 585px;
} 
#mainContent p {
	line-height: 150%;	
	margin: 0 10px 1em 10px;
} 
#mainContent h1 {
	background-image: url(../img/common/main_h1_bg.jpg);
	background-repeat: no-repeat;
	height: 32px;
	margin: 0 0 0 0;
	padding: 8px 0 0 1em;
	font-weight:bold;
	font-size: 16px;
}
#mainContent h2 {
	background-image: url(../img/common/main_h2_bg.jpg);
	background-repeat: no-repeat;
	height: 24px;
	margin: 20px 0 0 0;
	padding: 5px 0 0 1em;
	font-weight:bold;
	font-size: 14px;
	color: #ffffff;
}
#contents_area table {
	margin: 0 10px;
}

/* ぱんくず------------ */
#navi2 {
	background-image: url(../img/common/icon_navi.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: -10px;
	padding-left: 1.5em;
	padding-top: -1.5em;
	font-size: 12px;
} 
/* カテゴリー------------ */
#category {
	border: double 6px #FFF;
	background-color: #f2f2f2;
	padding: 10px;
	margin: 10px 0;
} 
#category ul {
	margin: 0 0 0 10px;
} 
#category li {
	padding:3px 0;
} 
	
/* ページのトップへ------------ */
.pagetop {
	width: 565px;
	text-align: right;
	padding: 20px 0;
} 

/* ページのトップへ(内部コンテナ用)----- */
.pagetop_inside {
	text-align: right;
	padding: 20px 0;
} 


/* フッター------------ */
#footer {
	clear:both;
	margin: 30px 0;
	padding: 0 10px 0 20px;
	text-align: center;
	font-size: 12px;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
/* フロート------------ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* フォントサイズ------------ */
.strong{
	font-weight:bold;
}
.small{
	font-size:10px;
	line-height: 125%;
}
/* フォントカラー------------ */
.red{
	color:#cc3333;
}
.red_bold{
	color:#cc3333;
	font-weight: bold;
}
.red_big{
	color:#cc3333;
	font-weight: bold;
	font-size: 16px;
}
.red_small{
	color:#cc3333;
	font-size: 10px;
}
.green{
	color:#669933;
}
.green_bold{
	color:#669933;
	font-weight: bold;
}

/* 20081209追加-------- */
.black_big{
	color:#000000;
	font-weight: bold;
	font-size: 16px;
}


/* フォントカラー(voice caseで使用)-- */

.blue{
	color: #006699;
}
.blue_bold{
	color: #006699;
	font-weight: bold;
}
.blue_big{
	color: #006699;
	font-weight: bold;
	font-size: 16px;
}
.blue_small{
	color: #006699;
	font-size: 10px;
}

.blue_middum_bold{
	color: #006699;
	font-weight: bold;
	font-size: 13px;
}

/* 20081209追加-------- */

/* リンク色------------ */
a:link {
	color:#003399;
}
a:visited {
	color:#666633;
}
a:hover {
	color:#666666;
}
a:active {
	color:#003399;
}

/* 20090105追加 start-------- */
/* PDFマーク付きリスト------------ */
ul.blet-pdf-small li,.blet-pdf-small{
background-image:url("../img/mark/icon_pdf_small.gif");
}

ul.blet-pdf-small li,.blet-pdf-small{
	display:block;
	list-style-type:none;
	padding-left:21px !important;
	background-repeat:no-repeat;
}

ul.blet-pdf-small{
	padding:0 0 5px !important;
	background-image:none !important;
}

ul.blet-pdf-small li{
	padding-bottom:5px;
}

.blet-pdf-small{
	padding-bottom:5px;
}

/* 20090105追加 end-------- */

/* 20100611追加 機能紹介 --------*/
#mainContent .functionCaption {
	margin-top: 10px;
	margin-right: 12px;
}

#mainContent .functionSection {
	margin-top: 30px;
}

#mainContent .functionSection .functionSectionTitle {
	margin-left: 10px;
	margin-right: 10px;
}

#mainContent .functionSection p {
	margin-left: 10px;
	margin-right: 15px;
	line-break: strict;
}

#mainContent .functionSection .typeSelectIcon img{
	margin-top: 3px;
	margin-bottom: 10px;
}

/* margin */
.mgl5 { margin-left: 5px;}
.mgl10 { margin-left: 10px;}