<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

.tategaki{
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	
        max-width:768px;
	height:650px;
	padding:20px;
	margin:auto;
	
	overflow-x: scroll;
}</style>
<!-- end Simple Custom CSS and JS -->
