@charset "UTF-8";

/*-------------------------------------------------------------------
全体
-------------------------------------------------------------------*/

h1, h2, h3, h4, h5, p, address, div, ul, ol, dl, blockquote, pre, table, form, fieldset, hr, td {
	margin:0;
	padding:0;
	font-family:'ＭＳ Ｐゴシック','Osaka','Arial';
	font-size:12px;
	color:#000000;
}

img {
	border:0;
}

body {
	margin:0;
	padding:0;
	background:#eaeaea repeat-x url(../images/tana_back.png);

}

#wrap {
	text-align:center;
}

#content {
	margin:0px auto;
	width:950px;
	text-align:left;
}

#header {
	width:910px;
	/width:950px; /* IE6,7 */
	padding:20px 20px 20px;
	position:relative;
}

#header .globalmenus {
	width:620px;
	height:30px;
	float:right;
	clear:both;
}


#header .globalmenu1 {
	width:260px;
	/width:282px; /* IE6,7 */
	height:30px;
	/height:34px; /* IE6,7 */
	background:#fff;
	border:#ccc 1px solid;
	padding:5px 10px 0;
	float:left;
	margin-right:5px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	text-align:center;
}

#header .globalmenu1 ul{
	list-style-type:none;
}

#header .globalmenu1 ul li{
	display:inline-block;
	/display:inline;
	vertical-align:middle;
}

#header .globalmenu1 ul li.separator{
	padding:0 10px;
}

#header .globalmenu1 ul li.separator img{
	vertical-align:middle;
}

#header .globalmenu2 {
	width:290px;
	/width:312px; /* IE6,7 */
	height:30px;
	/height:34px; /* IE6,7 */
	background:#eee;
	border:#ccc 1px solid;
	padding:5px 10px 0;
	float:right;
	margin-right:20px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	text-align:center;
}

#header .globalmenu2 ul{
	list-style-type:none;
}

#header .globalmenu2 ul li{
	display:inline-block;
	/display:inline;
	vertical-align:middle;
}

#header .globalmenu2 ul li a:link,
#header .globalmenu2 ul li a:visited,
#header .globalmenu2 ul li a:hover,
#header .globalmenu2 ul li a:active
{
	/*text-decoration: none;
	color:#000;*/
}

#header #title {
	padding:50px 0 0 10px;
	font-size:24px;
	font-weight:bold;
}

#header .globalmenu ul li.separator img{
	vertical-align:middle;
}

#about_google_cloud_print {
	width:870px;
	/width:892px; /* IE6,7 */
	margin:0 20px 20px;
	padding:10px;
	border:#ccc 1px solid;
	background:#fff;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
}
#about_google_cloud_print .text{
	margin:20px 70px;
	display:block;
	line-height:1.4em;
}
#about_google_cloud_print .subtitle{
	margin:30px 70px 10px;
	display:block;
	line-height:1.4em;
	font-weight:bold;
	font-size:1.1em;
}
#about_google_cloud_print .faq_title{
	font-weight:bold;
}
.maintenancelog ul {
	list-style-type:none;
	font-size:14px;
	letter-spacing:0.1em;
	line-height:1.5em;
	padding:20px 0 10px 25px;
}

.maintenancelog ul li .date{
	float:left;
	width:100px;
	/width:110px; /* IE6,7 */
}
.maintenancelog ul li .info_txt{
	float:left;
	width:720px;
}

.maintenancelog ul li .info_txt .service_name{
	color:#060;
}

.maintenancelog ul li .info_txt .time{

}

.maintenancelog ul li:after{
	content:"";
	display:block;
	clear:both;
}

.maintenancelog ul li {
	padding-bottom:10px;
	clear:both;
}

.maintenancelog hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	height: 1px;
}

.maintenancelog .section_title {
	padding-left:25px;
	font-weight:bold;
}


.maintenancelog .info_separator {
	float:left;
	width:5px;
	height:200px;
}
	
.maintenancelog .history {
	width:410px;
	float:right;
	padding:10px;
}

.maintenancelog .history h2 {
	font-weight:bold;
	font-size:17px;
	letter-spacing:0.2em;
	margin:5px 0 20px;
}

.maintenancelog .history ul {
	list-style-type:none;
	font-size:14px;
	letter-spacing:0.1em;
	line-height:1.5em;
	margin-left:15px;
}

.maintenancelog .history ul li .date{
	float:left;
	width:100px;
}

.maintenancelog .history ul li .info_txt{
	float:left;
}

.maintenancelog .history ul li {
	clear:both;
}

.clear_box {
	clear:both;
}



#footer {
	width:930px;
	/width:942px; /* IE6,7 */
	height:15px;
	/height:35px; /* IE6,7 */
	text-align:center;
	margin:5px 0 0;
	padding:10px;
	background:#000;
	color:#fff;
}
