@charset "utf-8";
/* 2009年5月28日 */

img{
vertical-align:bottom;
}

.red{
color:#F00;
font-weight:bold;
}

.redSmall{
color:#F00;
font-size:90%;
font-weight:bold;
}

/* 大枠 */
#wrapper {
	width:875px;
	background-color:#04b4e6;
	margin:0 auto;
}

/* タイトル */
h2,h3,h4,h5{
text-indent:-9999px;
line-height:0;
}

/* 説明文 */
#pr{
width:875px;
height:137px;
background:url(/mob/title/bridge/dengo_bridge/img/pr_back.jpg) left top no-repeat;
}

#pr p{
padding:0 20px;
color:#333;
font-weight:bold;
line-height:1.5;
}

#pr p a,#pr p a:link,#pr p a:visited{
color:#F60;
text-decoration:underline;
}

/* 簡単運転モード */
#easyMode{
width:875px;
height:63px;
background:url(/mob/title/bridge/dengo_bridge/img/easy_title.jpg) left top no-repeat;
}

#driveMode p,#easyMode p,#windowMode p{
color:#000;
width:600px;
margin-left:225px;
font-size:90%;
font-weight:bold;
padding-top:10px;
}

/* 運転モード */
#driveMode{
width:875px;
height:64px;
background:url(/mob/title/bridge/dengo_bridge/img/drive_title.jpg) left top no-repeat;
}

/* 車窓モード */
#windowMode{
width:875px;
height:85px;
background:url(/mob/title/bridge/dengo_bridge/img/window_title.jpg) left top no-repeat;
}

/* コピーライト*/
#copyRight{
margin-top:5px;
margin-left:20px;
}

#copyRight ul,li{
margin:0;
padding:0;
list-style:none;
}

#copyRight li{
font-size:80%;
line-height:1.5;
color:#000;
}

