@charset "utf-8";

/*************************************************************************/
/*　default css */

*{
	font-size:12px;
	margin:0;
	padding:0;
}

p, a, span, h1, h2, h3, h4, h5, h6, form, input, ul, li, dl, dt, dd{
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS UI Gothic", sans-serif;
	color:#333333;
	list-style:none;
	font-weight:normal;
}

* html{
	font-size:100%;
	line-height:1.5;
}

* html p, * html a, * html span, * html h1, * html h2, * html h3, * html h4, * html h5, * html h6, * html form, * html input, * html ul, * html li, * html dl, * html dt, * html dd{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS UI Gothic", sans-serif;
	list-style:none;
}

body{
	background-color:#f7f7f7;
	behavior:url("csshover.htc");
}

a{
	font-weight:bold;
	color:#0583c9;
	text-decoration:none;
}

a:hover{
	color:#36b1f5;
	text-decoration:underline;
}

a img{
	border:0;
}

.pdf{
	width:840px;
	margin:20px 0 0 0;
}

#main{
	margin-bottom:50px;
}

#main .red{
	font-weight:bold;
	color:#ff3333;
}

#main .blue{
	color:#0066cc;
}

#main .yellow{
	color:#ffff00;
}

#main .bold{
	font-weight:bold;
}

#main .ash{
	color:#999;
}

#main .clear{
	margin:0;
	padding:0;
	clear:both;
}

#main .init{
	padding:0;
	margin:0;
	list-style:none;
	border:none;
	text-decoration:none;
}

.breadCrumb a{
	font-weight:normal;
}

/*************************************************************************/
/* header */

#header{
	width:900px;
	margin:0 auto;
	padding:0 50px;
}

#header h1{
	font-weight:bold;
	float:left;
	font-size:12px;
	padding-top:5px;
	display:block;
}
																	/* font */
#header .fontchange{
	float:right;
	display:inline;
	width:210px;
}

#header .fontchange li{
	display:inline;
}

#header .fontchange li a{
	background-image:url(../img/fontchanger_back.png);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	color:#ffffff;
	margin-right:0;
	margin-left:1px;
	width:30px;
	float:right;
	display:block;
}

#header .fontchange li a:hover{
	background-position:center;
	text-decoration:none;
}

																	/* javascript_option */

#header .fontchange li .nowSize{
	background-position:bottom;
	text-decoration:none;
}

#header .fontchange #large a{
	font-size:14px;
	height:23px;
	padding:2px 0 0 0;
}

#header .fontchange #large a:hover{
	font-size:14px;
	height:22px;
	padding:3px 0 0 0;
}

#header .fontchange #normal a{
	font-size:12px;
	height:21px;
	padding:4px 0 0 0;
}

#header .fontchange #normal a:hover{
	font-size:12px;
	height:20px;
	padding:5px 0 0 0;
}

#header .fontchange #small a{
	font-size:10px;
	height:20px;
	padding:5px 0 0 0;
}

#header .fontchange #small a:hover{
	font-size:10px;
	height:19px;
	padding:6px 0 0 0;
}

#header .fontchange p{
	float:right;
	padding:5px 15px 0 0;
}
																	/* logo */
#header .logo{
	width:140px;
	height:85px;
	padding-top:5px;
}
																	/* search */
#header form{
	margin:0;
	padding:0;
	position:relative;
}

/*************************************************************************/
/* container */

#container{
	background-color:#f7f7f7;
	background-image:url(../img/back_main.gif);
	background-repeat:repeat-y;
	background-position:center;
	width:1000px;
	margin:0 auto;
	clear:both;
}
	
/*************************************************************************/
/* contentsHeader */

#contentsHeader{
	background-image:url(../img/back_top.gif);
	background-repeat:no-repeat;
	background-position:top;
	
	width:1000px;
	padding:40px 0 0 0;
	margin:0 auto;
}
																	/* logo */
#contentsHeader .logo img{
	overflow:hidden;
	width:140px;
	height:85px;
	margin:0;
	display:inline;
}

#contentsHeader .logo a{
	margin:0 0 0 70px;
	overflow:hidden;
}
																	/* search */
#contentsHeader form{
	margin:0;
	padding:0;
	position:relative;
}

.search_txt_on,.search_txt_off{
	border:1px solid #cccccc;
	width:210px;
	height:22px;
	margin:0;
	padding:0;
	position:absolute;
	top:-80px;
	left:715px;
	clear:both;
}

.search_txt_on{
	background:url(../img/search_back.jpg) top;
}

.search_txt_off{
	background:url(../img/search_back.jpg) bottom;
}

#contentsHeader form .searchBotton{
	background-image:url(../img/search_botton.png);
	background-position:top;
	background-repeat:no-repeat;
	border:0 solid #ffffff;
	width:48px;
	height:18px;
	margin:0;
	padding:0;
	position:absolute;
	top:-77px;
	left:877px;
	clear:both;
}

#contentsHeader form .searchBotton:hover{
	background-position:bottom;
}
																	/* pageclear */
#contentsHeader .pageLink{
	font-size:12px;
	text-align:right;
	width:927px;
	padding:0;
	margin:-25px 0 0 0;
}

#contentsHeader .pageLink li{
	list-style:none;
}

#contentsHeader .pageLink .right{
	float:right;
}

#contentsHeader .pageLink a{
	background:url(../img/arrow_blue.gif) left no-repeat;
	font-size:12px;
	font-weight:normal;
	padding-left:20px;
	margin-left:30px;
}

#contentsHeader .pageLink a:hover{
	background:url(../img/arrow_red.gif) left no-repeat;
}

/* navigation */

#contentsHeader #navigation{
	background-image:url(../img/navigation_back.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:890px;
	height:50px;
	margin:20px 0 0 55px;
	clear:both;
}

#contentsHeader #navigation ul{
	width:890px;
	height:50px;
	margin-left:3px;
}

#contentsHeader #navigation li{
	text-align:center;
	display:inline;
	float:left;
}

#contentsHeader #navigation .navi_home{
	background:url(../img/botton_home.png);
	width:104px;
}

#contentsHeader #navigation .navi_company{
	background:url(../img/botton_company.png);
	width:116px;
}

#contentsHeader #navigation .navi_coda{
	background:url(../img/botton_coda.png);
	width:100px;
}

#contentsHeader #navigation .navi_codaweb{
	background:url(../img/botton_codaweb.png);
	width:131px;
}

#contentsHeader #navigation .navi_codadtv{
	background:url(../img/botton_codadtv.png);
	width:131px;
}

#contentsHeader #navigation .navi_mobileApp{
	background:url(../img/botton_mobileApp.png);
	width:168px;
}

#contentsHeader #navigation .navi_dimension{
	background:url(../img/botton_dimension.png);
	width:110px;
}


#contentsHeader #navigation a{
	outline:none;
	text-indent:-999em;
	background-position:0 0;
	background-repeat:no-repeat;
	text-decoration:none;
	font-size:12px;
	margin:5px 0 0 3px;
	height:40px;
	display:block;
}

#contentsHeader #navigation a:hover{
	background-position:bottom;
}

/*************************************************************************/
/* footer */

#footer{
	background:url(../img/back_footer.gif) no-repeat top;
	width:1000px;
	margin:0 auto;
	font-size:12px;
	height:250px;
	clear:both;
}

#footer ul{
	width:840px;
	margin:0;
	padding:50px 0 0 80px;
}

#footer li{
	display:inline;
}

#footer a{
	float:left;
	padding-right:30px;
	list-style:none;
}

#footer .right{
	float:right;
	padding:0;
	margin:0;
}

#footer p{
	width:840px;
	text-align:left;
	margin:40px 0 0 80px;
}

/*************************************************************************/
/* global sideber */

#side{
	font-size:12px;
	width:240px;
	padding:0 0 50px 0;
}

#side a{
	font-weight:normal;
}

#side ul li{
	border-bottom:1px #cccccc dotted;
	width:240px;
}

#side ul li a{
	background:#fff url(../img/list_style_active.jpg) no-repeat 5px 16px;
	color:#0583c9;
	display:block;
	width:225px;
	padding:8px 0 8px 15px;
}

#side ul li a:hover{
	background-color:#f9f9f9;
	text-decoration:none;
	color:#36b1f5;
	width:223px;
	padding:8px 0 8px 17px;
}

#side ul .active a{
	background:url(../img/list_style.jpg) no-repeat 5px 16px;
	color:#333;
	width:225px;
	padding:8px 0 8px 15px;
}

#side ul .active a:hover{
	background:url(../img/list_style.jpg) no-repeat 5px 16px;
	color:#333;
	width:225px;
	padding:8px 0 8px 15px;
}

#side .child_list_01 li{
	border-bottom:1px #cccccc dotted;
	width:240px;
}

#side .child_list_01 li a{
	background:#fff url(../img/list_style_active.jpg) no-repeat 10px 16px;
	color:#0583c9;
	display:block;
	width:220px;
	padding:8px 0 8px 20px;
}

#side .child_list_01 li a:hover{
	background-color:#f9f9f9;
	text-decoration:none;
	color:#36b1f5;
	width:218px;
	padding:8px 0 8px 22px;
}

#side .child_list_01 .active a{
	background:url(../img/list_style.jpg) no-repeat 10px 16px;
	color:#333;
	width:220px;
	padding:8px 0 8px 20px;
}

#side .child_list_01 .active a:hover{
	background:url(../img/list_style.jpg) no-repeat 10px 16px;
	color:#333;
	width:220px;
	padding:8px 0 8px 20px;
}

#side .child_list_02 li{
	border-bottom:1px #cccccc dotted;
	width:240px;
}

#side .child_list_02 li a{
	background:#fff url(../img/list_style_active.jpg) no-repeat 15px 16px;
	color:#0583c9;
	display:block;
	width:215px;
	padding:8px 0 8px 25px;
}

#side .child_list_02 li a:hover{
	background-color:#f9f9f9;
	text-decoration:none;
	color:#36b1f5;
	width:213px;
	padding:8px 0 8px 27px;
}

#side .child_list_02 .active a{
	background:url(../img/list_style.jpg) no-repeat 15px 16px;
	color:#333;
	display:block;
	width:215px;
	padding:8px 0 8px 25px;
}

#side .child_list_02 .active a{
	background:url(../img/list_style.jpg) no-repeat 15px 16px;
	color:#333;
	width:215px;
	padding:8px 0 8px 25px;
}

#side .child_list_02 .active a:hover{
	background:url(../img/list_style.jpg) no-repeat 15px 16px;
	color:#333;
	width:215px;
	padding:8px 0 8px 25px;
}

#side h3{
	border-bottom:1px #cccccc dotted;
	width:240px;
}

#side h3 a{
	background:#fff url(../img/side_list_light_blue.jpg) no-repeat 0 2px;
	color:#0583c9;
	display:block;
	width:230px;
	padding:8px 0 8px 10px;
}

#side h3 a:hover{
	background:#f9f9f9 url(../img/side_list_red.jpg) no-repeat 0 2px;
	text-decoration:none;
	color:#36b1f5;
	width:228px;
	padding:8px 0 8px 12px;
}

#side h3 .active{
	background:#f4f4f4 url(../img/side_list_black.jpg) no-repeat 0 2px;
	color:#333;
	padding:8px 0 8px 10px;
}

#side h3 .active:hover{
	background:#f4f4f4 url(../img/side_list_black.jpg) no-repeat 0 2px;
	color:#333;
	padding:8px 0 8px 10px;
}

#side h4{
	border-bottom:1px #cccccc dotted;
	width:240px;
}

#side h4 a{
	background:#fff url(../img/side_list_light_green.jpg) no-repeat 5px 2px;
	color:#0583c9;
	display:block;
	width:225px;
	padding:8px 0 8px 15px;
}


#side h4 a:hover{	
	background:#f9f9f9 url(../img/side_list_yellow.jpg) no-repeat 5px 2px;
	text-decoration:none;
	color:#36b1f5;
	width:223px;
	padding:8px 0 8px 17px;
}

#side h4 .active{
	background:#f4f4f4 url(../img/side_list_black.jpg) no-repeat 5px 2px;
	color:#333;
	padding:8px 0 8px 15px;
}

#side h4 .active:hover{
	background:#f4f4f4 url(../img/side_list_black.jpg) no-repeat 5px 2px;
	color:#333;
	padding:8px 0 8px 15px;
}

#side h5{
	border-bottom:1px #cccccc dotted;
	width:240px;
}

#side h5 a{
	background:#fff url(../img/side_list_light_green.jpg) no-repeat 10px 2px;
	color:#0583c9;
	display:block;
	width:220px;
	padding:8px 0 8px 20px;
}

#side h5 a:hover{	
	background:#f9f9f9 url(../img/side_list_yellow.jpg) no-repeat 10px 2px;
	text-decoration:none;
	color:#36b1f5;
	width:218px;
	padding:8px 0 8px 22px;
}

#side h5 .active{
	background:#f4f4f4 url(../img/side_list_black.jpg) no-repeat 10px 2px;
	color:#333;
	padding:8px 0 8px 20px;
}

#side h5 .active:hover{
	background:#f4f4f4 url(../img/side_list_black.jpg) no-repeat 10px 2px;
	color:#333;
	padding:8px 0 8px 20px;
}

#side .black{
	background:#666;
	border-bottom:1px #cccccc dotted;
	color:#fff;
	display:block;
	width:230px;
	padding:4px 0 4px 10px;
}

#side .black2{
	background:#666;
	border-bottom:1px #cccccc dotted;
	color:#fff;
	display:block;
	width:230px;
	padding:4px 0 4px 10px;
}

/*************************************************************************/
/* contents global css */

#contents{
	width:840px;
	margin:0 auto;
	padding-top:30px;
}

#contents p{
line-height:1.5;
}

.breadcrumbs p{
	width:900px;
}

.breadcrumbs a{
	font-weight:normal;
}

/*************************************************************************/
/* index css */

.page_index .link{
}

.page_index .link a{
	background:url(../img/arrow_blue.gif) left no-repeat;
	padding-left:20px;
}

.page_index .link a:hover{
	background:url(../img/arrow_red.gif) left no-repeat;
}

.page_index #flash{
	margin:-20px 0 0 -25px;
	width:890px;
	height:290px;
}

.page_index #swf_img{
	margin:0 0 0 0;
	width:890px;
	height:290px;
}

.page_index #flashChange{
	background:url(../img/flash_back.png) left no-repeat;
	width:890px;
	height:32px;
	margin:10px 0 0 -25px;
}

.page_index #flashChange ul{
	width:870px;
	margin:0 0 0 0;
}

.page_index #flashChange li{
	float:right;
	display:inline;
}

.page_index #flashChange li a{
	text-indent:-999em;
	outline:none;
	display:block;
	width:270px;
	height:22px;
	margin:4px 0 0 20px;
}

.page_index #flashChange li .swf_coda{
	background:url(../img/flash_botton_coda.png) top no-repeat;
}

.page_index #flashChange li .swf_codaweb{
	background:url(../img/flash_botton_codaweb.png) top no-repeat;
}

.page_index #flashChange li .swf_codadtv{
	background:url(../img/flash_botton_codadtv.png) top no-repeat;
}

.page_index #flashChange li a:hover{
	background-position:bottom;
	text-decoration:none;
}

.page_index #flashChange li .active{
	background-position:bottom;
	text-decoration:none;
}

.page_index #flashChange li .active:hover{
	background-position:bottom;
	text-decoration:none;
}

.page_index #main{
	width:570px;
	float:right;
	padding-top:50px;
}

.page_index #main h2{
	font-weight:bold;
	background-image:url(../img/line_index_main.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size:16px;
	padding:2px 0 2px 0;
}

.page_index #main .category{
	width:570px;
}


.page_index #side{
	width:240px;
	margin:46px 0 0 0;
}

.page_index #side .column{
	margin-bottom:40px;
}

.page_index #side a{
	font-weight:bold;
}

.page_index #side h3{
	font-weight:bold;
	border:none;
	background:url(../img/line_index_sub.gif) no-repeat bottom;
	width:240px;
	height:auto;
	font-size:14px;
	margin:0;
	padding:7px 0 5px 0;
}

.page_index #side .banner{
	background-color:#f7f7f7;
	border:solid 1px #cccccc;
	width:238px;
	text-align:center;
	padding:2px 0;
	margin-top:10px;
}

.page_index #side .banner:hover{
	background-color:#6CF;
}

.page_index #side p{
	padding:10px 0  0;
}

/*************************************************************************/
/* blog global css */

#main .category{
	width:540px;
	border-bottom:#ccc dotted 1px;
	font-size:12px;
}

#main .category .media{
	float:left;
	background:url(../img/topix_media.jpg) bottom no-repeat;
	width:66px;
	padding:10px 0 28px  0;
}

#main .category .press{
	float:left;
	background:url(../img/topix_press.jpg) bottom no-repeat;
	width:66px;
	padding:10px 0 28px  0;
}

#main .category .news{
	float:left;
	background:url(../img/topix_news.jpg) bottom no-repeat;
	width:66px;
	padding:10px 0 28px  0;
}

#main .category .text{
	margin:0;
	padding:36px 0 10px 76px;
}

#main .category .link{
	clear:both;
	text-align:right;
	padding-bottom:10px;
}

#main .category .link a{
	font-size:12px;
	padding-left:20px;
	margin-left:20px;
}

/*************************************************************************/
/* sitemap */

.page_sitemap #main .right{
	float:right;
	width:300px;
	margin-top:22px;
}

.page_sitemap #main .left{
	float:left;
	width:250px;
	margin-top:22px;
	
}

.page_sitemap #main h2{
	background:none;
	font-size:18px;
	margin:10px 0 0 0;
	padding:0;
	width:auto;
}

.page_sitemap #main h2 a{
	font-size:18px;
}

.page_sitemap #main h3{
	font-size:16px;
	width:auto;
	margin:10px 0 0 10px;
	padding:0;
}

.page_sitemap #main h3 a{
	font-size:16px;
}

.page_sitemap #main h4{
	font-size:16px;
	width:auto;
	margin:10px 0 0 0;
	padding-left:10px;
}

.page_sitemap #main h4 a{
	font-size:16px;
}

.page_sitemap #main h5{
	font-weight:bold;
	margin:10px 0 0 10px;
}

.page_sitemap #main ul{
	padding:0;
	margin-left:20px;
	background-position: -9px 15px;
	background-image: url("../img/ul.gif");
	background-repeat: repeat-y
}
.page_sitemap #main li{
	font-size: 1em;
	font-weight:bold;
	margin:0px;
	padding:3px 0 3px 20px;
	list-style-type: none;
}
.page_sitemap #main li a{
	text-decoration:none;
	color:#70b5e6;
}
.page_sitemap #main li a:hover{
	text-decoration:underline;
}
.page_sitemap #main ul ul{
	background-position: -1px 15px;
	background-image: url("../img/ul.gif");
	background-repeat: repeat-y;
}
.page_sitemap #main ul li{
	background-position: 0px 7px;
	background-image: url("../img/li.gif");
	background-repeat: no-repeat;
}
.page_sitemap #main ul li a{
	font-weight:bold;
	text-decoration:underline;
}
.page_sitemap #main ul li a:hover{
text-decoration:none;
}
.page_sitemap #main ul ul li{
	background-position: 8px 7px;
	background-image: url("../img/li.gif");
	background-repeat: no-repeat;
}
.page_sitemap #main ul ul li a{
	background-position: 0px 7px;
	font-size:1em;
}
.page_sitemap #main ul ul ul li a{
	background-position: 0px 7px;
	font-size:0.8em;
}
